Home
last modified time | relevance | path

Searched refs:handle (Results 401 – 425 of 446) sorted by relevance

1...<<1112131415161718

/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt21 /* function to handle catchable errors */
H A Dgettype_settype_basic.phpt11 /* function to handle catchable errors */
H A Dgettype_settype_variation2.phpt25 /* function to handle catchable errors */
H A Dgettype_settype_variation3.phpt19 /* function to handle catchable errors */
H A Dprint_r.phpt271 /* closing resource handle used */
H A Dprint_r_64bit.phpt275 /* closing resource handle used */
H A Dvar_dump.phpt274 /* closing resource handle used */
H A Dvar_dump_64bit.phpt274 /* closing resource handle used */
/PHP-8.3/main/
H A Dphp_streams.h269 #define php_stream_get_resource_id(stream) ((php_stream *)(stream))->res->handle
/PHP-8.3/ext/odbc/
H A Dphp_odbc.c134 static void safe_odbc_disconnect( void *handle ) in safe_odbc_disconnect() argument
138 ret = SQLDisconnect( handle ); in safe_odbc_disconnect()
141 SQLTransact( NULL, handle, SQL_ROLLBACK ); in safe_odbc_disconnect()
142 SQLDisconnect( handle ); in safe_odbc_disconnect()
/PHP-8.3/ext/standard/tests/file/
H A Dfflush_variation2.phpt11 /* test fflush() with handle to symbollic link */
H A Dfflush_variation1-win32-mb.phpt11 /* test fflush() with handle to the files opened in different modes */
H A Dfflush_variation1-win32.phpt11 /* test fflush() with handle to the files opened in different modes */
H A Dfflush_variation1.phpt11 /* test fflush() with handle of files opened in different modes */
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_vio.c124 zend_hash_index_del(&EG(regular_list), net_stream->res->handle); in mysqlnd_fixup_regular_list()
/PHP-8.3/Zend/
H A Dzend_weakrefs.c344 "Object %s#%d not contained in WeakMap", ZSTR_VAL(obj_addr->ce->name), obj_addr->handle); in zend_weakmap_read_dimension()
H A Dzend_object_handlers.c616 fprintf(stderr, "Read object #%d property: %s\n", zobj->handle, ZSTR_VAL(name)); in zend_std_read_property()
1101 fprintf(stderr, "Ptr object #%d property: %s\n", zobj->handle, ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
H A Dzend_language_scanner.l705 if (retval && file_handle.handle.stream.handle) { in compile_filename()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c109 PHPDBG_API void phpdbg_export_breakpoints(FILE *handle) /* {{{ */ in phpdbg_export_breakpoints() argument
113 fputs(string, handle); in phpdbg_export_breakpoints()
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c136 && func->module->handle == NULL in zend_optimizer_eval_special_func_call()
159 && m->handle == NULL in zend_optimizer_eval_special_func_call()
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php2703 /** @param resource $handle */
2704 function pclose($handle): int {}
/PHP-8.3/ext/soap/
H A Dphp_sdl.c3403 void delete_sdl_impl(void *handle) in delete_sdl_impl() argument
3405 sdlPtr tmp = (sdlPtr)handle; in delete_sdl_impl()
3441 void delete_sdl(void *handle) in delete_sdl() argument
3443 sdlPtr tmp = (sdlPtr)handle; in delete_sdl()
H A Dsoap.c67 static void delete_url(void *handle);
1148 PHP_METHOD(SoapServer, handle) argument
4364 static void delete_url(void *handle) /* {{{ */ argument
4366 php_url_free((php_url*)handle);
/PHP-8.3/ext/oci8/
H A Doci8.c998 tmp_val = zend_hash_index_find(&EG(regular_list), connection->id->handle); in php_oci_do_connect_ex()
1562 …r_docref(NULL, E_WARNING, "Unable to find LOB descriptor #" ZEND_LONG_FMT, column->descid->handle); in php_oci_column_to_zval()
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h111 ZEND_ARG_TYPE_INFO(0, handle, IS_LONG, 0)

Completed in 118 milliseconds

1...<<1112131415161718