Home
last modified time | relevance | path

Searched refs:resource (Results 226 – 250 of 673) sorted by relevance

12345678910>>...27

/PHP-8.2/ext/standard/tests/file/
H A D007_variation10.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
36 resource(%d) of type (stream)
H A D007_variation18.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
36 resource(%d) of type (stream)
H A D007_variation2.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
36 resource(%d) of type (stream)
H A Dftruncate_error.phpt38 ftruncate(): supplied resource is not a valid stream resource
H A D007_variation14.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
39 resource(%d) of type (stream)
H A D007_variation22.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
39 resource(%d) of type (stream)
H A D007_variation6.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
39 resource(%d) of type (stream)
H A Dfwrite_error.phpt43 fwrite(): supplied resource is not a valid stream resource
/PHP-8.2/ext/oci8/tests/
H A Dpassword_new.phpt50 resource(%d) of type (oci8 connection)
51 resource(%d) of type (oci8 connection)
52 resource(%d) of type (oci8 connection)
H A Dfetch_object_2.phpt76 resource(%d) of type (oci8 descriptor)
87 resource(%d) of type (oci8 descriptor)
98 resource(%d) of type (oci8 descriptor)
/PHP-8.2/ext/standard/tests/math/
H A Dpow_variation1.phpt28 // get a resource variable
75 // resource variable
171 Unsupported operand types: resource ** int
H A Dpow_variation1_64bit.phpt28 // get a resource variable
75 // resource variable
171 Unsupported operand types: resource ** int
H A Dpow_variation2.phpt24 // get a resource variable
71 // resource variable
167 Unsupported operand types: float ** resource
/PHP-8.2/ext/standard/tests/dir/
H A Drewinddir_variation2-win32-mb.phpt41 resource(%d) of type (stream)
45 rewinddir(): %s is not a valid Directory resource
H A Drewinddir_variation3.phpt34 resource(%d) of type (stream)
35 rewinddir(): Argument #1 ($dir_handle) must be a valid Directory resource
H A Ddir_variation9.phpt77 resource(%d) of type (stream)
83 resource(%d) of type (stream)
89 resource(%d) of type (stream)
95 resource(%d) of type (stream)
/PHP-8.2/ext/zip/tests/
H A Ddoubleclose.phpt47 zip_close(): supplied resource is not a valid Zip Directory resource
H A Dzip_entry_close.phpt31 zip_entry_close(): supplied resource is not a valid Zip Entry resource
/PHP-8.2/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt38 resource(%d) of type (stream)
44 resource(%d) of type (stream)
/PHP-8.2/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt42 stream_set_timeout(): supplied resource is not a valid stream resource
/PHP-8.2/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt10 function test4(resource $x) {}
44 Warning: "resource" is not a supported builtin type and will be interpreted as a class name. Write …
H A Dscalar_basic.phpt114 *** Trying resource(%d) of type (stream)
115 *** Caught {closure}(): Argument #1 ($i) must be of type int, resource given, called in %s on line …
167 *** Trying resource(%d) of type (stream)
168 *** Caught {closure}(): Argument #1 ($f) must be of type float, resource given, called in %s on lin…
220 *** Trying resource(%d) of type (stream)
221 *** Caught {closure}(): Argument #1 ($s) must be of type string, resource given, called in %s on li…
273 *** Trying resource(%d) of type (stream)
274 *** Caught {closure}(): Argument #1 ($b) must be of type bool, resource given, called in %s on line…
H A Dscalar_return_basic.phpt101 *** Trying resource(5) of type (stream)
102 *** Caught {closure}(): Return value must be of type int, resource returned in %s on line %d
138 *** Trying resource(5) of type (stream)
139 *** Caught {closure}(): Return value must be of type float, resource returned in %s on line %d
175 *** Trying resource(5) of type (stream)
176 *** Caught {closure}(): Return value must be of type string, resource returned in %s on line %d
212 *** Trying resource(5) of type (stream)
213 *** Caught {closure}(): Return value must be of type bool, resource returned in %s on line %d
H A Dscalar_return_basic_64bit.phpt101 *** Trying resource(5) of type (stream)
102 *** Caught {closure}(): Return value must be of type int, resource returned in %s on line %d
138 *** Trying resource(5) of type (stream)
139 *** Caught {closure}(): Return value must be of type float, resource returned in %s on line %d
175 *** Trying resource(5) of type (stream)
176 *** Caught {closure}(): Return value must be of type string, resource returned in %s on line %d
212 *** Trying resource(5) of type (stream)
213 *** Caught {closure}(): Return value must be of type bool, resource returned in %s on line %d
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt19 echo "** Testing hash method sha1 with resource **\n";
35 ** Testing hash method sha1 with resource **

Completed in 31 milliseconds

12345678910>>...27