Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 1311) sorted by path

12345678910>>...53

/PHP-7.4/
H A D.gdbinit6 set the ts resource, it is impossible for gdb to
8 but we could get the resource from the argument
121 printf "resource(#%d)", $zvalue->value.lval
246 printf "resource: #%d", $zvalue->value.res->handle
H A DCODING_STANDARDS.md20 * The function's designated behavior is freeing that resource. E.g.
H A DNEWS635 . Fixed bug #46050 (odbc_next_result corrupts prepared resource). (cmb)
2004 . Fixed bug #78038 (Socket_select fails when resource array contains
2309 . Fixed bug #77272 (imagescale() may return image resource on failure). (cmb)
H A DUPGRADING25 . Trying to use values of type null, bool, int, float or resource as an
180 such as when trying to write to a read-only file resource.
/PHP-7.4/Zend/tests/
H A D017.phpt50 Warning: get_resource_type() expects parameter 1 to be resource, string given in %s on line %d
H A D019.phpt160 foreach ($resources as $resource) {
163 //dump the resource first
164 var_dump($resource);
173 var_dump($resource);
175 // unset the resource
176 unset($resource);
188 var_dump($resource);
1189 resource(%d) of type (stream)
1193 resource(%d) of type (stream)
1202 resource(%d) of type (stream)
[all …]
H A Dbug31177.phpt23 public function __construct($resource) {
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 resource(%d) of type (stream)
H A Dbug71930.phpt6 die("skip Require a resource which is able to hold a callbck");
H A Dbug78406.phpt36 $uri = 'php://filter/read=sample.filter/resource='. __FILE__;
H A Dcast_to_array.phpt90 resource(%d) of type (stream)
H A Dcast_to_object.phpt86 resource(%d) of type (stream)
H A Dconst_array_with_resource_key.phpt2 Constexpr arrays should be able to handle resource keys
H A Dconstants_002.phpt18 resource(%d) of type (stream)
H A Ddebug_info-error-resource.phpt21 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-resource.php o…
H A Dempty_str_offset.phpt59 print "- resource ---\n";
115 - resource ---
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
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…
H A Disset_str_offset.phpt57 print "- resource ---\n";
111 - resource ---
H A Dlist_keyed_conversions.phpt20 list(STDIN => $resource) = [];
H A Dsettype_array.phpt90 resource(%d) of type (stream)
H A Dsettype_object.phpt86 resource(%d) of type (stream)
H A Dsettype_resource.phpt2 casting different variables to resource using settype()
33 settype($var, "resource");
40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
[all …]
H A Dstrict_001.phpt2 using resource as array offset
/PHP-7.4/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup

Completed in 29 milliseconds

12345678910>>...53