Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error3.phpt6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
9 Prototype: bool rewind ( resource $handle );
12 Prototype: int ftell ( resource $handle );
67 Warning: rewind() expects parameter 1 to be resource, string given in %s on line %d
71 Warning: rewind() expects parameter 1 to be resource, int given in %s on line %d
75 Warning: rewind() expects parameter 1 to be resource, float given in %s on line %d
79 Warning: rewind() expects parameter 1 to be resource, bool given in %s on line %d
83 Warning: rewind() expects parameter 1 to be resource, array given in %s on line %d
87 Warning: rewind() expects parameter 1 to be resource, object given in %s on line %d
90 Warning: rewind(): supplied resource is not a valid stream resource in %s on line %d
[all …]
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, int given in %s on line %d
79 Warning: fseek() expects parameter 1 to be resource, float given in %s on line %d
83 Warning: fseek() expects parameter 1 to be resource, bool 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(): supplied resource is not a valid stream resource in %s on line %d
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation7.phpt12 /* Prototype : mixed opendir(string $path[, resource $context])
82 resource(%d) of type (stream)
86 resource(%d) of type (stream)
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)
[all …]
H A Dopendir_variation3-win32-mb.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
32 echo "\nNew resource created\n";
34 echo "\nNo new resource created\n";
50 resource(%d) of type (stream)
53 resource(%d) of type (stream)
55 New resource created
H A Dreaddir_variation5.phpt12 /* Prototype : string readdir([resource $dir_handle])
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)
[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-7.4/ext/sysvshm/tests/
H A D003.phpt44 Warning: shm_detach(): supplied resource is not a valid sysvshm resource in %s003.php on line %d
47 Warning: shm_remove(): supplied resource is not a valid sysvshm resource in %s003.php on line %d
49 Warning: shm_detach() expects parameter 1 to be resource, int given in %s003.php on line %d
52 Warning: shm_detach() expects parameter 1 to be resource, int given in %s003.php on line %d
55 Warning: shm_detach() expects parameter 1 to be resource, int given in %s003.php on line %d
H A D007.phpt30 Warning: shm_remove() expects parameter 1 to be resource, int given in %s007.php on line %d
33 Warning: shm_remove() expects parameter 1 to be resource, int given in %s007.php on line %d
36 Warning: shm_remove() expects parameter 1 to be resource, string given in %s007.php on line %d
40 Warning: shm_remove(): supplied resource is not a valid sysvshm resource in %s007.php on line %d
H A D002.phpt57 Warning: shm_remove() expects parameter 1 to be resource, bool given in %s on line %d
62 Warning: shm_remove() expects parameter 1 to be resource, bool given in %s on line %d
63 resource(%d) of type (sysvshm)
65 Warning: shm_remove() expects parameter 1 to be resource, int given in %s on line %d
66 resource(%d) of type (sysvshm)
67 resource(%d) of type (sysvshm)
68 resource(%d) of type (sysvshm)
69 resource(%d) of type (sysvshm)
/PHP-7.4/ext/odbc/tests/
H A Dodbc_free_result_001.phpt40 Warning: odbc_free_result(): supplied resource is not a valid ODBC result resource in %s on line %d
43 Warning: odbc_free_result() expects parameter 1 to be resource, null given in %s on line %d
46 Warning: odbc_fetch_row(): supplied resource is not a valid ODBC result resource in %s on line %d
49 Warning: odbc_result(): supplied resource is not a valid ODBC result resource in %s on line %d
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt31 Warning: socket_import_stream() expects parameter 1 to be resource, int given in %s on line %d
34 Warning: socket_import_stream() expects parameter 1 to be resource, object given in %s on line %d
40 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
42 resource(%d) of type (stream)
45 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_variation.phpt34 resource(%d) of type (ldap link)
35 resource(%d) of type (ldap link)
36 resource(%d) of type (ldap link)
37 resource(%d) of type (ldap link)
38 resource(%d) of type (ldap link)
/PHP-7.4/ext/standard/tests/array/
H A Darray_values_variation.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
13 $resource1 = fopen(__FILE__, "r"); // Creating a file resource
14 $resource2 = opendir("."); // Creating a dir resource
39 *** Testing array_values() with resource type ***
42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
H A Darray_values_variation_64bit.phpt12 echo "\n*** Testing array_values() with resource type ***\n";
13 $resource1 = fopen(__FILE__, "r"); // Creating a file resource
14 $resource2 = opendir("."); // Creating a dir resource
38 *** Testing array_values() with resource type ***
41 resource(%d) of type (stream)
43 resource(%d) of type (stream)
H A Darray_intersect_variation7.phpt22 // get a resource variable
58 // array with object, unset variable and resource variable
85 // close the file resource used
174 ["resource"]=>
175 resource(%d) of type (stream)
181 ["resource"]=>
182 resource(%d) of type (stream)
191 ["resource"]=>
192 resource(%d) of type (stream)
204 ["resource"]=>
[all …]
H A Darray_reverse_variation5.phpt23 //get a resource variable
81 // close the file resource used
310 ["resource"]=>
311 resource(%d) of type (stream)
320 ["resource"]=>
321 resource(%d) of type (stream)
330 ["resource"]=>
331 resource(%d) of type (stream)
349 ["resource"]=>
369 ["resource"]=>
[all …]
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-7.4/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt25 resource(%d) of type (oci8 connection)
26 resource(%d) of type (oci8 connection)
29 resource(%d) of type (oci8 connection)
32 resource(%d) of type (oci8 connection)
34 resource(%d) of type (oci8 connection)
35 resource(%d) of type (oci8 connection)
/PHP-7.4/ext/enchant/tests/
H A Dbroker_request_pwl_dict.phpt2 resource enchant_broker_request_pwl_dict(resource $broker, string $filename); function
8 if(!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
26 echo("broker dict describe is not a resource failed\n");
32 echo("broker is not a resource; failed;\n");
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_close_basic001.phpt19 resource(%d) of type (curl_multi)
21 resource(%d) of type (Unknown)
23 Warning: curl_multi_close(): supplied resource is not a valid cURL Multi Handle resource in %s on l…
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt31 resource(%d) of type (stream filter)
34 resource(%d) of type (stream filter)
37 resource(%d) of type (stream filter)
40 resource(%d) of type (stream filter)
42 resource(%d) of type (stream filter)
/PHP-7.4/ext/sysvmsg/tests/
H A D005.phpt21 echo "Using '$q' as queue resource:\n";
41 Using 'Resource id #4' as queue resource:
53 Using 'foo' as queue resource:
55 Warning: msg_set_queue() expects parameter 1 to be resource, string given in %s on line %d
58 Warning: msg_stat_queue() expects parameter 1 to be resource, string given in %s on line %d
61 Warning: msg_receive() expects parameter 1 to be resource, string given in %s on line %d
65 Warning: msg_receive() expects parameter 1 to be resource, string given in %s on line %d
68 Warning: msg_send() expects parameter 1 to be resource, string given in %s on line %d
/PHP-7.4/ext/bz2/tests/
H A D004.phpt100 Warning: bzread(): supplied resource is not a valid stream resource in %s on line %d
103 Warning: bzerror(): supplied resource is not a valid stream resource in %s on line %d
106 Warning: bzerrstr(): supplied resource is not a valid stream resource in %s on line %d
109 Warning: bzerrno(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/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-7.4/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)

Completed in 38 milliseconds

12345678910>>...53