Home
last modified time | relevance | path

Searched refs:handle (Results 401 – 425 of 649) sorted by relevance

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

/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
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 )
H A Dvfprintf_variation18.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-7.4/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 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_variation47.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dflock_error.phpt8 Prototype: bool flock(resource $handle, int $operation [, int &$wouldblock]);
H A Dfscanf_variation10.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation29.phpt7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
H A Dfscanf_variation41.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.4/Zend/
H A Dzend.h197 int (*stream_open_function)(const char *filename, zend_file_handle *handle);
285 extern ZEND_API int (*zend_stream_open_function)(const char *filename, zend_file_handle *handle);
H A Dzend_types.h371 uint32_t handle; // TODO: may be removed ??? member
380 int handle; // TODO: may be removed ??? member
710 #define Z_OBJ_HANDLE(zval) (Z_OBJ((zval)))->handle
722 #define Z_RES_HANDLE(zval) Z_RES(zval)->handle
868 _res->handle = (h); \
883 _res->handle = (h); \
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36226.phpt29 $this->server->handle($request);
/PHP-7.4/ext/soap/tests/
H A Dserver030.phpt47 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.4/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.4/
H A D.gdbinit208 set $handle = $zvalue->value.obj.handle
212 printf "(%s) #%d", $cname, $handle
246 printf "resource: #%d", $zvalue->value.res->handle

Completed in 56 milliseconds

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