Home
last modified time | relevance | path

Searched refs:handle (Results 376 – 400 of 446) sorted by relevance

1...<<1112131415161718

/PHP-8.3/ext/oci8/tests/
H A Dconn_attr_4.phpt40 // Invalid connection handle.
/PHP-8.3/ext/soap/
H A Dsoap.stub.php509 public function handle(?string $request = null): void {} function in SoapServer
H A Dsoap_arginfo.h155 ZEND_METHOD(SoapServer, handle);
213 ZEND_ME(SoapServer, handle, arginfo_class_SoapServer_handle, ZEND_ACC_PUBLIC)
/PHP-8.3/main/streams/
H A Dplain_wrapper.c262 uintptr_t handle = _get_osfhandle(self->fd); in detect_is_seekable()
264 if (handle != (uintptr_t)INVALID_HANDLE_VALUE) { in detect_is_seekable()
265 DWORD file_type = GetFileType((HANDLE)handle); in detect_is_seekable()
271 if (self->is_pipe && !GetNamedPipeInfo((HANDLE) handle, NULL, NULL, NULL, NULL)) { in detect_is_seekable()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_frame.c331 …phpdbg_notice("Switched to generator with handle #%d: %.*s", gen->std.handle, (int) ZSTR_LEN(s), Z… in phpdbg_open_generator_frame()
/PHP-8.3/sapi/litespeed/
H A DREADME.md112 There are two ways to let PHP handle multiple requests concurrently, Server
149 This controls how many requests each child process will handle before it exits
H A Dlsapi_main.c1312 if ( file_handle.handle.fp ) { in cli_main()
1321 fclose( file_handle.handle.fp ); in cli_main()
/PHP-8.3/ext/pdo_oci/
H A Dconfig.m4185 dnl Can handle bytes vs. characters?
/PHP-8.3/ext/spl/
H A Dphp_spl.c672 RETURN_LONG((zend_long)obj->handle); in PHP_FUNCTION()
678 return strpprintf(32, "%016zx0000000000000000", (intptr_t)obj->handle); in php_spl_object_hash()
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc52 The handle toward my hand? Come, let me clutch thee.
/PHP-8.3/ext/mbstring/tests/
H A Dmb_strimwidth.phpt215 // Regression test; old implementation did not handle negative 'from' argument
219 // Regression test; old implementation did not handle positive 'from' argument
H A Dcp51932_encoding.phpt29 * CP932 character set, we don't need to handle codepoints which are not
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt165 // But you are supposed to handle the error the way its shown here!
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.conf.in135 ; FPM can handle. Your system will tell you anyway :)
/PHP-8.3/Zend/
H A Dzend_compile.h754 #define ZEND_OP_ARRAY_EXTENSION(op_array, handle) \ argument
755 ((void**)RUN_TIME_CACHE(op_array))[handle]
H A Dzend_gc.c439 obj->ce->name->val, obj->handle); in gc_trace_ref()
1930 EG(objects_store).object_buckets[obj->handle] = SET_OBJ_INVALID(obj); in zend_gc_collect_cycles()
1942 ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(obj->handle); in zend_gc_collect_cycles()
/PHP-8.3/ext/ffi/
H A Dffi.c2974 DL_HANDLE handle = NULL; in ZEND_METHOD() local
2987 if (!handle) { in ZEND_METHOD()
3006 handle = RTLD_DEFAULT; in ZEND_METHOD()
3059 ffi->lib = handle; in ZEND_METHOD()
3258 DL_HANDLE handle = NULL; in zend_ffi_load() local
3331 handle = DL_LOAD(lib); in zend_ffi_load()
3332 if (!handle) { in zend_ffi_load()
3354 handle = RTLD_DEFAULT; in zend_ffi_load()
3379 DL_UNLOAD(handle); in zend_ffi_load()
3396 DL_UNLOAD(handle); in zend_ffi_load()
[all …]
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c125 static zend_result (*accelerator_orig_zend_stream_open_function)(zend_file_handle *handle );
1040 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
1066 php_stream *stream = (php_stream *)file_handle->handle.stream.handle; in zend_get_file_handle_timestamp()
2475 static zend_result persistent_stream_open_function(zend_file_handle *handle) in persistent_stream_open_function() argument
2480 handle->primary_script && in persistent_stream_open_function()
2488 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->script.filename); in persistent_stream_open_function()
2494 return accelerator_orig_zend_stream_open_function(handle); in persistent_stream_open_function()
3158 extension->handle = 0; in accel_startup()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt21 /* function to handle catchable errors */
H A Dgettype_settype_variation8.phpt21 /* function to handle catchable errors */
H A Dgettype_settype_variation6.phpt21 /* function to handle catchable errors */
/PHP-8.3/
H A DUPGRADING.INTERNALS142 Furthermore, the following internal APIs were added to handle the cache:
/PHP-8.3/ext/gd/
H A Dgd.stub.php526 function imagegrabwindow(int $handle, bool $client_area = false): GdImage|false {} argument
/PHP-8.3/ext/standard/tests/file/
H A Dfflush_variation3.phpt11 /* test fflush() with handle to hard links as resource */
/PHP-8.3/ext/standard/
H A Dvar.c199 …php_printf("%sresource(" ZEND_LONG_FMT ") of type (%s)\n", COMMON, Z_RES_P(struc)->handle, type_na… in php_var_dump()
389 …php_printf("resource(" ZEND_LONG_FMT ") of type (%s) refcount(%u)\n", Z_RES_P(struc)->handle, type… in php_debug_zval_dump()

Completed in 118 milliseconds

1...<<1112131415161718