Home
last modified time | relevance | path

Searched refs:handle (Results 76 – 100 of 739) sorted by relevance

12345678910>>...30

/PHP-7.3/ext/standard/tests/file/
H A D007_variation17.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
36 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation9.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
36 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A Dunlink_variation2.phpt9 /* Try to unlink file when file handle is still in use */
22 // now close file handle
H A D007_error.phpt12 Prototype: bool fclose ( resource $handle );
15 Prototype: bool feof ( resource $handle )
30 var_dump( fclose($fp) ); // closed handle
31 var_dump( fclose(__FILE__) ); // invalid handle
35 var_dump( feof($fp) ); // closed handle
36 var_dump( feof(__FILE__) ); // invalid handle
43 var_dump( fclose($fp, "handle") );
45 var_dump( feof($fp, "handle"));
H A D007_variation10.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation18.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
H A D007_variation2.phpt13 Prototype: bool fclose ( resource $handle );
31 var_dump($file_handle); //Check for the content of handle
38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c2489 file_handle.handle.fp = NULL;
2493 file_handle.handle.fp = stdin;
2567 file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
2570 if (!file_handle.handle.fp ||
2592 c = php_stream_getc((php_stream*)file_handle.handle.stream.handle);
2595 … c = php_stream_getc((php_stream*)file_handle.handle.stream.handle); /* skip to end of line */
2599 if (php_stream_getc((php_stream*)file_handle.handle.stream.handle) != '\n') {
2600 zend_off_t pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);
2601 php_stream_seek((php_stream*)file_handle.handle.stream.handle, pos - 1, SEEK_SET);
2606 php_stream_rewind((php_stream*)file_handle.handle.stream.handle);
[all …]
/PHP-7.3/ext/interbase/
H A Dibase_events.c49 if (event->link->handle != 0 && in _php_ibase_free_event()
50 isc_cancel_events(IB_STATUS, &event->link->handle, &event->event_id)) { in _php_ibase_free_event()
120 isc_wait_for_event(dummy_result, &ib_link->handle, *l, *event_buf, *result_buf); in _php_ibase_event_block()
170 if (isc_wait_for_event(IB_STATUS, &ib_link->handle, buffer_size, event_buffer, result_buffer)) { in PHP_FUNCTION()
247 if (isc_que_events(IB_STATUS, &event->link->handle, &event->event_id, buffer_size, in _php_ibase_callback()
353 if (isc_que_events(IB_STATUS, &ib_link->handle, &event->event_id, buffer_size, in PHP_FUNCTION()
/PHP-7.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt13 echo '*** Testing curl copy handle with simple POST ***' . "\n";
34 *** Testing curl copy handle with simple POST ***
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
32 *** Testing curl copy handle with simple POST using array as arguments ***
/PHP-7.3/ext/dom/
H A Duserdatahandler.c37 PHP_FALIAS(handle, dom_userdatahandler_handle, NULL)
/PHP-7.3/sapi/phpdbg/tests/
H A Dexceptions_002.phpt11 prompt> handle first
40 print "handle first\n";
/PHP-7.3/ext/oci8/tests/
H A Dbug36403.phpt33 // Should generate an error: ORA-24338: statement handle not executed
34 // since the statement handle was only described and not executed
/PHP-7.3/ext/phar/tests/
H A D027.phpt47 echo "fseek on dir handle\n";
51 echo "fwrite on dir handle\n";
77 fseek on dir handle
84 fwrite on dir handle
/PHP-7.3/main/
H A Dmain.c1554 php_zend_stream_closer(handle); in php_zend_stream_mmap_closer()
1586 handle->free_filename = 0; in php_stream_open_for_zend_ex()
1587 handle->handle.stream.handle = stream; in php_stream_open_for_zend_ex()
1588 handle->handle.stream.reader = (zend_stream_reader_t)_php_stream_read; in php_stream_open_for_zend_ex()
1589 handle->handle.stream.fsizer = php_zend_stream_fsizer; in php_stream_open_for_zend_ex()
1590 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
1592 memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap)); in php_stream_open_for_zend_ex()
1600 handle->handle.stream.closer = php_zend_stream_mmap_closer; in php_stream_open_for_zend_ex()
1601 handle->handle.stream.mmap.buf = p; in php_stream_open_for_zend_ex()
1602 handle->handle.stream.mmap.len = mapped_len; in php_stream_open_for_zend_ex()
[all …]
/PHP-7.3/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
64 Warning: Directory::read(): Unable to find my handle property in %s on line 15
/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt15 // Open handle
23 // Close handle
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c587 fh.handle.stream.mmap.buf++; in phpdbg_compile()
625 fh.handle.stream.mmap.buf = buf; in phpdbg_compile()
626 fh.handle.stream.mmap.len = len; in phpdbg_compile()
1288 DL_HANDLE handle; in phpdbg_load_module_or_extension() local
1311 handle = DL_LOAD(*path); in phpdbg_load_module_or_extension()
1313 if (!handle) { in phpdbg_load_module_or_extension()
1395 module_entry->handle = handle; in phpdbg_load_module_or_extension()
1423 DL_UNLOAD(handle); in phpdbg_load_module_or_extension()
1483 if (handle) { in PHPDBG_COMMAND()
1484 phpdbg_export_breakpoints(handle); in PHPDBG_COMMAND()
[all …]
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug36629.phpt2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
30 $server->handle($HTTP_RAW_POST_DATA);
45 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound2.inc11 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_emptysa.inc13 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_import1.inc13 $server->handle($HTTP_RAW_POST_DATA);
H A Dround3_groupD_import2.inc13 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_ext.inc13 $server->handle($HTTP_RAW_POST_DATA);

Completed in 48 milliseconds

12345678910>>...30