Home
last modified time | relevance | path

Searched refs:resource (Results 126 – 150 of 1797) sorted by relevance

12345678910>>...72

/PHP-7.1/ext/oci8/tests/
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_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 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 Dlob_028.phpt53 resource(%d) of type (oci8 descriptor)
57 resource(%d) of type (oci8 descriptor)
61 resource(%d) of type (oci8 descriptor)
65 resource(%d) of type (oci8 descriptor)
69 resource(%d) of type (oci8 descriptor)
73 resource(%d) of type (oci8 descriptor)
/PHP-7.1/ext/sockets/tests/
H A Dsocket_export_stream-4.phpt84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
96 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
99 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
102 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_import_stream-4-win.phpt79 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
93 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
96 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
99 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_import_stream-4.phpt79 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
91 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
94 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
97 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_export_stream-4-win.phpt84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
98 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
101 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
104 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
/PHP-7.1/ext/standard/tests/file/
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.phpt19 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
22 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
25 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
28 Warning: fstat() expects parameter 1 to be resource, integer given in %s on line %d
H A Dfstat_variation2.phpt19 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
22 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
25 Warning: fstat() expects parameter 1 to be resource, boolean given in %s on line %d
28 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, float 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
H A D007_variation9.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation1.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
H A D007_variation17.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
45 resource(%d) of type (stream)
/PHP-7.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 ***
/PHP-7.1/ext/standard/tests/dir/
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
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 …]
/PHP-7.1/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-7.1/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-7.1/ext/interbase/tests/
H A Dibase_free_query_001.phpt24 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …
27 Warning: ibase_free_query(): supplied resource is not a valid Firebird/InterBase query resource in …
/PHP-7.1/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-7.1/ext/curl/tests/
H A Dbug48203_multi.phpt70 Warning: curl_multi_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on lin…
72 Warning: curl_multi_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on lin…
76 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %s …
78 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %s …
81 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line…
83 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line…
88 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %s on li…
90 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %s on li…
/PHP-7.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)

Completed in 31 milliseconds

12345678910>>...72