Home
last modified time | relevance | path

Searched refs:handle (Results 451 – 475 of 739) sorted by relevance

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

/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation16_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation20.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation21.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dcount_chars_variation1.phpt80 fclose($file_handle); //closing the file handle
H A Dstr_pad_variation2.phpt83 fclose($file_handle); //closing the file handle
H A Dmoney_format_variation1.phpt101 // close the file handle
H A Dvfprintf_variation14.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation14_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-7.3/ext/standard/tests/file/
H A Dfwrite_variation4-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_variation4.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 Dfgetc_variation3.phpt6 Prototype: string fgetc ( resource $handle );
H A Dfgets_variation1.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
H A Dflock_error.phpt6 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
H A Dfscanf_variation10.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
/PHP-7.3/Zend/
H A Dzend_types.h358 uint32_t handle; // TODO: may be removed ??? member
367 int handle; // TODO: may be removed ??? member
672 #define Z_OBJ_HANDLE(zval) (Z_OBJ((zval)))->handle
687 #define Z_RES_HANDLE(zval) Z_RES(zval)->handle
833 _res->handle = (h); \
848 _res->handle = (h); \
/PHP-7.3/main/streams/
H A Dplain_wrapper.c258 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_fd() local
260 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_fd()
261 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_fd()
297 zend_uintptr_t handle = _get_osfhandle(self->fd); in _php_stream_fopen_from_file() local
299 if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { in _php_stream_fopen_from_file()
300 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_file()
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug35142.phpt29 $this->server->handle($request);
H A Dbug36226.phpt29 $this->server->handle($request);
H A Dbug36575.phpt44 $server->handle($soapRequest);
/PHP-7.3/ext/soap/tests/
H A Dserver030.phpt47 $server->handle($HTTP_RAW_POST_DATA);

Completed in 38 milliseconds

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