Home
last modified time | relevance | path

Searched refs:handle (Results 151 – 175 of 739) sorted by relevance

12345678910>>...30

/PHP-7.3/win32/
H A Dreaddir.h30 HANDLE handle; /* _findfirst/_findnext handle */ member
/PHP-7.3/ext/standard/tests/file/
H A D007_variation16.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation24.phpt13 Prototype: bool fclose ( resource $handle );
29 var_dump($file_handle); //Check for the content of handle
37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation11-win32.phpt18 Prototype: bool fclose ( resource $handle );
37 var_dump($file_handle); //Check for the content of handle
45 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation19.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation3.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation4.phpt13 Prototype: bool fclose ( resource $handle );
32 var_dump($file_handle); //Check for the content of handle
40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-7.3/ext/pcntl/
H A Dpcntl.c1005 zval *handle; in PHP_FUNCTION() local
1033 if (Z_TYPE_P(handle) == IS_LONG) { in PHP_FUNCTION()
1034 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
1043 zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle); in PHP_FUNCTION()
1047 if (!zend_is_callable_ex(handle, NULL, 0, NULL, NULL, &error)) { in PHP_FUNCTION()
1048 zend_string *func_name = zend_get_callable_name(handle); in PHP_FUNCTION()
1058 handle = zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle); in PHP_FUNCTION()
1059 Z_TRY_ADDREF_P(handle); in PHP_FUNCTION()
1430 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
1458 if (Z_TYPE_P(handle) != IS_LONG) { in pcntl_signal_dispatch()
[all …]
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_doclitparams.inc28 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/spl/tests/
H A Dbug75049.phpt2 Bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
/PHP-7.3/Zend/tests/
H A Dbug60738_variation.phpt2 Bug #60738 Allow 'set_error_handler' to handle NULL
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt5 /* Prototype : string get_resource_type ( resource $handle )
H A Dget_resource_type_variation1.phpt2 Test get_resource_type() function : usage variations - different data types as handle arg
5 /* Prototype : string get_resource_type ( resource $handle )
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c338 zend_file_handle handle = {{0}, NULL, NULL, 0, 0}; local
340 handle.filename = ZSTR_VAL(filename);
341 handle.type = ZEND_HANDLE_FILENAME;
344 return validate_timestamp_and_record_ex(persistent_script, &handle) == SUCCESS;
816 zend_file_handle handle; local
829 handle.filename = script_name;
830 handle.free_filename = 0;
831 handle.opened_path = NULL;
832 handle.type = ZEND_HANDLE_FILENAME;
837 op_array = persistent_compile_file(&handle, ZEND_INCLUDE);
[all …]
/PHP-7.3/ext/mysqli/
H A Dmysqli_libmysql.h32 #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RES…
/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt27 // Open handle
41 // Close handle
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
/PHP-7.3/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_dimedoc.inc32 $server->handle($HTTP_RAW_POST_DATA);
H A Dround4_groupG_dimerpc.inc32 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_socket_get_name.phpt2 string stream_socket_get_name ( resource $handle , bool $want_peer ) ;
/PHP-7.3/ext/curl/tests/
H A Dcurl_multi_strerror_001.phpt22 string(20) "invalid multi handle"
/PHP-7.3/ext/ftp/tests/
H A Dfilesize_large.phpt2 Verify php can handle filesizes >32bit
/PHP-7.3/ext/oci8/tests/
H A Dbug51291_1.phpt67 echo "\nTest 6 - Execute - after successful 2nd query with new handle\n";
86 echo "\nTest 7 - Execute - after successful 2nd query with same handle\n";
105 echo "\nTest 8 - Execute - after unsuccessful 2nd query with new handle\n";
123 echo "\nTest 9 - Execute - after unsuccessful 2nd query with same handle\n";
277 Test 6 - Execute - after successful 2nd query with new handle
306 Test 7 - Execute - after successful 2nd query with same handle
325 Test 8 - Execute - after unsuccessful 2nd query with new handle
365 Test 9 - Execute - after unsuccessful 2nd query with same handle
/PHP-7.3/ext/date/tests/
H A Dbug54316.phpt2 Bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly)
/PHP-7.3/ext/soap/tests/
H A Dserver011.phpt17 $server->handle();

Completed in 37 milliseconds

12345678910>>...30