Home
last modified time | relevance | path

Searched refs:handle (Results 476 – 500 of 739) sorted by relevance

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

/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_variation18.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dstripos_variation9.phpt88 fclose($file_handle); //closing the file handle
H A Dstrrchr_variation9.phpt128 fclose($file_handle); //closing the file handle
H A Dstrrpos_variation9.phpt88 fclose($file_handle); //closing the file handle
H A Ducwords_variation1.phpt109 // close the file handle
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation29.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation35.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation4.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation41.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation47.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation51.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfwrite_variation2-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation2.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfseek_ftell_rewind_basic1.phpt5 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
8 Prototype: bool rewind ( resource $handle );
11 Prototype: int ftell ( resource $handle );
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
13 Prototype: bool rewind ( resource $handle );
16 Prototype: int ftell ( resource $handle );
H A Dfseek_ftell_rewind_basic2-win32.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
13 Prototype: bool rewind ( resource $handle );
16 Prototype: int ftell ( resource $handle );
H A Dfseek_ftell_rewind_basic2.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
13 Prototype: bool rewind ( resource $handle );
16 Prototype: int ftell ( resource $handle );
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt63 /* TODO getAttribute() does not handle it */
65 /* TODO getAttribute() does not handle it */
/PHP-7.3/
H A D.gdbinit210 set $handle = $zvalue->value.obj.handle
214 printf "(%s) #%d", $cname, $handle
240 printf "resource: #%d", $zvalue->value.res->handle
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c123 …int (*accelerator_orig_zend_stream_open_function)(const char *filename, zend_file_handle *handle );
977 if (zend_fstat(file_handle->handle.fd, &statbuf) == -1) { in zend_get_file_handle_timestamp()
982 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
1009 php_stream *stream = (php_stream *)file_handle->handle.stream.handle; in zend_get_file_handle_timestamp()
2240 static int persistent_stream_open_function(const char *filename, zend_file_handle *handle) in persistent_stream_open_function() argument
2253 handle->filename = (char*)filename; in persistent_stream_open_function()
2254 handle->free_filename = 0; in persistent_stream_open_function()
2255 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->script.filename); in persistent_stream_open_function()
2256 handle->type = ZEND_HANDLE_FILENAME; in persistent_stream_open_function()
2262 return accelerator_orig_zend_stream_open_function(filename, handle); in persistent_stream_open_function()
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug30045.phpt31 $this->server->handle($request);
/PHP-7.3/ext/soap/tests/interop/Round4/GroupI/
H A Dround4_groupI_xsd.inc197 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/soap/tests/
H A Dserver031.phpt63 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt44 // stream_get_contents ( resource $handle [, int $maxlength = -1 [, int $offset = -1 ]] )
/PHP-7.3/ext/curl/tests/
H A Dcurl_version_variation1.phpt87 fclose($file_handle); //closing the file handle

Completed in 44 milliseconds

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