Searched refs:nested (Results 1 – 25 of 116) sorted by relevance
12345
2 GC 041: Handling of references in nested data of objects with destructor10 var $nested;16 $o->nested = [];17 $o->nested[] =& $o->nested;31 ["nested"]=>
2 079: nested namespaces12 Fatal error: Namespace declarations cannot be nested in %s on line %d
2 errmsg: class declarations may not be nested16 Fatal error: Class declarations may not be nested in %s on line %d
2 Allowed nested ternary cases
2 Invalid constant class name in nested class constant access
2 Backtrace in nested function call22 Fatal error: Uncaught Exception in %sbacktrace-nested.php:%d24 #0 %sbacktrace-nested.php(%d): suspend_fiber()26 #2 %sbacktrace-nested.php(%d): Fiber->resume()28 thrown in %sbacktrace-nested.php on line %d
2 Fatal error within a nested fiber9 trigger_error("Fatal error in nested fiber", E_USER_ERROR);28 Fatal error: Fatal error in nested fiber in %sfatal-error-in-nested-fiber.php on line %d
23 Fatal error: Uncaught Exception: test in %sfailing-nested-fiber.php:626 #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
2 Out of Memory in a nested fiber29 …f %d bytes exhausted%s(tried to allocate %d bytes) in %sout-of-memory-in-nested-fiber.php on line …
14 $nested = new Fiber(function () use ($fiber): void {23 $nested->start();
2 Bug #40415 (Using oci_fetchall with nested cursors)75 echo "Getting nested cursor\n";87 echo "\nTest 2: fetchall of nested cursor\n";100 Test 1: Associate fetch of nested cursor101 Got row "11". Now getting nested cursor:115 Got row "12". Now getting nested cursor:129 Got row "13". Now getting nested cursor:144 Test 2: fetchall of nested cursor166 Getting nested cursor179 Getting nested cursor[all …]
14 $noRefs = [[[['some']]],[' nested '],"items"];25 some nested items26 some nested items
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"
12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');43 <nested>44 </nested>
24 function nested()48 <!-- declared function 'nested' -->
6 $include_path_nested = $include_path . '/nested';29 $include_path_nested = $include_path . '/nested';
18 echo "\n\n-- Var export on an nested array --\n";47 -- Var export on an nested array --
2 Bug #78346 (strip_tags no longer handling nested php tags)
2 Enum var_dump nested
2 Test nullsafe operator in nested delayed dims 2
2 Test nullsafe operator in nested delayed dims
2 Testing nested array shortcut
2 Testing nested functions
69 #define CONTENT_PART nested.part70 #define CONTENT_MSG_BODY nested.msg->body
2 Aborted yield during nested calls
Completed in 27 milliseconds