Home
last modified time | relevance | path

Searched refs:resource (Results 126 – 150 of 607) sorted by relevance

12345678910>>...25

/php-src/ext/zend_test/tests/
H A Dgh10695_2.phpt2 GH-10695: Uncaught exception in exception handler catching resource dtor exception
11 $resource = zend_test_create_throwing_resource();
/php-src/ext/standard/tests/dir/
H A Ddir_basic.phpt60 resource(%d) of type (stream)
78 resource(%d) of type (Unknown)
82 Directory::read(): supplied resource is not a valid Directory resource
H A Dclosedir_basic-win32-mb.phpt31 echo "\nNo new resource created\n";
49 resource(%d) of type (Unknown)
54 resource(%d) of type (Unknown)
H A Dclosedir_variation2-win32-mb.phpt47 Directory Handle: resource(%d) of type (Unknown)
50 closedir(): %s is not a valid Directory resource
51 Directory Handle: resource(%d) of type (Unknown)
/php-src/ext/zlib/tests/
H A Ddeflate_add_basic.phpt11 $resource = deflate_init($mode);
18 $deflated = deflate_add($resource, $buffer, $flushType);
24 $deflated = deflate_add($resource, $buffer, ZLIB_FINISH);
H A Dinflate_add_basic.phpt14 $resource = inflate_init($mode);
21 $inflated = inflate_add($resource, $buffer);
27 $inflated = inflate_add($resource, $buffer, ZLIB_FINISH);
H A Dgzeof_variation1.phpt27 gzeof(): supplied resource is not a valid stream resource
/php-src/ext/bz2/tests/
H A D002.phpt84 resource(%d) of type (stream)
85 resource(%d) of type (stream)
86 resource(%d) of type (stream)
90 resource(%d) of type (stream)
91 resource(%d) of type (stream)
94 bzopen(): Argument #1 ($file) must be of type string or file-resource, false given
97 bzopen(): Argument #1 ($file) must be of type string or file-resource, false given
131 resource(%d) of type (stream)
/php-src/ext/standard/tests/http/
H A Dignore_errors.phpt57 resource(%d) of type (stream)
80 resource(%d) of type (stream)
93 resource(%d) of type (stream)
107 resource(%d) of type (stream)
120 resource(%d) of type (stream)
/php-src/ext/posix/tests/
H A Dposix_ttyname_manual_zpp.phpt54 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, string given…
57 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, array given …
60 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass giv…
65 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToS…
70 Warning: posix_ttyname(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in…
/php-src/Zend/tests/
H A Dinclude_fail_during_read.phpt7 include 'php://filter/read=sample.filter/resource='. __FILE__;
12 Warning: include(): Failed opening 'php://filter/read=sample.filter/resource=%s' for inclusion (inc…
/php-src/ext/standard/tests/array/
H A Darray_product_variation1.phpt13 "resource" => STDERR, "object" => new A(), "null" => null,
39 resource
41 Warning: array_product(): Multiplication is not supported on type resource in %s on line %d
H A Darray_unique_variation3.phpt16 // get a resource variable
43 // array with object, unset variable and resource variable
44 /*8*/ array(@$unset_var => "hello", $fp => 'resource', 11, "hello"),
107 string(8) "resource"
H A Dkey_exists_variation2.phpt48 echo "stream resource\n";
49 // stream resource has index = 0, netherless its position is the first
54 // stream resource has index = 0, netherless its position is the latest
70 stream resource
H A Darray_product_variation5.phpt20 Warning: array_product(): Multiplication is not supported on type resource in %s on line %d
23 Unsupported operand types: int * resource
H A Darray_sum_variation8.phpt20 Warning: array_sum(): Addition is not supported on type resource in %s on line %d
23 Unsupported operand types: int + resource
H A Darray_splice_variation4.phpt21 //file type resource
66 resource(%d) of type (stream)
/php-src/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt15 // resource variable
53 // resource variable
88 Unsupported operand types: resource ** int
H A Dpow_variation1.phpt16 //resource variable
54 // resource variable
90 Unsupported operand types: resource ** int
/php-src/ext/standard/tests/general_functions/
H A Dis_resource_basic.phpt34 echo "\nNon-resource type cases\n";
69 Non-resource type cases
80 resource(%d) of type (%s)
84 resource(%d) of type (Unknown)
H A Dproc_open_null.phpt23 resource(4) of type (stream)
28 resource(6) of type (stream)
/php-src/ext/standard/tests/streams/
H A Dbug54623.phpt21 fwrite(): supplied resource is not a valid stream resource
/php-src/ext/standard/tests/network/
H A Dfsockopen_basic.phpt47 resource(%d) of type (stream)
50 resource(%d) of type (stream)
53 resource(%d) of type (stream)
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt25 resource(%d) of type (stream)
27 resource(%d) of type (stream)
/php-src/ext/standard/tests/filters/
H A Dbug79468.phpt21 string(79) "stream_filter_remove(): supplied resource is not a valid stream filter resource"

Completed in 24 milliseconds

12345678910>>...25