Home
last modified time | relevance | path

Searched refs:handle (Results 226 – 250 of 446) sorted by relevance

12345678910>>...18

/PHP-8.3/ext/standard/tests/file/
H A D007_variation23.phpt18 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation24.phpt18 var_dump($file_handle); //Check for the content of handle
26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
H A D007_variation4.phpt21 var_dump($file_handle); //Check for the content of handle
29 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug34643.phpt28 $this->server->handle($request);
H A Dbug36999.phpt25 $this->server->handle($request);
H A Dbug38067.phpt26 $this->server->handle($request);
H A Dbug38004.phpt26 $this->server->handle($request);
H A Dbug42086.phpt27 $server->handle($request);
H A Dbug42326.phpt44 $soap->handle($request);
H A Dbug47273.phpt35 $server->handle($request1);
40 $server->handle($request2);
H A Dbug50762.phpt28 $this->server->handle($request);
/PHP-8.3/tests/output/
H A DDummyStreamWrapper.inc9 public $handle;
/PHP-8.3/ext/soap/tests/
H A Dclassmap003.phpt39 $this->server->handle($request);
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation2-win32-mb.phpt12 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
/PHP-8.3/ext/mbstring/tests/
H A Dmb_check_encoding_array.phpt26 Warning: mb_check_encoding(): Cannot not handle circular references in %s on line %d
/PHP-8.3/ext/oci8/tests/
H A Ddefine6.phpt103 echo "Test 6 - fetch on wrong handle\n";
136 Test 6 - fetch on wrong handle
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c351 zend_file_handle handle; local
354 zend_stream_init_filename_ex(&handle, filename);
355 ret = validate_timestamp_and_record_ex(persistent_script, &handle) == SUCCESS
357 zend_destroy_file_handle(&handle);
920 zend_file_handle handle; local
934 zend_stream_init_filename_ex(&handle, script_name);
944 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
947 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
950 …zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " could not compile file %s", ZSTR_VAL(handle.filen…
963 zend_destroy_file_handle(&handle);
/PHP-8.3/ext/curl/
H A Dcurl_arginfo.h5 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
9 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
13 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
17 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
21 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
34 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
44 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
54 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
60 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
77 ZEND_ARG_OBJ_INFO(0, handle, CurlHandle, 0)
[all …]
/PHP-8.3/ext/tokenizer/tests/
H A Dbug26463.phpt2 Bug #26463 (token_get_all() does not correctly handle semicolons after T_END_HEREDOC)
/PHP-8.3/ext/dom/tests/
H A Dbug46335.phpt2 Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
/PHP-8.3/ext/ffi/tests/
H A Dbug79177.phpt2 Bug #79177 (FFI doesn't handle well PHP exceptions within callback)
/PHP-8.3/Zend/tests/traits/
H A Dproperty007.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-8.3/Zend/tests/
H A Dbug60536_005.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-8.3/ext/date/tests/
H A Dbug35499.phpt2 Bug #35499 (strtotime() does not handle whitespace around the date string)

Completed in 31 milliseconds

12345678910>>...18