Home
last modified time | relevance | path

Searched refs:handle (Results 326 – 350 of 446) sorted by relevance

1...<<1112131415161718

/PHP-8.3/ext/pdo/tests/
H A Dpdo_022.phpt12 * Note well: meta information is a nightmare to handle portably.
/PHP-8.3/ext/soap/tests/
H A Dbug48557.phpt53 $y->handle($request);
H A Dserver023.phpt31 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug68996.phpt23 $s->handle($input);
H A Dserver024.phpt43 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap001.phpt57 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap002.phpt52 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap005.phpt58 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap006.phpt53 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap013.phpt52 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc55 $server->handle($HTTP_RAW_POST_DATA);
H A Dround4_groupH_simple_rpcenc.inc55 $server->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/phar/
H A Dphar.c3275 return php_stream_read(phar_get_pharfp((phar_archive_data*)handle), buf, len); in ZEND_GET_MODULE()
3279 static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */ in phar_zend_stream_fsizer() argument
3281 return ((phar_archive_data*)handle)->halt_offset + 32; in phar_zend_stream_fsizer()
3323 if (file_handle->handle.stream.closer && file_handle->handle.stream.handle) { in phar_compile_file()
3324 file_handle->handle.stream.closer(file_handle->handle.stream.handle); in phar_compile_file()
3326 file_handle->handle.stream.handle = NULL; in phar_compile_file()
3337 file_handle->handle.stream.handle = phar; in phar_compile_file()
3338 file_handle->handle.stream.reader = phar_zend_stream_reader; in phar_compile_file()
3339 file_handle->handle.stream.closer = NULL; in phar_compile_file()
3340 file_handle->handle.stream.fsizer = phar_zend_stream_fsizer; in phar_compile_file()
[all …]
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug36908.phpt40 $server->handle($input);
H A Dbug50675.phpt2 Bug #50675 SoapClient can't handle object references correctly.
H A Dbug39815.phpt28 $this->server->handle($request);
H A Dbug30106.phpt27 $this->server->handle($request);
H A Dbug37013.phpt52 $server->handle( $request );
/PHP-8.3/ext/soap/tests/schema/
H A Dtest_schema.inc69 $y->handle($HTTP_RAW_POST_DATA);
/PHP-8.3/ext/standard/tests/dir/
H A Dopendir_variation4.phpt58 * function to remove directory handle before re-using variable name in test
H A Dopendir_variation4-win32-mb.phpt64 * function to remove directory handle before re-using variable name in test
/PHP-8.3/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt75 fclose($file_handle); //closing the file handle
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt46 /* TODO getAttribute() does not handle it */
H A Dpdo_mysql_attr_server_version.phpt32 // comparing what we get. However, mysqli_get_server_version() needs a mysqli handle
/PHP-8.3/ext/spl/
H A Dspl_observer.c107 key->h = obj->handle; in spl_object_storage_get_hash()
153 uint32_t handle = obj->handle; in spl_object_storage_attach_handle() local
154 zval *entry_zv = zend_hash_index_lookup(&intern->storage, handle); in spl_object_storage_attach_handle()
228 return zend_hash_index_del(&intern->storage, obj->handle); in spl_object_storage_detach()
416 return zend_hash_index_find(&intern->storage, obj->handle) != NULL; in spl_object_storage_contains()

Completed in 37 milliseconds

1...<<1112131415161718