Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 134) sorted by relevance

123456

/php-src/Zend/tests/gc/
H A Dgc_041.phpt2 GC 041: Handling of references in nested data of objects with destructor
10 var $nested;
16 $o->nested = [];
17 $o->nested[] =& $o->nested;
31 ["nested"]=>
/php-src/Zend/tests/fibers/
H A Dbacktrace-nested.phpt2 Backtrace in nested function call
22 Fatal error: Uncaught Exception in %sbacktrace-nested.php:%d
24 #0 %sbacktrace-nested.php(%d): suspend_fiber()
26 #2 %sbacktrace-nested.php(%d): Fiber->resume()
28 thrown in %sbacktrace-nested.php on line %d
H A Dfailing-nested-fiber.phpt23 Fatal error: Uncaught Exception: test in %sfailing-nested-fiber.php:6
26 #1 %sfailing-nested-fiber.php(%d): Fiber->resume(3)
28 #3 %sfailing-nested-fiber.php(%d): Fiber->start()
30 thrown in %sfailing-nested-fiber.php on line %d
H A Dfatal-error-in-nested-fiber.phpt2 Fatal error within a nested fiber
9 trigger_error("Fatal error in nested fiber", E_USER_ERROR);
30 Fatal error: Fatal error in nested fiber in %sfatal-error-in-nested-fiber.php on line %d
H A Dout-of-memory-in-nested-fiber.phpt2 Out of Memory in a nested fiber
29 …f %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-memory-in-nested-fiber.php on line …
/php-src/Zend/tests/lazy_objects/
H A DisLazy.phpt67 $nested = new C();
68 $obj = $reflector->newLazyProxy(function () use ($nested) {
69 return $nested;
72 $reflector->resetAsLazyProxy($nested, function () {
78 print "# Nested Proxy (nested initialized)\n";
80 $nested = new C();
81 $obj = $reflector->newLazyProxy(function () use ($nested) {
82 return $nested;
85 $reflector->resetAsLazyProxy($nested, function () {
88 $reflector->initializeLazyObject($nested);
[all …]
/php-src/Zend/tests/offsets/
H A Dinternal_handlers.phpt50 echo 'nested read', PHP_EOL;
64 echo 'nested write', PHP_EOL;
239 nested read
243 nested write
253 nested read-write
263 nested isset
265 nested empty
267 nested null coalescing
269 nested appending
279 nested unset
[all …]
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_object_nested.phpt2 http_build_query() function with nested object
12 $nested = new KeyVal();
14 $o->public = $nested;
/php-src/ext/spl/tests/
H A Dbug75717.phpt14 $noRefs = [[[['some']]],[' nested '],"items"];
25 some nested items
26 some nested items
H A DarrayObject_exchangeArray_basic2.phpt30 echo "\n--> exchangeArray(nested ArrayObject):\n";
31 $obj = new ArrayObject(new ArrayObject(array('key'=>'nested ArrayObject element')));
83 --> exchangeArray(nested ArrayObject):
84 string(26) "nested ArrayObject element"
93 string(26) "nested ArrayObject element"
/php-src/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');
43 <nested>
44 </nested>
/php-src/Zend/tests/namespaces/
H A Dns_079.phpt2 079: nested namespaces
12 Fatal error: Namespace declarations cannot be nested in %s on line %d
/php-src/Zend/tests/errmsg/
H A Derrmsg_027.phpt2 errmsg: class declarations may not be nested
16 Fatal error: Class declarations may not be nested in %s on line %d
/php-src/ext/zend_test/tests/
H A Dobserver_declarations_01.phpt24 function nested()
48 <!-- declared function 'nested' -->
/php-src/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt6 $include_path_nested = $include_path . '/nested';
29 $include_path_nested = $include_path . '/nested';
/php-src/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt18 echo "\n\n-- Var export on an nested array --\n";
47 -- Var export on an nested array --
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c162 selectors->nested = lexbor_dobject_destroy(selectors->nested, true); in lxb_selectors_destroy()
274 nested.parent = NULL; in lxb_selectors_find()
275 nested.entry = entry; in lxb_selectors_find()
276 nested.cb = cb; in lxb_selectors_find()
277 nested.ctx = ctx; in lxb_selectors_find()
279 selectors->current = &nested; in lxb_selectors_find()
306 nested.parent = NULL; in lxb_selectors_match_node()
307 nested.entry = entry; in lxb_selectors_match_node()
308 nested.cb = cb; in lxb_selectors_match_node()
309 nested.ctx = ctx; in lxb_selectors_match_node()
[all …]
/php-src/ext/standard/tests/strings/
H A Dbug78346.phpt2 Bug #78346 (strip_tags no longer handling nested php tags)
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c246 selectors->nested = lexbor_dobject_destroy(selectors->nested, true); in lxb_selectors_destroy()
349 nested.parent = NULL; in lxb_selectors_find()
350 nested.entry = entry; in lxb_selectors_find()
351 nested.cb = cb; in lxb_selectors_find()
352 nested.ctx = ctx; in lxb_selectors_find()
354 selectors->current = &nested; in lxb_selectors_find()
378 nested.parent = NULL; in lxb_selectors_match_node()
379 nested.entry = entry; in lxb_selectors_match_node()
380 nested.cb = cb; in lxb_selectors_match_node()
381 nested.ctx = ctx; in lxb_selectors_match_node()
[all …]
H A Dselectors.h91 lxb_selectors_nested_t *nested; member
112 lexbor_dobject_t *nested; member
/php-src/Zend/tests/
H A Dternary_associativity.phpt2 Allowed nested ternary cases
/php-src/Zend/tests/enum/
H A Dvar_dump-nested.phpt2 Enum var_dump nested
/php-src/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2
/php-src/tests/lang/
H A Darray_shortcut_005.phpt2 Testing nested array shortcut
H A D011.phpt2 Testing nested functions

Completed in 45 milliseconds

123456