Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/main/streams/
H A Dphp_stream_context.h32 (zcontext) ? zend_fetch_resource_ex(zcontext, "Stream-Context", php_le_stream_context()) : \
/PHP-8.1/ext/standard/
H A Ddir.c91 …if ((dirp = (php_stream *)zend_fetch_resource_ex(handle_zv, "Directory", php_file_le_stream())) ==…
H A Duser_filters.c426 …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-8.1/ext/oci8/
H A Doci8_interface.c1515 statement = (php_oci_statement *) zend_fetch_resource_ex(arg, NULL, le_statement); in PHP_FUNCTION()
1526 connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_connection); in PHP_FUNCTION()
1533 connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_pconnection); in PHP_FUNCTION()
H A Doci8_statement.c1522 …statement = (php_oci_statement *) zend_fetch_resource_ex(z_statement, "oci8 statement", le_stateme… in php_oci_statement_get_column_helper()
/PHP-8.1/ext/soap/
H A Dsoap.c140 #define FETCH_SDL_RES(ss,tmp) ss = (sdlPtr) zend_fetch_resource_ex(tmp, "sdl", le_sdl)
142 #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource_ex(tmp, "typemap", le_typem…
169 ss = (soapServicePtr)zend_fetch_resource_ex(tmp, "service", le_service); \
1825 …(service = (soapServicePtr)zend_fetch_resource_ex(Z_SERVER_SERVICE_P(error_object), "service", le_…
H A Dphp_http.c488 (orig = (php_url *) zend_fetch_resource_ex(tmp, "httpurl", le_url)) != NULL && in make_http_soap_request()

Completed in 43 milliseconds