Home
last modified time | relevance | path

Searched refs:resource (Results 51 – 75 of 662) sorted by relevance

12345678910>>...27

/PHP-8.1/sapi/cli/tests/
H A D022.phpt43 resource(%d) of type (stream)
44 resource(%d) of type (process)
45 resource(%d) of type (stream)
46 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt73 resource(%d) of type (stream)
79 resource(%d) of type (stream)
85 resource(%d) of type (stream)
91 resource(%d) of type (stream)
97 resource(%d) of type (stream)
103 resource(%d) of type (stream)
109 resource(%d) of type (stream)
115 resource(%d) of type (stream)
121 resource(%d) of type (stream)
127 resource(%d) of type (stream)
H A Dopendir_variation4.phpt80 resource(%d) of type (stream)
84 resource(%d) of type (stream)
87 resource(%d) of type (stream)
91 resource(%d) of type (stream)
94 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
/PHP-8.1/ext/odbc/tests/
H A Dbug78473.phpt15 odbc_close(): supplied resource is not a valid ODBC-Link resource
16 resource(%d) of type (stream)
H A Dodbc_tables_001.phpt30 resource(%d) of type (odbc result)
32 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
38 resource(%d) of type (odbc result)
H A Dodbc_columns_001.phpt30 resource(%d) of type (odbc result)
32 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
38 resource(%d) of type (odbc result)
/PHP-8.1/ext/standard/tests/file/
H A Dfile_put_contents.phpt33 file_put_contents(): supplied resource is not a valid stream resource
36 file_put_contents(): supplied resource is not a valid Stream-Context resource
H A Dproc_open_with_wrong_resource_type.phpt2 proc_open does not leak memory when called with wrong resource type in descriptorspec
14 proc_open(): supplied resource is not a valid stream resource
/PHP-8.1/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt6 echo "\n*** Testing array_keys() with resource type ***\n";
10 /* creating an array with resource types as elements */
18 /* Closing the resource handles */
24 *** Testing array_keys() with resource type ***
H A Darray_combine_variation4.phpt16 // get a resource variable
50 // array with object, unset variable and resource variable
51 /*10*/ array(@$unset_var => "hello", $fp => 'resource'),
55 $fp => 'resource', 133 => "int",
73 // close the file resource used
141 ["resource"]=>
142 string(8) "resource"
150 ["resource"]=>
151 string(8) "resource"
H A Darray_map_variation5.phpt19 //get a resource variable
55 // array with object, unset variable and resource variable
56 array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
60 'resource' => $fp, "int" => 133, "float" => 444.432,
153 ["resource"]=>
154 resource(%d) of type (stream)
165 ["resource"]=>
166 resource(%d) of type (stream)
/PHP-8.1/ext/oci8/tests/
H A Dpassword.phpt33 // Second connect should return a new resource because the hash string will be different from $c1
38 // Despite using the old password this connect should succeed and return the original resource
45 echo "First and second connections share a resource: Not OK\n";
54 echo "First and third connections share a resource: OK\n";
78 resource(%d) of type (oci8 connection)
79 resource(%d) of type (oci8 connection)
80 resource(%d) of type (oci8 connection)
82 First and third connections share a resource: OK
H A Dpassword_2.phpt32 // Second connect should return a new resource because the hash string will be different from $c1
37 // Despite using the old password this connect should succeed and return the original resource
44 echo "First and second connections share a resource: Not OK\n";
53 echo "First and third connections share a resource: OK\n";
77 resource(%d) of type (oci8 persistent connection)
78 resource(%d) of type (oci8 persistent connection)
79 resource(%d) of type (oci8 persistent connection)
81 First and third connections share a resource: OK
H A Ddrcp_conn_close1.phpt30 // Compare the resource numbers
33 echo "Both connections share a resource : OK\n";
43 resource(%d) of type (oci8 connection)
44 resource(%d) of type (oci8 connection)
45 Both connections share a resource : OK
H A Ddrcp_pconn_close1.phpt29 // Compare the resource numbers
32 echo "Both connections share a resource : OK\n";
42 resource(%d) of type (oci8 persistent connection)
43 resource(%d) of type (oci8 persistent connection)
44 Both connections share a resource : OK
H A Ddrcp_characterset.phpt34 echo "First and third connections share a resource: NOT OK\n";
42 echo "Second and fourth connections share a resource: NOT OK\n";
55 resource(%d) of type (oci8 connection)
56 resource(%d) of type (oci8 persistent connection)
57 resource(%d) of type (oci8 connection)
58 resource(%d) of type (oci8 persistent connection)
H A Dlob_028.phpt55 resource(%d) of type (oci8 descriptor)
59 resource(%d) of type (oci8 descriptor)
63 resource(%d) of type (oci8 descriptor)
67 resource(%d) of type (oci8 descriptor)
71 resource(%d) of type (oci8 descriptor)
75 resource(%d) of type (oci8 descriptor)
/PHP-8.1/ext/curl/tests/
H A Dbug48203_multi.phpt68 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
70 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
74 Warning: curl_multi_add_handle(): CURLOPT_WRITEHEADER resource has gone away, resetting to default …
76 Warning: curl_multi_add_handle(): CURLOPT_WRITEHEADER resource has gone away, resetting to default …
79 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o…
81 Warning: curl_multi_add_handle(): CURLOPT_FILE resource has gone away, resetting to default in %s o…
84 Warning: curl_multi_add_handle(): CURLOPT_INFILE resource has gone away, resetting to default in %s…
86 Warning: curl_multi_add_handle(): CURLOPT_INFILE resource has gone away, resetting to default in %s…
/PHP-8.1/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt16 var_dump(posix_ttyname(0)); // param not a resource
23 var_dump(posix_ttyname($process)); // wrong resource type
30 posix_ttyname(): supplied resource is not a valid stream resource
/PHP-8.1/ext/standard/tests/
H A Dgh10885.phpt20 resource(%d) of type (stream-context) refcount(2)
21 resource(%d) of type (stream-context) refcount(3)
22 resource(%d) of type (stream-context) refcount(2)
/PHP-8.1/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt28 socket_import_stream(): Argument #1 ($stream) must be of type resource, Socket given
29 resource(%d) of type (stream)
31 socket_import_stream(): supplied resource is not a valid stream resource
/PHP-8.1/ext/zlib/tests/
H A Dgzclose_basic.phpt37 gzread(): supplied resource is not a valid stream resource
39 gzread(): supplied resource is not a valid stream resource
/PHP-8.1/ext/standard/tests/streams/
H A Dbug44818.phpt19 resource(%d) of type (stream)
24 resource(%d) of type (stream)
29 resource(%d) of type (stream)
34 resource(%d) of type (stream)
/PHP-8.1/ext/xmlwriter/tests/
H A Dxmlwriter_set_indent_string_basic_001.phpt2 xmlwriter_set_indent_string passing xmlwriter resource
11 $resource = xmlwriter_open_uri($temp_filename);
12 var_dump(xmlwriter_set_indent_string($resource, ' '));
/PHP-8.1/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt74 resource(%d) of type (stream)
76 resource(%d) of type (stream)
77 resource(%d) of type (stream)
78 resource(%d) of type (stream)
79 resource(%d) of type (stream)
80 resource(%d) of type (stream)

Completed in 64 milliseconds

12345678910>>...27