Home
last modified time | relevance | path

Searched refs:zend_fetch_resource2 (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_list.h62 ZEND_API void *zend_fetch_resource2(zend_resource *res, const char *resource_type_name, int resourc…
H A Dzend_list.c96 ZEND_API void *zend_fetch_resource2(zend_resource *res, const char *resource_type_name, int resourc… in zend_fetch_resource2() function
171 return zend_fetch_resource2(Z_RES_P(res), resource_type_name, resource_type1, resource_type2); in zend_fetch_resource2_ex()
/php-src/main/
H A Dphp_streams.h284 if (((xstr) = (php_stream*)zend_fetch_resource2((res), \
289 #define php_stream_from_res_no_verify(xstr, pzval) (xstr) = (php_stream*)zend_fetch_resource2((res)…
/php-src/ext/dba/
H A Ddba.c136 …if ((info = (dba_info *)zend_fetch_resource2(Z_RES_P(id), "DBA identifier", le_db, le_pdb)) == NUL…
/php-src/ext/standard/
H A Dfile.c973 …what = zend_fetch_resource2(Z_RES_P(file_handle), "File-Handle", php_file_le_stream(), php_file_le… in PHP_FUNCTION()

Completed in 26 milliseconds