/php-src/Zend/tests/gc/ |
H A D | gc_041.phpt | 2 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 D | backtrace-nested.phpt | 2 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 D | failing-nested-fiber.phpt | 23 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 D | fatal-error-in-nested-fiber.phpt | 2 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 D | out-of-memory-in-nested-fiber.phpt | 2 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 D | isLazy.phpt | 67 $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 D | internal_handlers.phpt | 50 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 D | http_build_query_object_nested.phpt | 2 http_build_query() function with nested object 12 $nested = new KeyVal(); 14 $o->public = $nested;
|
/php-src/ext/spl/tests/ |
H A D | bug75717.phpt | 14 $noRefs = [[[['some']]],[' nested '],"items"]; 25 some nested items 26 some nested items
|
H A D | arrayObject_exchangeArray_basic2.phpt | 30 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 D | DOM4_ParentNode_prepend.phpt | 12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>'); 43 <nested> 44 </nested>
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_079.phpt | 2 079: nested namespaces 12 Fatal error: Namespace declarations cannot be nested in %s on line %d
|
/php-src/Zend/tests/errmsg/ |
H A D | errmsg_027.phpt | 2 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 D | observer_declarations_01.phpt | 24 function nested() 48 <!-- declared function 'nested' -->
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_resolve_include_path.phpt | 6 $include_path_nested = $include_path . '/nested'; 29 $include_path_nested = $include_path . '/nested';
|
/php-src/ext/standard/tests/general_functions/ |
H A D | var_export_basic8.phpt | 18 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 D | selectors.c | 162 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 D | bug78346.phpt | 2 Bug #78346 (strip_tags no longer handling nested php tags)
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.c | 246 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 D | selectors.h | 91 lxb_selectors_nested_t *nested; member 112 lexbor_dobject_t *nested; member
|
/php-src/Zend/tests/ |
H A D | ternary_associativity.phpt | 2 Allowed nested ternary cases
|
/php-src/Zend/tests/enum/ |
H A D | var_dump-nested.phpt | 2 Enum var_dump nested
|
/php-src/Zend/tests/nullsafe_operator/ |
H A D | 038.phpt | 2 Test nullsafe operator in nested delayed dims 2
|
/php-src/tests/lang/ |
H A D | array_shortcut_005.phpt | 2 Testing nested array shortcut
|
H A D | 011.phpt | 2 Testing nested functions
|