Home
last modified time | relevance | path

Searched refs:resource (Results 251 – 275 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-8.2/ext/standard/tests/array/
H A Darray_diff_uassoc_variation2.phpt22 //resource variable
92 // resource data
93 'resource' => $fp,
187 --resource--
188 array_diff_uassoc(): Argument #2 must be of type array, resource given
H A Dbug68553.phpt6 /* increase the resource id to make test stable */
64 resource(%d) of type (stream)
H A Dcount_recursive.phpt70 echo "\n-- Testing count() on resource type --\n";
71 $resource1 = fopen( __FILE__, "r" ); // Creating file(stream type) resource
72 $resource2 = opendir( "." ); // Creating dir resource
87 /* closing the resource handles */
145 -- Testing count() on resource type --
H A Darray_diff_uassoc_variation1.phpt22 //resource variable
92 // resource data
93 'resource' => $fp,
187 --resource--
188 array_diff_uassoc(): Argument #1 ($array) must be of type array, resource given
/PHP-8.2/ext/standard/tests/file/
H A D007_variation21.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
40 resource(%d) of type (stream)
H A D007_variation5.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
40 resource(%d) of type (stream)
H A Dproc_open01.phpt56 resource(%d) of type (stream)
58 resource(%d) of type (stream)
H A Dflock.phpt49 flock(): supplied resource is not a valid stream resource
H A D007_variation13.phpt26 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
32 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation13-win32.phpt26 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
32 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation8.phpt19 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
36 resource(%d) of type (stream)
H A Dpopen_pclose_error-sunos.phpt37 resource(%d) of type (stream)
45 Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d
/PHP-8.2/ext/gd/tests/
H A Dfunc.inc75 * @param resource $actual
118 * @param resource $image
119 * @return resource
140 * @param resource $image
/PHP-8.2/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt18 //getting the resource
55 // resource
116 strtr(): Argument #2 ($from) must be of type array|string, resource given
/PHP-8.2/Zend/tests/
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
H A Dconstants_002.phpt16 resource(%d) of type (stream)
/PHP-8.2/ext/standard/tests/dir/
H A Dclosedir_without_arg.phpt12 No resource supplied
H A Dreaddir_basic.phpt53 resource(%d) of type (stream)
61 resource(%d) of type (stream)
/PHP-8.2/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-8.2/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt66 resource(%d) of type (stream)
67 resource(%d) of type (stream)
/PHP-8.2/ext/oci8/tests/
H A Ddefine4.phpt74 string(%d) "oci_result(): supplied resource is not a valid oci8 statement resource"
H A Dlob_016.phpt62 resource(%d) of type (oci8 descriptor)
67 resource(%d) of type (oci8 descriptor)
/PHP-8.2/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt13 // get a resource variable
47 // resource variable
146 base_convert(): Argument #1 ($num) must be of type string, resource given
H A Dhexdec_variation1.phpt19 // get a resource variable
54 // resource variable
154 hexdec(): Argument #1 ($hex_string) must be of type string, resource given
H A Dhexdec_variation1_64bit.phpt19 // get a resource variable
54 // resource variable
154 hexdec(): Argument #1 ($hex_string) must be of type string, resource given

Completed in 27 milliseconds

1...<<11121314151617181920>>...27