Home
last modified time | relevance | path

Searched refs:handle (Results 351 – 375 of 649) sorted by relevance

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

/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation17.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation13.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation13_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dstrtr_variation6.phpt87 fclose($file_handle); //closing the file handle
/PHP-7.4/ext/phar/
H A Dphar.c3254 return php_stream_read(phar_get_pharfp((phar_archive_data*)handle), buf, len); in phar_zend_stream_reader()
3258 static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */ in phar_zend_stream_fsizer() argument
3260 return ((phar_archive_data*)handle)->halt_offset + 32; in phar_zend_stream_fsizer()
3302 if (file_handle->handle.stream.closer && file_handle->handle.stream.handle) { in phar_compile_file()
3303 file_handle->handle.stream.closer(file_handle->handle.stream.handle); in phar_compile_file()
3305 file_handle->handle.stream.handle = NULL; in phar_compile_file()
3317 file_handle->handle.stream.handle = phar; in phar_compile_file()
3318 file_handle->handle.stream.reader = phar_zend_stream_reader; in phar_compile_file()
3319 file_handle->handle.stream.closer = NULL; in phar_compile_file()
3320 file_handle->handle.stream.fsizer = phar_zend_stream_fsizer; in phar_compile_file()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation29.phpt2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end…
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
12 and fgetcsv() provided with only file handle in its argument
15 echo "*** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of…
89 *** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of file …
H A Dfgetcsv_variation30.phpt2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
12 and fgetcsv() provided with file handle and length arguments
15 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
88 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
H A Dpopen_pclose_basic-win32-mb.phpt14 * Prototype: int pclose ( resource handle );
H A Dpopen_pclose_basic-win32.phpt14 * Prototype: int pclose ( resource handle );
H A Dfseek_ftell_rewind_variation4-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_variation4.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_variation6-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_variation8.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_variation1.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_variation3.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_variation6.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_variation7.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_variation8-win32.phpt10 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
13 Prototype: bool rewind ( resource $handle );
16 Prototype: int ftell ( resource $handle );
/PHP-7.4/ext/soap/tests/
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-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc69 $y->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug39815.phpt27 $this->server->handle($request);

Completed in 84 milliseconds

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