Home
last modified time | relevance | path

Searched refs:handle (Results 251 – 275 of 739) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.3/ext/oci8/tests/
H A Ddefine6.phpt100 echo "Test 6 - fetch on wrong handle\n";
135 Test 6 - fetch on wrong handle
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug47273.phpt35 $server->handle($request1);
40 $server->handle($request2);
H A Dbug42326.phpt44 $soap->handle($request);
/PHP-7.3/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 Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Dreaddir_error.phpt27 // close the handle so can remove dir in CLEAN section
H A Dreaddir_variation2-win32-mb.phpt17 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
/PHP-7.3/ext/standard/tests/file/
H A Dbug78241.phpt2 Bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit)
/PHP-7.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-7.3/ext/tokenizer/tests/
H A Dbug26463.phpt2 Bug #26463 (token_get_all() does not correctly handle semicolons after T_END_HEREDOC)
/PHP-7.3/ext/wddx/tests/
H A Dbug35410.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
H A Dbug35410_64bit.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
/PHP-7.3/Zend/tests/
H A Dbug60536_005.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-7.3/Zend/tests/traits/
H A Dproperty007.phpt14 // Protected and public are handle more strict with a warning then what is
/PHP-7.3/ext/date/tests/
H A Dbug35499.phpt2 Bug #35499 (strtotime() does not handle whitespace around the date string)
/PHP-7.3/ext/dom/tests/
H A Dbug46335.phpt2 Bug #46335 (DOMText::splitText doesn't handle multibyte characters).
/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_basic8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic2.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic4.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic5.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-7.3/ext/ftp/
H A Dftp.c1408 SSL *handle = NULL; in my_send() local
1432 handle = ftp->ssl_handle; in my_send()
1435 handle = ftp->data->ssl_handle; in my_send()
1439 if (handle) { in my_send()
1442 err = SSL_get_error(handle, sent); in my_send()
1451 SSL_shutdown(handle); in my_send()
1501 SSL *handle = NULL; in my_recv() local
1521 handle = ftp->ssl_handle; in my_recv()
1524 handle = ftp->data->ssl_handle; in my_recv()
1528 if (handle) { in my_recv()
[all …]
/PHP-7.3/Zend/
H A Dzend_language_scanner.l508 if (CG(start_lineno) == 2 && file_handle->type == ZEND_HANDLE_FP && file_handle->handle.fp) { in open_file_for_scanning()
509 if ((offset = ftell(file_handle->handle.fp)) == (size_t)-1) { in open_file_for_scanning()
519 …if (file_handle->handle.stream.handle >= (void*)file_handle && file_handle->handle.stream.handle <… in open_file_for_scanning()
521 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning()
522 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
523 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
659 file_handle.handle.fp = NULL; in compile_filename()
662 if (retval && file_handle.handle.stream.handle) { in compile_filename()
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt40 or PDO->query() and invoke an error on the statement handle,
43 operation performed on a particular statement handle.

Completed in 35 milliseconds

1...<<11121314151617181920>>...30