Home
last modified time | relevance | path

Searched refs:resource (Results 151 – 175 of 1311) sorted by relevance

12345678910>>...53

/PHP-7.4/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
H A Dodbc_tables_001.phpt24 resource(%d) of type (odbc result)
26 resource(%d) of type (odbc result)
28 resource(%d) of type (odbc result)
H A Dodbc_columns_001.phpt23 resource(%d) of type (odbc result)
25 resource(%d) of type (odbc result)
27 resource(%d) of type (odbc result)
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_error.phpt6 Prototype: bool ftruncate ( resource $handle, int $size );
93 Warning: ftruncate() expects parameter 1 to be resource, string given in %s on line %d
97 Warning: ftruncate() expects parameter 1 to be resource, int given in %s on line %d
101 Warning: ftruncate() expects parameter 1 to be resource, float given in %s on line %d
105 Warning: ftruncate() expects parameter 1 to be resource, bool given in %s on line %d
109 Warning: ftruncate() expects parameter 1 to be resource, array given in %s on line %d
113 Warning: ftruncate() expects parameter 1 to be resource, object given in %s on line %d
117 Warning: ftruncate(): supplied resource is not a valid stream resource in %s on line %d
121 Warning: ftruncate() expects parameter 1 to be resource, null given in %s on line %d
H A D007_variation10.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation18.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation2.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
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
47 resource(%d) of type (stream)
H A D007_variation6.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
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
50 resource(%d) of type (stream)
H A Dfwrite_error.phpt6 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
91 Warning: fwrite() expects parameter 1 to be resource, string given in %s on line %d
95 Warning: fwrite() expects parameter 1 to be resource, int given in %s on line %d
99 Warning: fwrite() expects parameter 1 to be resource, float given in %s on line %d
103 Warning: fwrite() expects parameter 1 to be resource, bool given in %s on line %d
107 Warning: fwrite() expects parameter 1 to be resource, array given in %s on line %d
111 Warning: fwrite() expects parameter 1 to be resource, object given in %s on line %d
115 Warning: fwrite(): supplied resource is not a valid stream resource in %s on line %d
118 Warning: fwrite() expects parameter 1 to be resource, null given in %s on line %d
H A Dfscanf_variation35.phpt2 Test fscanf() function: usage variations - hexa formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different hexa format types */
15 echo "*** Test fscanf(): different hexa format types with resource ***\n";
24 // resource type variable
28 // array of resource types
77 *** Test fscanf(): different hexa format types with resource ***
H A Dfscanf_variation4.phpt2 Test fscanf() function: usage variations - integer formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different integer format types */
15 echo "*** Test fscanf(): different integer format types with resource ***\n";
25 // resource type variable
29 // array of resource types
78 *** Test fscanf(): different integer format types with resource ***
/PHP-7.4/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
30 echo "Test 2 - Re-bind a resource\n";
35 // Use a connection resource instead of a ROWID.
53 Test 1 - Assign a resource to the bind variable and execute
57 Test 2 - Re-bind a resource
63 resource(%d) of type (oci8 connection)
H A Dcoll_002.phpt27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_002_func.phpt27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
H A Dcoll_006.phpt27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_006_func.phpt27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt13 * Prototype : object dir(string $directory[, resource $context])
93 resource(%d) of type (stream)
104 resource(%d) of type (stream)
115 resource(%d) of type (stream)
126 resource(%d) of type (stream)
137 resource(%d) of type (stream)
148 resource(%d) of type (stream)
159 resource(%d) of type (stream)
170 resource(%d) of type (stream)
181 resource(%d) of type (stream)
[all …]
H A Dopendir_basic-win32-mb.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
61 resource(%d) of type (stream)
65 resource(%d) of type (stream)
68 resource(%d) of type (Unknown)
69 resource(%d) of type (Unknown)
H A Dclosedir_variation3.phpt5 /* Prototype : void closedir([resource $dir_handle])
35 resource(%d) of type (stream)
39 Warning: closedir(): %d is not a valid Directory resource in %s on line %d
43 resource(%d) of type (stream)
H A Drewinddir_variation2.phpt5 /* Prototype : void rewinddir([resource $dir_handle])
38 resource(%d) of type (stream)
43 Warning: rewinddir(): supplied resource is not a valid Directory resource in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt2 Test sprintf() function : usage variations - hexa formats with resource values
10 echo "*** Testing sprintf() : hexa formats with resource values ***\n";
12 // resource type variable
16 // array of resource types
47 *** Testing sprintf() : hexa formats with resource values ***
/PHP-7.4/ext/openssl/tests/
H A Dtls_wrapper.phpt70 resource(%d) of type (stream)
72 resource(%d) of type (stream)
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation8.phpt22 // get a resource variable
58 // array with object, unset variable and resource variable
59 /*10*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp),
63 'resource' => $fp, "int" => 133, "float" => 444.432,
85 // close the file resource used
176 resource(%d) of type (stream)
183 resource(%d) of type (stream)
191 resource(%d) of type (stream)
206 resource(%d) of type (stream)
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt10 /* Prototype : resource curl_multi_init(void)
29 resource(%d) of type (curl_multi)
30 resource(%d) of type (Unknown)
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt25 var_dump(posix_ttyname(imagecreate(1, 1))); // wrong resource type
33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %d
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d

Completed in 22 milliseconds

12345678910>>...53