Home
last modified time | relevance | path

Searched refs:resource (Results 101 – 125 of 1311) sorted by path

12345678910>>...53

/PHP-7.4/ext/enchant/tests/
H A Dbroker_request_pwl_dict.phpt2 resource enchant_broker_request_pwl_dict(resource $broker, string $filename); function
8 if(!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
26 echo("broker dict describe is not a resource failed\n");
32 echo("broker is not a resource; failed;\n");
H A Dbroker_set_ordering.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Dbug13181.phpt55 resource(%d) of type (enchant_dict)
56 resource(%d) of type (enchant_dict)
57 resource(%d) of type (enchant_broker)
58 resource(%d) of type (enchant_broker)
59 resource(%d) of type (enchant_dict)
60 resource(%d) of type (enchant_dict)
H A Dbug53070.phpt6 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_add_to_personal.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
38 echo("broker is not a resource; failed;\n");
H A Ddict_add_to_session.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
36 echo("broker is not a resource; failed;\n");
H A Ddict_check.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
38 echo("broker is not a resource; failed;\n");
H A Ddict_describe.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
34 echo("broker is not a resource; failed;\n");
H A Ddict_get_error.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_is_in_session.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
34 echo("broker is not a resource; failed;\n");
H A Ddict_quick_check.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_quick_check_01.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
33 echo("broker is not a resource; failed;\n");
H A Ddict_store_replacement.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
35 echo("broker is not a resource; failed;\n");
H A Ddict_suggest.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
37 echo("broker is not a resource; failed;\n");
H A Denchant_broker_set_dict_path.phpt2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
9 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
46 echo("broker is not a resource; failed; \n");
/PHP-7.4/ext/fileinfo/tests/
H A Dbug61964-mb.phpt49 resource(%d) of type (file_info)
50 resource(%d) of type (file_info)
H A Dbug61964.phpt49 resource(%d) of type (file_info)
50 resource(%d) of type (file_info)
H A Dbug71527-mb.phpt18 Warning: finfo_file() expects parameter 1 to be resource, bool given in %sbug71527-mb.php on line %d
H A Dbug71527.phpt18 Warning: finfo_file() expects parameter 1 to be resource, bool given in %sbug71527.php on line %d
H A Dfinfo_buffer_basic-mb.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
H A Dfinfo_buffer_basic.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
H A Dfinfo_buffer_variation1-mb.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
H A Dfinfo_buffer_variation1.phpt7 /* Prototype : string finfo_buffer(resource finfo, char *string [, int options [, resource context…
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_close_error.phpt7 /* Prototype : resource finfo_close(resource finfo)
8 * Description: Close fileinfo resource.
25 echo "\n-- Testing finfo_close() function with wrong resource type --\n";
43 -- Testing finfo_close() function with wrong resource type --
45 Warning: finfo_close(): supplied resource is not a valid file_info resource in %s on line %d

Completed in 34 milliseconds

12345678910>>...53