Home
last modified time | relevance | path

Searched refs:resource (Results 251 – 275 of 1311) sorted by relevance

1...<<11121314151617181920>>...53

/PHP-7.4/ext/openssl/tests/
H A Dstream_crypto_flags_002.phpt72 resource(%d) of type (stream)
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
H A Dbug61930.phpt2 Bug #61930: openssl corrupts ssl key resource when using openssl_get_publickey()
24 resource(%d) of type (OpenSSL key)
H A Decc.phpt84 resource(%d) of type (OpenSSL key)
92 resource(%d) of type (OpenSSL key)
96 resource(%d) of type (OpenSSL key)
98 resource(%d) of type (OpenSSL X.509 CSR)
104 resource(%d) of type (OpenSSL X.509)
H A Dbug68912.phpt18 Warning: openssl_spki_new(): supplied resource is not a valid OpenSSL X.509/key resource in %sbug68…
H A Dopenssl_csr_export_to_file_basic.phpt73 Warning: openssl_csr_export_to_file() expects parameter 1 to be resource, string given in %s on lin…
76 Warning: openssl_csr_export_to_file(): supplied resource is not a valid OpenSSL X.509 CSR resource
81 Warning: openssl_csr_export_to_file() expects parameter 1 to be resource, array given in %s on line…
/PHP-7.4/ext/standard/tests/array/
H A Deach_variation2.phpt34 // get a resource variable
102 // resource variable
103 /*11*/ 'resource' => array(
238 -- Iteration 11: resource data --
241 resource(%d) of type (stream)
243 resource(%d) of type (stream)
H A Darray_diff_variation8.phpt23 // get a resource variable
54 // array with object, unset variable and resource variable
55 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
199 ["resource"]=>
200 resource(%d) of type (stream)
205 resource(%d) of type (stream)
H A Darray_map_variation4.phpt25 // get a resource variable
60 // array with object, unset variable and resource variable
61 array(new classA() => 11, @$unset_var => "hello", $fp => 'resource'),
65 $fp => 'resource', 133 => "int", 444.432 => "float",
164 string(8) "resource"
173 string(8) "resource"
H A Darray_values_variation2.phpt33 // get a resource variable
101 // resource variable
102 /*11*/ 'resource' => array(
209 -- Iteration 11: resource data --
212 resource(%d) of type (stream)
H A Darray_shift_variation2.phpt34 // get a resource variable
102 // resource variable
103 /*11*/ 'resource' => array(
204 -- Iteration 11: resource data --
205 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/file/
H A D007_variation4.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
33 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
59 resource(%d) of type (stream)
H A Dfopen_variation10-win32.phpt17 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
101 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
108 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
115 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
125 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
147 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
H A Dfopen_variation11-win32.phpt16 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
99 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
106 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
113 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
123 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
145 Warning: fclose() expects parameter 1 to be resource, bool given in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_3.phpt67 resource(%d) of type (oci8 connection)
71 resource(%d) of type (oci8 connection)
74 resource(%d) of type (oci8 persistent connection)
78 resource(%d) of type (oci8 persistent connection)
81 resource(%d) of type (oci8 connection)
87 resource(%d) of type (oci8 connection)
H A Dlob_008.phpt52 resource(%d) of type (oci8 descriptor)
59 resource(%d) of type (oci8 descriptor)
64 resource(%d) of type (oci8 descriptor)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_null.phpt23 resource(4) of type (stream)
28 resource(6) of type (stream)
/PHP-7.4/ext/standard/tests/http/
H A Dignore_errors.phpt57 resource(%d) of type (stream)
80 resource(%d) of type (stream)
93 resource(%d) of type (stream)
107 resource(%d) of type (stream)
120 resource(%d) of type (stream)
/PHP-7.4/ext/bz2/tests/
H A D002.phpt77 resource(%d) of type (stream)
78 resource(%d) of type (stream)
79 resource(%d) of type (stream)
83 resource(%d) of type (stream)
84 resource(%d) of type (stream)
88 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
93 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
128 resource(%d) of type (stream)
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_basic.phpt15 $resource = deflate_init($mode);
22 $deflated = deflate_add($resource, $buffer, $flushType);
28 $deflated = deflate_add($resource, $buffer, ZLIB_FINISH);
H A Dinflate_add_basic.phpt14 $resource = inflate_init($mode);
21 $inflated = inflate_add($resource, $buffer);
27 $inflated = inflate_add($resource, $buffer, ZLIB_FINISH);
/PHP-7.4/ext/imap/tests/
H A Dbug75774.phpt23 Warning: imap_append(): supplied resource is not a valid imap resource in %s on line %d
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_block-retval.phpt24 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_set_nonblock-retval.phpt24 Warning: socket_set_nonblock(): supplied resource is not a valid Socket resource in %s on line %d
H A Dsocket_cmsg_rights.phpt63 foreach ($control["data"] as $resource) {
64 if (!is_resource($resource)) {
82 resource(%d) of type (Socket)
84 resource(%d) of type (Socket)
/PHP-7.4/ext/standard/tests/dir/
H A Drewinddir_variation2-win32-mb.phpt11 /* Prototype : void rewinddir([resource $dir_handle])
44 resource(%d) of type (stream)
49 Warning: rewinddir(): %s is not a valid Directory resource in %s on line %d

Completed in 29 milliseconds

1...<<11121314151617181920>>...53