Home
last modified time | relevance | path

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

12345678910>>...25

/php-src/ext/odbc/tests/
H A Dbug78473.phpt15 odbc_close(): Argument #1 ($odbc) must be of type Odbc\Connection, resource given
16 resource(1) of type (stream)
/php-src/ext/standard/tests/array/
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)
H A Darray_unshift_variation4.phpt17 //get a resource variable
54 // array with object, unset variable and resource variable
55 array(@$unset_var => "hello", $fp => 'resource'),
59 $fp => 'resource', 133 => "int",
275 string(8) "resource"
288 string(8) "resource"
300 string(8) "resource"
321 string(8) "resource"
H A Darray_shift_variation2.phpt29 // get a resource variable
97 // resource variable
98 /*11*/ 'resource' => array(
199 -- Iteration 11: resource data --
200 resource(%d) of type (stream)
H A Darray_merge_variation3.phpt32 // get a resource variable
100 // resource variable
101 /*11*/ 'resource' => array(
356 -- Iteration 11: resource data --
359 resource(%d) of type (stream)
371 resource(%d) of type (stream)
/php-src/ext/standard/tests/file/
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 ***
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 Dfclose_variation1.phpt18 fread(): supplied resource is not a valid stream resource
/php-src/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/php-src/ext/posix/tests/
H A Dposix_isatty_manual_zpp.phpt54 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, string given …
57 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, array given i…
60 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass give…
63 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToSt…
66 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in …
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt72 "resource",
122 string(8) "resource"
123 string(8) "resource"
540 Cannot convert to resource type
542 Cannot convert to resource type
544 Cannot convert to resource type
546 Cannot convert to resource type
548 Cannot convert to resource type
550 Cannot convert to resource type
552 Cannot convert to resource type
[all …]
/php-src/ext/enchant/tests/
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");
H A Dbroker_free_dict.phpt2 enchant_broker_free_dict(resource $dict); function
9 if(!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
44 echo("broker is not a resource; failed;\n");
/php-src/ext/standard/tests/dir/
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)
H A Drewinddir_variation2.phpt35 resource(%d) of type (stream)
39 rewinddir(): supplied resource is not a valid Directory resource
H A Dclosedir_basic.phpt25 echo "\nNo new resource created\n";
43 resource(%d) of type (Unknown)
48 resource(%d) of type (Unknown)
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)
/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_002.phpt73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
76 resource(%d) of type (stream)
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt72 resource(%d) of type (stream)
74 resource(%d) of type (stream)
76 resource(%d) of type (stream)
77 resource(%d) of type (stream)
/php-src/ext/standard/tests/math/
H A Dpow_variation2.phpt11 // resource variable
49 // resource variable
84 Unsupported operand types: float ** resource
/php-src/ext/zlib/tests/
H A Ddeflate_add_block_v123.phpt15 $resource = deflate_init(ZLIB_ENCODING_GZIP);
16 var_dump(deflate_add($resource, "aaaaaaaaaaaaaaaaaaaaaa", ZLIB_BLOCK));
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);
/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();

Completed in 64 milliseconds

12345678910>>...25