Home
last modified time | relevance | path

Searched refs:resource (Results 176 – 200 of 609) sorted by relevance

12345678910>>...25

/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt16 // get a resource variable
43 // array with object, unset variable and resource variable
44 /*8*/ array(@$unset_var => array("unset"), $fp => 'resource', 11, "hello")
66 // close the file resource used
302 string(8) "resource"
316 string(8) "resource"
/php-src/ext/enchant/tests/
H A Ddict_add_to_personal.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
39 echo("broker is not a resource; failed;\n");
H A Ddict_add_to_session.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
37 echo("broker is not a resource; failed;\n");
H A Ddict_check.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
39 echo("broker is not a resource; failed;\n");
H A Ddict_suggest.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
38 echo("broker is not a resource; failed;\n");
H A Ddict_is_in_session.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
35 echo("broker is not a resource; failed;\n");
H A Ddict_store_replacement.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
36 echo("broker is not a resource; failed;\n");
/php-src/ext/standard/tests/file/
H A Dfgetc_variation2.phpt33 fgetc(): supplied resource is not a valid stream resource
H A Dfstat.phpt75 fstat(): supplied resource is not a valid stream resource
H A D007_variation18.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
37 resource(%d) of type (stream)
H A D007_variation2.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
37 resource(%d) of type (stream)
H A D007_variation10.phpt21 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
28 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
37 resource(%d) of type (stream)
/php-src/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
44 resource(%d) of type (stream)
H A Dstristr_variation2.phpt15 //getting the resource
46 // resource
101 stristr(): Argument #2 ($needle) must be of type string, resource given
H A Dimplode_variation.phpt97 /* Checking on resource types */
98 echo "\n*** Testing end() on resource type ***\n";
99 /* file type resource */
102 /* directory type resource */
110 /* closing resource handles */
227 *** Testing end() on resource type ***
H A Dstrip_tags_variation2.phpt18 //get a resource variable
67 // resource variable
128 strip_tags(): Argument #2 ($allowed_tags) must be of type array|string|null, resource given
/php-src/tests/output/
H A DDummyStreamWrapper.inc5 /** @var resource|null */
8 /** @var resource|null */
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt40 string(73) "DOMDocument::validate(): supplied resource is not a valid stream resource"
/php-src/ext/standard/tests/http/
H A Dgh15034.phpt36 $resource = fopen($uri, 'r', false, $contextResource);
37 fclose($resource);
/php-src/ext/gd/tests/
H A Dbug47946.phpt29 function makeFilter($resource, $matrix, $offset = 1.0)
35 return imageconvolution($resource, $matrix, $divisor, $offset);
/php-src/tests/security/
H A Dopen_basedir_fopen.phpt80 resource(%d) of type (stream)
81 resource(%d) of type (stream)
82 resource(%d) of type (stream)
83 resource(%d) of type (stream)
84 resource(%d) of type (stream)
/php-src/ext/intl/tests/
H A Dresourcebundle_create.phpt60 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR
62 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR
/php-src/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt34 resource(%d) of type (stream)
37 resource(%d) of type (stream)
/php-src/ext/standard/tests/general_functions/
H A Dget_debug_type_basic.phpt57 resource (stream)
58 resource (closed)
/php-src/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt66 resource(%d) of type (stream)
84 resource(%d) of type (Unknown)
88 Directory::read(): %s is not a valid Directory resource

Completed in 23 milliseconds

12345678910>>...25