Home
last modified time | relevance | path

Searched refs:resource (Results 76 – 100 of 1640) sorted by relevance

12345678910>>...66

/PHP-5.5/ext/standard/
H A Durl.c378 php_url *resource; in PHP_FUNCTION() local
386 if (resource == NULL) { in PHP_FUNCTION()
394 if (resource->scheme != NULL) RETVAL_STRING(resource->scheme, 1); in PHP_FUNCTION()
397 if (resource->host != NULL) RETVAL_STRING(resource->host, 1); in PHP_FUNCTION()
400 if (resource->port != 0) RETVAL_LONG(resource->port); in PHP_FUNCTION()
403 if (resource->user != NULL) RETVAL_STRING(resource->user, 1); in PHP_FUNCTION()
406 if (resource->pass != NULL) RETVAL_STRING(resource->pass, 1); in PHP_FUNCTION()
409 if (resource->path != NULL) RETVAL_STRING(resource->path, 1); in PHP_FUNCTION()
412 if (resource->query != NULL) RETVAL_STRING(resource->query, 1); in PHP_FUNCTION()
415 if (resource->fragment != NULL) RETVAL_STRING(resource->fragment, 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt28 // Test #2: after sybase_free_result, this should be an invalid resource
44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
50 resource(%d) of type (Unknown)
52 Warning: sybase_num_rows(): %d is not a valid Sybase result resource in %stest_unbuffered_query.php…
54 resource(%d) of type (sybase-ct result)
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt7 /* Prototype : resource finfo_close(resource finfo)
8 * Description: Close fileinfo resource.
25 echo "\n-- Testing finfo_close() function with wrong resource type --\n";
43 -- Testing finfo_close() function with wrong resource type --
45 Warning: finfo_close(): supplied resource is not a valid file_info resource in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation7.phpt23 // get a resource variable
59 // array with object, unset variable and resource variable
88 // close the file resource used
181 ["resource"]=>
182 resource(%d) of type (stream)
188 ["resource"]=>
189 resource(%d) of type (stream)
195 ["resource"]=>
196 resource(%d) of type (stream)
205 ["resource"]=>
[all …]
H A Darray_intersect_assoc_variation8.phpt23 // get a resource variable
59 // array with object, unset variable and resource variable
88 // close the file resource used
181 ["resource"]=>
182 resource(%d) of type (stream)
188 ["resource"]=>
189 resource(%d) of type (stream)
195 ["resource"]=>
196 resource(%d) of type (stream)
205 ["resource"]=>
[all …]
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_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_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-5.5/ext/mysql/tests/
H A Dbug48754.phpt52 echo "\nExplicit resource and pconnect\n";
74 resource(%d) of type (mysql link)
75 resource(%d) of type (Unknown)
83 resource(%d) of type (mysql link)
84 resource(%d) of type (mysql link)
85 resource(%d) of type (Unknown)
87 Explicit resource and pconnect
90 resource(%d) of type (mysql link persistent)
91 resource(%d) of type (Unknown)
98 resource(%d) of type (mysql link persistent)
[all …]
/PHP-5.5/win32/
H A Dphp5dllts.rc1 //Microsoft Developer Studio generated resource script.
5 #include "resource.h"
15 // Generated from the TEXTINCLUDE 2 resource.
63 "resource.h\0"
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp5ts.rc1 //Microsoft Developer Studio generated resource script.
5 #include "resource.h"
15 // Generated from the TEXTINCLUDE 2 resource.
63 "resource.h\0"
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp5ts_cli.rc1 //Microsoft Developer Studio generated resource script.
5 #include "resource.h"
15 // Generated from the TEXTINCLUDE 2 resource.
63 "resource.h\0"
113 // Generated from the TEXTINCLUDE 3 resource.
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_error.phpt56 Warning: fgetcsv() expects parameter 1 to be resource, string given in %s on line %d
59 Warning: fgetcsv() expects parameter 1 to be resource, string given in %s on line %d
63 Warning: fgetcsv() expects parameter 1 to be resource, integer given in %s on line %d
66 Warning: fgetcsv() expects parameter 1 to be resource, integer given in %s on line %d
70 Warning: fgetcsv() expects parameter 1 to be resource, double given in %s on line %d
73 Warning: fgetcsv() expects parameter 1 to be resource, double given in %s on line %d
77 Warning: fgetcsv() expects parameter 1 to be resource, boolean given in %s on line %d
84 Warning: fgetcsv() expects parameter 1 to be resource, array given in %s on line %d
87 Warning: fgetcsv() expects parameter 1 to be resource, array given in %s on line %d
91 Warning: fgetcsv() expects parameter 1 to be resource, object given in %s on line %d
[all …]
H A Dfstat_variation3.phpt25 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
28 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
31 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
34 Warning: fstat() expects parameter 1 to be resource, string given in %s on line %d
37 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
40 Warning: fstat() expects parameter 1 to be resource, null given in %s on line %d
H A Dfseek_ftell_rewind_error2.phpt6 /* Prototype: int fseek ( resource $handle, int $offset [, int $whence] );
9 Prototype: bool rewind ( resource $handle );
12 Prototype: int ftell ( resource $handle );
67 Warning: ftell() expects parameter 1 to be resource, string given in %s on line %d
71 Warning: ftell() expects parameter 1 to be resource, integer given in %s on line %d
75 Warning: ftell() expects parameter 1 to be resource, double given in %s on line %d
79 Warning: ftell() expects parameter 1 to be resource, boolean given in %s on line %d
83 Warning: ftell() expects parameter 1 to be resource, array given in %s on line %d
87 Warning: ftell() expects parameter 1 to be resource, object given in %s on line %d
90 Warning: ftell(): %d is not a valid stream resource in %s on line %d
[all …]
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, integer given in %s on line %d
75 Warning: rewind() expects parameter 1 to be resource, double given in %s on line %d
79 Warning: rewind() expects parameter 1 to be resource, boolean 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(): %d is not a valid stream resource in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dtype.phpt38 "resource",
67 string(8) "resource"
159 string(42) "settype(): Cannot convert to resource type"
169 string(42) "settype(): Cannot convert to resource type"
172 string(42) "settype(): Cannot convert to resource type"
199 resource(%d) of type (Unknown)
202 resource(%d) of type (stream)
256 resource(%d) of type (Unknown)
261 resource(%d) of type (stream)
315 resource(%d) of type (Unknown)
[all …]
/PHP-5.5/ext/interbase/tests/
H A Dbug46543.phpt22 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d
24 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d
26 Warning: ibase_trans(): no Firebird/InterBase link resource supplied in %s on line %d
28 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %s on …
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation3.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
26 echo "\nNew resource created\n";
28 echo "\nNo new resource created\n";
44 resource(%d) of type (stream)
47 resource(%d) of type (stream)
49 New resource created
/PHP-5.5/ext/standard/tests/streams/
H A Dbug53427.phpt18 resource(%d) of type (stream)
20 resource(%d) of type (stream)
24 resource(%d) of type (stream)
26 resource(%d) of type (stream)
/PHP-5.5/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-5.5/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-5.5/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-5.5/ext/sysvshm/tests/
H A D002.phpt54 Warning: shm_remove() expects parameter 1 to be resource, boolean given in %s on line %d
59 Warning: shm_remove() expects parameter 1 to be resource, boolean given in %s on line %d
60 resource(%d) of type (sysvshm)
62 Warning: shm_remove() expects parameter 1 to be resource, integer given in %s on line %d
63 resource(%d) of type (sysvshm)
64 resource(%d) of type (sysvshm)
65 resource(%d) of type (sysvshm)
66 resource(%d) of type (sysvshm)

Completed in 50 milliseconds

12345678910>>...66