Home
last modified time | relevance | path

Searched refs:zend_fetch_resource_ex (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_list.h63 ZEND_API void *zend_fetch_resource_ex(zval *res, const char *resource_type_name, int resource_type);
H A Dzend_list.c132 ZEND_API void *zend_fetch_resource_ex(zval *res, const char *resource_type_name, int resource_type) in zend_fetch_resource_ex() function
/php-src/main/streams/
H A Dphp_stream_context.h32 (zcontext) ? zend_fetch_resource_ex(zcontext, "Stream-Context", php_le_stream_context()) : \
/php-src/ext/standard/
H A Ddir.c83 …if ((dirp = (php_stream *)zend_fetch_resource_ex(handle_zv, "Directory", php_file_le_stream())) ==…
H A Duser_filters.c395 …if ((bucket = (php_stream_bucket *)zend_fetch_resource_ex(pzbucket, PHP_STREAM_BUCKET_RES_NAME, le… in php_stream_bucket_attach()
H A Dstreamsfuncs.c970 context = zend_fetch_resource_ex(contextresource, NULL, php_le_stream_context()); in decode_context_param()
/php-src/ext/soap/
H A Dsoap.c137 #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource_ex(tmp, "typemap", le_typem…

Completed in 26 milliseconds