Home
last modified time | relevance | path

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

12345678910>>...68

/PHP-5.6/ext/standard/tests/dir/
H A Dopendir_variation7.phpt20 /* Prototype : mixed opendir(string $path[, resource $context])
90 resource(%d) of type (stream)
94 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
114 resource(%d) of type (stream)
118 resource(%d) of type (stream)
122 resource(%d) of type (stream)
[all …]
H A Dopendir_variation4.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
84 resource(%d) of type (stream)
88 resource(%d) of type (stream)
91 resource(%d) of type (stream)
95 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
H A Dreaddir_variation5.phpt20 /* Prototype : string readdir([resource $dir_handle])
87 resource(%d) of type (stream)
93 resource(%d) of type (stream)
99 resource(%d) of type (stream)
105 resource(%d) of type (stream)
111 resource(%d) of type (stream)
117 resource(%d) of type (stream)
123 resource(%d) of type (stream)
129 resource(%d) of type (stream)
135 resource(%d) of type (stream)
[all …]
H A Dreaddir_variation7.phpt5 /* Prototype : string readdir([resource $dir_handle])
16 // get a resource variable
24 resource(%d) of type (stream)
26 Warning: readdir(): %d is not a valid Directory resource in %s on line %d
/PHP-5.6/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
9 Prototype: bool rewind ( resource $handle );
12 Prototype: int ftell ( resource $handle );
71 Warning: fseek() expects parameter 1 to be resource, string given in %s on line %d
75 Warning: fseek() expects parameter 1 to be resource, integer given in %s on line %d
79 Warning: fseek() expects parameter 1 to be resource, double given in %s on line %d
83 Warning: fseek() expects parameter 1 to be resource, boolean given in %s on line %d
87 Warning: fseek() expects parameter 1 to be resource, array given in %s on line %d
91 Warning: fseek() expects parameter 1 to be resource, object given in %s on line %d
94 Warning: fseek(): %d is not a valid stream resource in %s on line %d
[all …]
H A Dfile_put_contents.phpt25 Warning: file_put_contents(): supplied resource is not a valid stream resource in %s on line %d
30 Warning: file_put_contents(): supplied resource is not a valid Stream-Context resource in %s on lin…
H A Dfstat_variation5.phpt20 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
23 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
H A Dfstat_variation2.phpt20 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
23 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
H A Dfgetc_error.phpt6 Prototype: string fgetc ( resource $handle );
51 Warning: fgetc() expects parameter 1 to be resource, string given in %s on line %d
55 Warning: fgetc() expects parameter 1 to be resource, integer given in %s on line %d
59 Warning: fgetc() expects parameter 1 to be resource, double given in %s on line %d
63 Warning: fgetc() expects parameter 1 to be resource, boolean given in %s on line %d
67 Warning: fgetc() expects parameter 1 to be resource, array given in %s on line %d
71 Warning: fgetc() expects parameter 1 to be resource, object given in %s on line %d
/PHP-5.6/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-5.6/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt32 Warning: socket_import_stream() expects parameter 1 to be resource, integer given in %s on line %d
35 Warning: socket_import_stream() expects parameter 1 to be resource, object given in %s on line %d
41 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
43 resource(%d) of type (stream)
46 Warning: socket_import_stream(): %d is not a valid stream resource in %s on line %d
/PHP-5.6/ext/xml/tests/
H A Dxml_parser_create_ns_variation1.phpt81 // resource data
179 resource(%d) of type (xml)
182 resource(%d) of type (xml)
190 resource(%d) of type (xml)
198 resource(%d) of type (xml)
201 resource(%d) of type (xml)
204 resource(%d) of type (xml)
217 resource(%d) of type (xml)
220 resource(%d) of type (xml)
223 resource(%d) of type (xml)
[all …]
H A Dxml_parser_create_variation1.phpt81 // resource data
179 resource(%d) of type (xml)
182 resource(%d) of type (xml)
190 resource(%d) of type (xml)
198 resource(%d) of type (xml)
201 resource(%d) of type (xml)
204 resource(%d) of type (xml)
217 resource(%d) of type (xml)
220 resource(%d) of type (xml)
223 resource(%d) of type (xml)
[all …]
/PHP-5.6/ext/oci8/tests/
H A Dpassword.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 connection)
78 resource(%d) of type (oci8 connection)
79 resource(%d) of type (oci8 connection)
81 First and third connections share a resource: OK
H A Dpassword_2.phpt31 // Second connect should return a new resource because the hash string will be different from $c1
36 // Despite using the old password this connect should succeed and return the original resource
43 echo "First and second connections share a resource: Not OK\n";
52 echo "First and third connections share a resource: OK\n";
76 resource(%d) of type (oci8 persistent connection)
77 resource(%d) of type (oci8 persistent connection)
78 resource(%d) of type (oci8 persistent connection)
80 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";
42 resource(%d) of type (oci8 connection)
43 resource(%d) of type (oci8 connection)
44 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";
41 resource(%d) of type (oci8 persistent connection)
42 resource(%d) of type (oci8 persistent connection)
43 Both connections share a resource : OK
H A Dfield_funcs1.phpt138 Warning: oci_field_is_null(): supplied resource is not a valid oci8 statement resource in %s on lin…
141 Warning: oci_field_name(): supplied resource is not a valid oci8 statement resource in %s on line %d
144 Warning: oci_field_type(): supplied resource is not a valid oci8 statement resource in %s on line %d
147 Warning: oci_field_type_raw(): supplied resource is not a valid oci8 statement resource in %s on li…
150 Warning: oci_field_scale(): supplied resource is not a valid oci8 statement resource in %s on line …
153 Warning: oci_field_precision(): supplied resource is not a valid oci8 statement resource in %s on l…
156 Warning: oci_field_size(): supplied resource is not a valid oci8 statement resource in %s on line %d
/PHP-5.6/ext/curl/tests/
H A Dbug48203_multi.phpt65 Warning: curl_multi_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug4820…
67 Warning: curl_multi_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %sbug4820…
71 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %sb…
73 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %sb…
76 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %sbug48203…
78 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %sbug48203…
81 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %sbug482…
83 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %sbug482…
/PHP-5.6/ext/pgsql/
H A DREADME95 bool pg_cancel_query(resource connection)
103 resource pg_get_result(resource conn)
113 bool pg_connection_busy(resource connection)
118 int pg_connection_status(resource connection)
124 bool pg_connection_reset(resource connection)
130 string pg_result_error(resource result)
135 int pg_result_status(resource result)
168 int pg_lo_tell(resource large_object)
181 string pg_last_notice(resource connection)
195 array pg_metadata(resource db, string table)
[all …]
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_close_basic.phpt7 /* Prototype : resource finfo_close(resource finfo)
8 * Description: Close fileinfo resource.
31 resource(%d) of type (file_info)
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
8 * Description: Create a new fileinfo resource.
26 resource(%d) of type (file_info)
27 resource(%d) of type (file_info)
/PHP-5.6/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 ***
/PHP-5.6/ext/gd/tests/
H A Dimagecolorstotal_error.phpt14 /* Prototype : int imagecolorstotal ( resource $image )
21 // Get a resource
31 echo "\n-- Testing imagecolorstotal() function with a invalid resource\n";
50 -- Testing imagecolorstotal() function with a invalid resource
52 Warning: imagecolorstotal(): supplied resource is not a valid Image resource in %s on line %d
/PHP-5.6/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)

Completed in 33 milliseconds

12345678910>>...68