Home
last modified time | relevance | path

Searched refs:handle (Results 376 – 400 of 739) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
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_variation8-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 Dfgetc_error.phpt6 Prototype: string fgetc ( resource $handle );
H A Dpopen_pclose_basic-win32.phpt16 * Prototype: int pclose ( resource handle );
H A Dpopen_pclose_error-win32-debug.phpt19 * Prototype: int pclose ( resource handle );
H A Dfwrite_variation1-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_variation1.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.
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36908.phpt42 $server->handle($input);
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc69 $y->handle($HTTP_RAW_POST_DATA);
/PHP-5.5/ext/soap/tests/
H A Dtypemap001.phpt57 $server->handle($HTTP_RAW_POST_DATA);
H A Dtypemap002.phpt52 $server->handle($HTTP_RAW_POST_DATA);
/PHP-5.5/ext/standard/tests/strings/
H A Dbin2hex_variation1.phpt76 fclose($file_handle); //closing the file handle
H A Dhebrev_variation1.phpt80 fclose($file_handle); //closing the file handle
H A Dhebrevc_variation1.phpt80 fclose($file_handle); //closing the file handle
H A Dord_variation1.phpt78 fclose($file_handle); //closing the file handle
H A Dstr_shuffle_variation1.phpt79 fclose($file_handle); //closing the file handle
H A Dstrlen_variation1.phpt81 fclose($file_handle); //closing the file handle
H A Dvfprintf_variation13_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dconvert_uuencode_variation1.phpt79 fclose($file_handle); //closing the file handle
H A Dsscanf_variation2.phpt80 fclose($file_handle); //closing the file handle
H A Dstristr_variation1.phpt79 fclose($file_handle); //closing the file handle
H A Dvfprintf_variation13.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-5.5/ext/dom/
H A Dphp_dom.h75 zend_object_handle handle; member
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c38 static void ResourceBundle_object_destroy( void *object, zend_object_handle handle TSRMLS_DC ) in ResourceBundle_object_destroy()
73 retval.handle = zend_objects_store_put( rb, ResourceBundle_object_destroy, NULL, NULL TSRMLS_CC ); in ResourceBundle_object_create()

Completed in 100 milliseconds

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