Home
last modified time | relevance | path

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

/PHP-8.3/ext/odbc/
H A Dphp_odbc.c888 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
1272 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
2779 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
2849 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
2913 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
2992 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
3053 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
3114 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
3178 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
3241 RETURN_RES(zend_register_resource(result, le_result)); in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/oci8/
H A Doci8_interface.c1604 RETURN_RES(statement->id); in PHP_FUNCTION()
1939 RETURN_RES(connection->id); in PHP_FUNCTION()
1961 RETURN_RES(statement->id); in PHP_FUNCTION()
2337 RETURN_RES(imp_statement->id); in PHP_FUNCTION()
H A Doci8.c786 RETURN_RES(connection->id); in php_oci_do_connect()
/PHP-8.3/ext/dba/
H A Ddba.c555 RETURN_RES(zend_register_resource(info, le_pdb)); in php_dba_open()
891 RETURN_RES(zend_register_resource(info, (persistent ? le_pdb : le_db))); in php_dba_open()
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c1211 RETURN_RES(context->res); in PHP_FUNCTION()
1288 RETURN_RES(filter->res); in apply_filter_to_stream()
/PHP-8.3/ext/zip/
H A Dphp_zip.c1205 RETURN_RES(zend_register_resource(rsrc_int, le_zip_dir)); in PHP_FUNCTION()
1261 RETURN_RES(zend_register_resource(zr_rsrc, le_zip_entry)); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h1042 #define RETURN_RES(r) do { RETVAL_RES(r); return; } while (0) macro

Completed in 68 milliseconds