Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.0/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt5 /* Prototype : string get_resource_type ( resource $handle )
H A Dvar_export_error3.phpt18 Warning: var_export does not handle circular references in %s on line 9
H A Dvar_export_error2.phpt18 Warning: var_export does not handle circular references in %s on line 9
/PHP-7.0/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.0/ext/curl/tests/
H A Dcurl_multi_strerror_001.phpt22 string(20) "invalid multi handle"
/PHP-7.0/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.0/ext/ftp/tests/
H A Dfilesize_large.phpt2 Verify php can handle filesizes >32bit
/PHP-7.0/ext/standard/tests/file/
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
H A Dfpassthru_variation.phpt6 Prototype: int fpassthru ( resource $handle );
58 fclose($file_read); // closing the handle
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
/PHP-7.0/ext/date/tests/
H A Dbug54316.phpt2 Bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly)
H A Dbug35624.phpt2 Bug #35624 (strtotime() does not handle 3 character weekdays)
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt17 // Open handle
54 // Close handle
H A Dbug26817.phpt2 Bug #26817 (http_build_query() did not handle private & protected object properties)
/PHP-7.0/ext/soap/tests/
H A Dserver011.phpt17 $server->handle();
/PHP-7.0/sapi/cli/
H A Dphp_cli.c624 if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) { in cli_seek_file_begin()
631 c = fgetc(file_handle->handle.fp); in cli_seek_file_begin()
632 if (c == '#' && (c = fgetc(file_handle->handle.fp)) == '!') { in cli_seek_file_begin()
634 c = fgetc(file_handle->handle.fp); /* skip to end of line */ in cli_seek_file_begin()
638 if (fgetc(file_handle->handle.fp) != '\n') { in cli_seek_file_begin()
639 zend_long pos = zend_ftell(file_handle->handle.fp); in cli_seek_file_begin()
640 zend_fseek(file_handle->handle.fp, pos - 1, SEEK_SET); in cli_seek_file_begin()
645 rewind(file_handle->handle.fp); in cli_seek_file_begin()
932 file_handle.handle.fp = stdin; in do_cli()
950 fclose(file_handle.handle.fp); in do_cli()
/PHP-7.0/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-7.0/ext/soap/interop/
H A Dserver_round2_base.php104 $server->handle();
/PHP-7.0/ext/standard/tests/streams/
H A Dstream_socket_get_name.phpt2 string stream_socket_get_name ( resource $handle , bool $want_peer ) ;
/PHP-7.0/ext/interbase/
H A Dphp_ibase_includes.h72 isc_db_handle handle; member
79 isc_tr_handle handle; member
/PHP-7.0/ext/pcntl/
H A Dpcntl.c951 zval *handle; in PHP_FUNCTION() local
956 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "lz|b", &signo, &handle, &restart_syscalls) == FAILURE)… in PHP_FUNCTION()
979 if (Z_TYPE_P(handle) == IS_LONG) { in PHP_FUNCTION()
980 if (Z_LVAL_P(handle) != (zend_long) SIG_DFL && Z_LVAL_P(handle) != (zend_long) SIG_IGN) { in PHP_FUNCTION()
984 if (php_signal(signo, (Sigfunc *) Z_LVAL_P(handle), (int) restart_syscalls) == SIG_ERR) { in PHP_FUNCTION()
993 if (!zend_is_callable(handle, 0, &func_name)) { in PHP_FUNCTION()
1002 if (zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle)) { in PHP_FUNCTION()
1003 if (Z_REFCOUNTED_P(handle)) Z_ADDREF_P(handle); in PHP_FUNCTION()
1324 zval param, *handle, retval; in pcntl_signal_dispatch() local
1352 if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) { in pcntl_signal_dispatch()
[all …]

Completed in 83 milliseconds

12345678910>>...30