optionvalue 63 main/streams/php_stream_context.h const char *wrappername, const char *optionname, zval ***optionvalue); optionvalue 65 main/streams/php_stream_context.h const char *wrappername, const char *optionname, zval *optionvalue); optionvalue 2228 main/streams/streams.c const char *wrappername, const char *optionname, zval ***optionvalue) optionvalue 2235 main/streams/streams.c return zend_hash_find(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)optionvalue); optionvalue 2239 main/streams/streams.c const char *wrappername, const char *optionname, zval *optionvalue) optionvalue 2245 main/streams/streams.c *copied_val = *optionvalue;