Home
last modified time | relevance | path

Searched refs:resource (Results 101 – 125 of 673) sorted by relevance

12345678910>>...27

/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation3.phpt87 resource(%d) of type (stream)
98 resource(%d) of type (stream)
109 resource(%d) of type (stream)
120 resource(%d) of type (stream)
131 resource(%d) of type (stream)
142 resource(%d) of type (stream)
153 resource(%d) of type (stream)
164 resource(%d) of type (stream)
175 resource(%d) of type (stream)
186 resource(%d) of type (stream)
H A Dopendir_basic-win32-mb.phpt55 resource(%d) of type (stream)
59 resource(%d) of type (stream)
62 resource(%d) of type (Unknown)
63 resource(%d) of type (Unknown)
H A Dclosedir_variation3.phpt31 resource(%d) of type (stream)
34 closedir(): Argument #1 ($dir_handle) must be a valid Directory resource
37 resource(%d) of type (stream)
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
9 resource(5) of type (stream) refcount(%d)
/PHP-8.2/ext/standard/tests/array/
H A Darray_unique_variation4.phpt16 // get a resource variable
43 // array with object, unset variable and resource variable
44 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
105 ["resource"]=>
106 resource(%d) of type (stream)
H A Dcurrent_variation2.phpt28 // get a resource variable
96 // resource variable
97 /*11*/ 'resource' => array(
146 -- Iteration 11 : resource data --
147 resource(%d) of type (stream)
H A Darray_map_variation4.phpt20 // get a resource variable
51 // array with object, unset variable and resource variable
52 array(@$unset_var => "hello", $fp => 'resource'),
56 $fp => 'resource', 133 => "int",
135 string(8) "resource"
144 string(8) "resource"
H A Darray_combine_variation5.phpt17 // get a resource variable
53 // array with object, unset variable and resource variable
54 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
58 'resource' => $fp, "int" => 133, "float" => 444.432,
71 // close the file resource used
157 resource(%d) of type (stream)
169 resource(%d) of type (stream)
H A Dend.phpt93 echo "\n*** Testing end() on resource type ***\n";
94 //file type resource
97 //directory type resource
108 /* cleaning resource handles */
109 fclose( $file_handle ); //file resource handle deleted
110 closedir( $dir_handle ); //dir resource handle deleted
200 *** Testing end() on resource type ***
201 resource(%d) of type (stream)
202 resource(%d) of type (stream)
H A Darray_merge_recursive_variation5.phpt16 // get a resource variable
47 // array with object, unset variable and resource variable
48 /*8*/ array(11 => new classA(), "string" => @$unset_var, "resource" => $fp, new classA(), $fp),
70 // close the file resource used
358 ["resource"]=>
359 resource(%d) of type (stream)
364 resource(%d) of type (stream)
378 ["resource"]=>
379 resource(%d) of type (stream)
384 resource(%d) of type (stream)
H A Darray_diff_variation8.phpt17 // get a resource variable
48 // array with object, unset variable and resource variable
49 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
193 ["resource"]=>
194 resource(%d) of type (stream)
199 resource(%d) of type (stream)
H A Darray_values_variation2.phpt28 // get a resource variable
96 // resource variable
97 /*11*/ 'resource' => array(
204 -- Iteration 11: resource data --
207 resource(%d) of type (stream)
/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_variation10.phpt2 Test fscanf() function: usage variations - float formats with resource
6 /* Test fscanf() to scan resource type using different float format types */
10 echo "*** Test fscanf(): different float format types with resource ***\n";
19 // resource type variable
23 // array of resource types
81 *** Test fscanf(): different float format types with resource ***
H A Dfscanf_variation29.phpt2 Test fscanf() function: usage variations - octal formats with resource
6 /* Test fscanf() to scan resource type using different octal format types */
10 echo "*** Test fscanf(): different octal format types with resource ***\n";
19 // resource type variable
23 // array of resource types
81 *** Test fscanf(): different octal format types with resource ***
H A Dfscanf_variation35.phpt2 Test fscanf() function: usage variations - hexa formats with resource
6 /* Test fscanf() to scan resource type using different hexa format types */
10 echo "*** Test fscanf(): different hexa format types with resource ***\n";
19 // resource type variable
23 // array of resource types
76 *** Test fscanf(): different hexa format types with resource ***
H A Dfscanf_variation4.phpt2 Test fscanf() function: usage variations - integer formats with resource
6 /* Test fscanf() to scan resource type using different integer format types */
10 echo "*** Test fscanf(): different integer format types with resource ***\n";
20 // resource type variable
24 // array of resource types
77 *** Test fscanf(): different integer format types with resource ***
H A Dfscanf_variation41.phpt2 Test fscanf() function: usage variations - unsigned formats with resource
6 /* Test fscanf() to scan resource type using different unsigned format types */
10 echo "*** Test fscanf(): different unsigned format types with resource ***\n";
19 // resource type variable
23 // array of resource types
76 *** Test fscanf(): different unsigned format types with resource ***
H A Dfscanf_variation47.phpt2 Test fscanf() function: usage variations - scientific formats with resource
6 /* Test fscanf() to scan resource type using different scientific format types */
10 echo "*** Test fscanf(): different scientific format types with resource ***\n";
19 // resource type variable
23 // array of resource types
76 *** Test fscanf(): different scientific format types with resource ***
H A Dfscanf_variation22.phpt2 Test fscanf() function: usage variations - char formats with resource
6 /* Test fscanf() to scan resource type using different char format types */
10 echo "*** Test fscanf(): different char format types with resource ***\n";
19 // resource type variable
23 // array of resource types
80 *** Test fscanf(): different char format types with resource ***
H A Dfscanf_variation16.phpt2 Test fscanf() function: usage variations - string formats with resource
6 /* Test fscanf() to scan resource type using different string format types */
10 echo "*** Test fscanf(): different string format types with resource ***\n";
19 // resource type variable
23 // array of resource types
80 *** Test fscanf(): different string format types with resource ***
/PHP-8.2/ext/oci8/tests/
H A Dcoll_002.phpt35 resource(%d) of type (oci8 collection)
38 string(%d) "OCICollection::size(): supplied resource is not a valid oci8 collection resource"
/PHP-8.2/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
10 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
48 echo("broker is not a resource; failed; \n");
H A Dbroker_init.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
17 echo("failure, its not a resource\n");
/PHP-8.2/Zend/tests/
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)

Completed in 33 milliseconds

12345678910>>...27