Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-8.1/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.1/ext/standard/tests/strings/
H A Dstrip_tags_variation2.phpt18 //get a resource variable
67 // resource variable
128 strip_tags(): Argument #2 ($allowed_tags) must be of type array|string|null, resource given
/PHP-8.1/ext/standard/tests/file/
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
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)
/PHP-8.1/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.1/ext/zip/tests/
H A Dzip_entry_close.phpt31 zip_entry_close(): supplied resource is not a valid Zip Entry resource
H A Ddoubleclose.phpt47 zip_close(): supplied resource is not a valid Zip Directory resource
/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt38 resource(%d) of type (stream)
44 resource(%d) of type (stream)
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt42 stream_set_timeout(): supplied resource is not a valid stream resource
/PHP-8.1/ext/dba/tests/
H A Ddba011.phpt26 resource(%d) of type (dba)
36 resource(%d) of type (dba)
/PHP-8.1/ext/oci8/tests/
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.1/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.1/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 **
/PHP-8.1/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

Completed in 35 milliseconds

12345678910>>...27