Home
last modified time | relevance | path

Searched refs:resource (Results 226 – 250 of 1311) sorted by relevance

12345678910>>...53

/PHP-7.4/ext/standard/tests/file/
H A D007_variation23.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A D007_variation24.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
H A D007_variation7.phpt7 Prototype: resource fopen(string $filename, string $mode
8 [, bool $use_include_path [, resource $context]] );
13 Prototype: bool fclose ( resource $handle );
30 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
47 resource(%d) of type (stream)
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_variation6.phpt49 resource(%d) of type (ldap result)
51 resource(%d) of type (ldap result)
216 resource(%d) of type (ldap result)
218 resource(%d) of type (ldap result)
230 resource(%d) of type (ldap result)
232 resource(%d) of type (ldap result)
H A Dldap_exop.phpt39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd…
40 // bool ldap_parse_exop(resource link, resource result [, string &retdata [, string &retoid]])
73 resource(%d) of type (ldap result)
77 resource(%d) of type (ldap result)
H A Dldap_unbind_error.phpt36 Warning: ldap_unbind() expects parameter 1 to be resource, string given in %s on line %d
40 Warning: ldap_unbind(): supplied resource is not a valid ldap link resource in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dcurrent_variation2.phpt34 // get a resource variable
102 // resource variable
103 /*11*/ 'resource' => array(
153 -- Iteration 11 : resource data --
154 resource(%d) of type (stream)
H A Dend.phpt97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
127 /* cleaning resource handles */
128 fclose( $file_handle ); //file resource handle deleted
129 closedir( $dir_handle ); //dir resource handle deleted
219 *** Testing end() on resource type ***
220 resource(%d) of type (stream)
221 resource(%d) of type (stream)
H A Dend_64bit.phpt97 echo "\n*** Testing end() on resource type ***\n";
98 //file type resource
101 //directory type resource
128 /* cleaning resource handles */
129 fclose( $file_handle ); //file resource handle deleted
130 closedir( $dir_handle ); //dir resource handle deleted
218 *** Testing end() on resource type ***
219 resource(%d) of type (stream)
220 resource(%d) of type (stream)
H A Darray_unique_variation4.phpt21 // get a resource variable
52 // array with object, unset variable and resource variable
53 /*8*/ array(11 => new classA(), "unset" => @$unset_var, "resource" => $fp, new classA(), $fp),
128 ["resource"]=>
129 resource(%d) of type (stream)
/PHP-7.4/ext/openssl/tests/
H A DCertificateGenerator.inc7 /** @var resource */
10 /** @var resource */
13 /** @var resource|null */
16 /** @var resource|null */
31 * @return resource
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt71 resource(%d) of type (stream)
73 resource(%d) of type (stream)
75 resource(%d) of type (stream)
76 resource(%d) of type (stream)
H A Dbug73711.phpt15 resource(%d) of type (OpenSSL key)
16 resource(%d) of type (OpenSSL key)
/PHP-7.4/ext/enchant/tests/
H A Dbroker_init.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
16 echo("failure, its not a resource\n");
H A Dbroker_free_dict.phpt2 enchant_broker_free_dict(resource $dict); function
8 if(!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
43 echo("broker is not a resource; failed;\n");
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_009.phpt15 Warning: oci_bind_array_by_name(): supplied resource is not a valid oci8 statement resource in %s o…
H A Dold_oci_close.phpt20 resource(%d) of type (oci8 connection)
22 resource(%d) of type (oci8 statement)
H A Dconn_attr_4.phpt33 echo "\nInvalid Connection resource\n";
38 // Variable instead of a connection resource.
39 echo "\nInvalid Connection resource 2\n";
80 Invalid Connection resource
82 Warning: oci_set_action() expects parameter 1 to be resource, null given in %s on line %d
85 Invalid Connection resource 2
87 Warning: oci_set_client_info() expects parameter 1 to be resource, %s given in %s on line %d
92 Warning: oci_set_action() expects parameter 2 to be %s, resource given in %s on line %d
/PHP-7.4/ext/sysvshm/tests/
H A Dshutdown_crash_0.phpt19 resource(%d) of type (sysvshm)
20 resource(%d) of type (sysvshm)
/PHP-7.4/ext/xml/tests/
H A Dbug79922.phpt16 Warning: xml_parser_free(): supplied resource is not a valid XML Parser resource in %s on line %d
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error3.phpt13 $resource = tmpfile();
16 imagetruecolortopalette($image, true, $resource);
24 Warning: imagetruecolortopalette() expects parameter 3 to be int, resource given in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_block_v123.phpt15 $resource = deflate_init(ZLIB_ENCODING_GZIP);
16 var_dump(deflate_add($resource, "aaaaaaaaaaaaaaaaaaaaaa", ZLIB_BLOCK));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug54623.phpt17 Warning: fwrite(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/Zend/tests/
H A Dinclude_fail_during_read.phpt7 include 'php://filter/read=sample.filter/resource='. __FILE__;
12 Warning: include(): Failed opening 'php://filter/read=sample.filter/resource=%s' for inclusion (inc…
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt66 resource(%d) of type (stream)
68 resource(%d) of type (stream)
73 resource(%d) of type (stream)
75 resource(%d) of type (stream)

Completed in 89 milliseconds

12345678910>>...53