Home
last modified time | relevance | path

Searched refs:handle (Results 501 – 525 of 649) sorted by relevance

1...<<212223242526

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c130 …int (*accelerator_orig_zend_stream_open_function)(const char *filename, zend_file_handle *handle );
977 if (zend_fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
1003 php_stream *stream = (php_stream *)file_handle->handle.stream.handle; in zend_get_file_handle_timestamp()
2232 static int persistent_stream_open_function(const char *filename, zend_file_handle *handle) in persistent_stream_open_function() argument
2245 zend_stream_init_filename(handle, (char*) filename); in persistent_stream_open_function()
2246 handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->script.filename); in persistent_stream_open_function()
2252 return accelerator_orig_zend_stream_open_function(filename, handle); in persistent_stream_open_function()
2924 extension->handle = 0; in accel_startup()
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation23.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation34.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation40.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation46.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation15.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation17.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation21.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation28.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation3.phpt13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfflush_variation1-win32-mb.phpt10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to the files opened in different modes */
H A Dfflush_variation1-win32.phpt10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle to the files opened in different modes */
H A Dfflush_variation1.phpt10 /* Prototype: bool fflush ( resource $handle );
14 /* test fflush() with handle of files opened in different modes */
H A Dfread_variation3-win32-mb.phpt12 Prototype: string fread ( resource $handle [, int $length] );
13 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfread_variation3-win32.phpt12 Prototype: string fread ( resource $handle [, int $length] );
13 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfread_variation3.phpt12 Prototype: string fread ( resource $handle [, int $length] );
13 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfscanf_variation6.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfgets_variation5.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
H A Dflock_variation.phpt6 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
H A Dfscanf_variation12.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation31.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation37.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation43.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation49.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation10.phpt90 fclose($file_handle); //closing the file handle

Completed in 65 milliseconds

1...<<212223242526