Home
last modified time | relevance | path

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

12345678910>>...73

/PHP-7.3/ext/standard/
H A Durl.c343 php_url *resource; in PHP_FUNCTION() local
355 if (resource == NULL) { in PHP_FUNCTION()
363 if (resource->scheme != NULL) RETVAL_STR_COPY(resource->scheme); in PHP_FUNCTION()
366 if (resource->host != NULL) RETVAL_STR_COPY(resource->host); in PHP_FUNCTION()
372 if (resource->user != NULL) RETVAL_STR_COPY(resource->user); in PHP_FUNCTION()
375 if (resource->pass != NULL) RETVAL_STR_COPY(resource->pass); in PHP_FUNCTION()
378 if (resource->path != NULL) RETVAL_STR_COPY(resource->path); in PHP_FUNCTION()
381 if (resource->query != NULL) RETVAL_STR_COPY(resource->query); in PHP_FUNCTION()
384 if (resource->fragment != NULL) RETVAL_STR_COPY(resource->fragment); in PHP_FUNCTION()
401 if (resource->host != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.3/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.3/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.3/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 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)
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
/PHP-7.3/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.3/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 …]
/PHP-7.3/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.3/ext/standard/tests/file/
H A Dfstat_variation3.phpt24 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
27 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
30 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
33 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
36 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
39 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
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 …]
H A Dfstat_variation4.phpt20 Warning: fstat() expects parameter 1 to be resource, float given in %s on line %d
23 Warning: fstat() expects parameter 1 to be resource, float given in %s on line %d
26 Warning: fstat() expects parameter 1 to be resource, float given in %s on line %d
29 Warning: fstat() expects parameter 1 to be resource, float given in %s on line %d
32 Warning: fstat() expects parameter 1 to be resource, float given in %s on line %d
H A Dfgets_variation2.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
46 Warning: fgets(): supplied resource is not a valid stream resource in %s on line %d
49 Warning: fgets(): supplied resource is not a valid stream resource in %s on line %d
55 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
60 Warning: fgets() expects parameter 1 to be resource, null given in %s on line %d
/PHP-7.3/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.3/ext/standard/tests/dir/
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 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 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.3/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.3/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.3/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.3/ext/standard/tests/filters/
H A Dbasic.phpt32 resource(%d) of type (stream filter)
35 resource(%d) of type (stream filter)
38 resource(%d) of type (stream filter)
41 resource(%d) of type (stream filter)
43 resource(%d) of type (stream filter)
/PHP-7.3/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)

Completed in 52 milliseconds

12345678910>>...73