Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/soap/tests/
H A Dserver009.phpt43 $server->handle($HTTP_RAW_POST_DATA);
61 $server->handle($HTTP_RAW_POST_DATA);
H A Dclassmap003.phpt38 $this->server->handle($request);
/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation1.phpt6 Prototype: string fgetc ( resource $handle );
40 // close the file handle
H A Dbug78241.phpt2 Bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit)
H A Dfscanf_error.phpt6 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
30 // invalid file handle
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt26 $this->server->handle($request);
H A Dbug38004.phpt24 $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);
/PHP-7.4/ext/dba/
H A Ddba.c70 ZEND_ARG_INFO(0, handle)
75 ZEND_ARG_INFO(0, handle)
81 ZEND_ARG_INFO(0, handle)
89 ZEND_ARG_INFO(0, handle)
93 ZEND_ARG_INFO(0, handle)
98 ZEND_ARG_INFO(0, handle)
104 ZEND_ARG_INFO(0, handle)
110 ZEND_ARG_INFO(0, handle)
114 ZEND_ARG_INFO(0, handle)
118 ZEND_ARG_INFO(0, handle)
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c342 zend_file_handle handle; local
343 zend_stream_init_filename(&handle, ZSTR_VAL(filename));
344 return validate_timestamp_and_record_ex(persistent_script, &handle) == SUCCESS;
852 zend_file_handle handle; local
866 zend_stream_init_filename(&handle, script_name);
876 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
879 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
882 zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " could not compile file %s", handle.filename);
895 zend_destroy_file_handle(&handle);
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_basic8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic7_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-7.4/ext/tokenizer/tests/
H A Dbug26463.phpt2 Bug #26463 (token_get_all() does not correctly handle semicolons after T_END_HEREDOC)
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h60 zval handle; member
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt11 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Dreaddir_variation2-win32-mb.phpt17 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
/PHP-7.4/Zend/tests/traits/
H A Dproperty007.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-7.4/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-7.4/ext/dom/tests/
H A Dbug46335.phpt2 Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
/PHP-7.4/Zend/tests/
H A Dbug60536_005.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-7.4/ext/date/tests/
H A Dbug35499.phpt2 Bug #35499 (strtotime() does not handle whitespace around the date string)
/PHP-7.4/ext/oci8/tests/
H A Ddefine6.phpt100 echo "Test 6 - fetch on wrong handle\n";
135 Test 6 - fetch on wrong handle

Completed in 45 milliseconds

12345678910>>...26