Home
last modified time | relevance | path

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

12345678910>>...25

/php-src/
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.md23 * The function's designated behavior is freeing that resource. E.g.
/php-src/Zend/tests/
H A D019.phpt150 foreach ($resources as $resource) {
153 //dump the resource first
154 var_dump($resource);
163 var_dump($resource);
165 // unset the resource
166 unset($resource);
178 var_dump($resource);
1178 resource(%d) of type (stream)
1182 resource(%d) of type (stream)
1191 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 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.phpt16 resource(%d) of type (stream)
H A Ddebug_info-error-resource.phpt22 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";
133 - resource ---
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
H A Dgh10072.phpt12 /** @var resource|null */
15 /** @var resource|null */
83 /** @var resource|null */
H A Dgh11735_1.phpt16 resource(%d) of type (stream)
H A Dgh8548.phpt41 // The first iterations will allocate space for things like the resource list
H A Dgh8548_2.phpt41 // The first iterations will allocate space for things like the resource list
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";
127 - resource ---
H A Dlist_keyed_conversions.phpt20 list(STDIN => $resource) = [];
H A Doffset_string.phpt70 Cannot access offset of type resource on string
H A Doperator_unsupported_types.phpt139 Unsupported operand types: resource + resource
215 Unsupported operand types: resource - resource
291 Unsupported operand types: resource * resource
365 Unsupported operand types: resource / resource
441 Unsupported operand types: resource % resource
521 Unsupported operand types: resource ** resource
597 Unsupported operand types: resource << resource
677 Unsupported operand types: resource >> resource
757 Unsupported operand types: resource & resource
832 Unsupported operand types: resource | resource
[all …]
/php-src/Zend/tests/generators/
H A Dyield_during_method_call.phpt20 // test resource cleanup
/php-src/Zend/tests/in-de-crement/
H A Dincdec_types.phpt47 Cannot increment resource
48 Cannot decrement resource
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc11 return 'resource';

Completed in 38 milliseconds

12345678910>>...25