Home
last modified time | relevance | path

Searched refs:resource (Results 201 – 225 of 1311) sorted by relevance

12345678910>>...53

/PHP-7.4/ext/standard/tests/file/
H A D007_variation21.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 resource(%d) of type (stream)
H A D007_variation5.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
51 resource(%d) of type (stream)
H A D007_variation8.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A Dfscanf_variation22.phpt2 Test fscanf() function: usage variations - char formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different char format types */
15 echo "*** Test fscanf(): different char format types with resource ***\n";
24 // resource type variable
28 // array of resource types
81 *** Test fscanf(): different char format types with resource ***
H A Dfscanf_variation16.phpt2 Test fscanf() function: usage variations - string formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different string format types */
15 echo "*** Test fscanf(): different string format types with resource ***\n";
24 // resource type variable
28 // array of resource types
81 *** Test fscanf(): different string format types with resource ***
H A Dfgetc_variation2.phpt6 Prototype: string fgetc ( resource $handle );
44 Warning: fgetc(): supplied resource is not a valid stream resource in %s on line %d
50 Warning: fgetc() expects parameter 1 to be resource, null given in %s on line %d
H A Dpopen_pclose_error-sunos.phpt11 * Prototype: resource popen ( string command, string mode )
14 * Prototype: int pclose ( resource handle );
43 resource(%d) of type (stream)
51 Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d
H A Dfclose_variation1.phpt13 Warning: fread(): supplied resource is not a valid stream resource in %s on line %d
H A D007_variation15.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation16.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
/PHP-7.4/Zend/tests/
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt21 // get a resource variable
52 // array with object, unset variable and resource variable
53 /*8*/ array(11 => new classA(), "string" => @$unset_var, "resource" => $fp, new classA(), $fp),
75 // close the file resource used
363 ["resource"]=>
364 resource(%d) of type (stream)
369 resource(%d) of type (stream)
383 ["resource"]=>
384 resource(%d) of type (stream)
389 resource(%d) of type (stream)
H A Darray_reverse_variation4.phpt21 //get a resource variable
56 // array with object, unset variable and resource variable
57 array(new classA() => 11, @$unset_var => "hello", $fp => 'resource'),
60 /*11*/ array('hello' => 1, new classA() => 2, "fruit" => 2.2, $fp => 'resource', 133 => "int", 444.…
78 // close the file resource used
319 string(8) "resource"
326 string(8) "resource"
333 string(8) "resource"
349 string(8) "resource"
366 string(8) "resource"
[all …]
H A Darray_combine_variation5.phpt23 // get a resource variable
59 // array with object, unset variable and resource variable
60 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
64 'resource' => $fp, "int" => 133, "float" => 444.432,
77 // close the file resource used
163 resource(%d) of type (stream)
175 resource(%d) of type (stream)
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt11 /* Prototype : resource gzopen(string filename, string mode [, int use_include_path])
121 Warning: gzpassthru() expects parameter 1 to be resource, bool given in %s on line %d
123 Warning: gzclose() expects parameter 1 to be resource, bool given in %s on line %d
128 Warning: gzpassthru() expects parameter 1 to be resource, bool given in %s on line %d
130 Warning: gzclose() expects parameter 1 to be resource, bool given in %s on line %d
135 Warning: gzpassthru() expects parameter 1 to be resource, bool given in %s on line %d
137 Warning: gzclose() expects parameter 1 to be resource, bool given in %s on line %d
142 Warning: gzpassthru() expects parameter 1 to be resource, bool given in %s on line %d
144 Warning: gzclose() expects parameter 1 to be resource, bool given in %s on line %d
149 Warning: gzpassthru() expects parameter 1 to be resource, bool given in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/PHP-7.4/ext/hash/tests/
H A Dreuse.phpt10 Warning: hash_update(): supplied resource is not a valid Hash Context resource in %s%eext%ehash%ete…
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_info_read.phpt2 array curl_multi_info_read ( resource $mh [, int &$msgs_in_queue = NULL ] );
42 resource(%d) of type (curl)
50 resource(%d) of type (curl)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt79 "resource",
124 string(8) "resource"
125 string(8) "resource"
613 resource(%d) of type (stream)
614 string(8) "resource"
618 resource(%d) of type (stream)
619 string(8) "resource"
719 resource(%d) of type (stream)
726 resource(%d) of type (stream)
827 resource(%d) of type (stream)
[all …]
H A Dis_resource_basic.phpt6 * Description: Finds whether a variable is a resource
39 echo "\nNon-resource type cases\n";
75 Non-resource type cases
86 resource(%d) of type (%s)
90 resource(%d) of type (Unknown)
H A Dget_resource_type_basic.phpt5 /* Prototype : string get_resource_type ( resource $handle )
6 * Description: Returns the resource type
/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt51 resource(%d) of type (Socket)
52 resource(%d) of type (Socket)
53 resource(%d) of type (Socket)
54 resource(%d) of type (Unknown)
H A Dsocket_create_pair.phpt21 resource(4) of type (Socket)
23 resource(5) of type (Socket)
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_basic.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
53 resource(%d) of type (stream)
56 resource(%d) of type (stream)
59 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_basic.phpt6 * Prototype : object dir(string $directory[, resource $context])
62 resource(%d) of type (stream)
80 resource(%d) of type (Unknown)
84 Warning: Directory::read(): supplied resource is not a valid Directory resource in %s on line %d

Completed in 25 milliseconds

12345678910>>...53