Home
last modified time | relevance | path

Searched refs:handle (Results 301 – 325 of 649) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt71 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql
102 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql
/PHP-7.4/Zend/
H A Dzend_language_scanner.l528 …if (file_handle->handle.stream.handle >= (void*)file_handle && file_handle->handle.stream.handle <… in open_file_for_scanning()
530 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning()
531 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
532 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
671 if (retval && file_handle.handle.stream.handle) { in compile_filename()
H A Dzend_modules.h97 void *handle; member
H A Dzend_list.c50 return zend_hash_index_del(&EG(regular_list), res->handle); in zend_list_delete()
59 return zend_hash_index_del(&EG(regular_list), res->handle); in zend_list_free()
/PHP-7.4/ext/soap/tests/
H A Dserver002.phpt31 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver004.phpt34 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver021.phpt34 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver028.phpt35 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap010.phpt52 $server->handle($HTTP_RAW_POST_DATA);
H A Dany.phpt40 $this->server->handle($request);
H A Dserver006.phpt36 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver019.phpt30 $server->handle();
H A Dserver020.phpt31 $server->handle();
H A Dbug79536.phpt57 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap009.phpt52 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver025.phpt42 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28751.phpt32 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug31422.phpt38 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug65018.phpt24 $soap->handle($input);
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation54.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_options.phpt88 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
89 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
/PHP-7.4/ext/soap/tests/soap12/
H A Dsoap12-test.inc129 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc55 $server->handle($HTTP_RAW_POST_DATA);

Completed in 59 milliseconds

1...<<11121314151617181920>>...26