Home
last modified time | relevance | path

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

12345

/PHP-8.3/Zend/tests/
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"]=>
H A Dns_079.phpt2 079: nested namespaces
12 Fatal error: Namespace declarations cannot be nested in %s on line %d
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
H A Dternary_associativity.phpt2 Allowed nested ternary cases
H A Dinvalid_const_class_name.phpt2 Invalid constant class name in nested class constant access
/PHP-8.3/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 Dfatal-error-in-nested-fiber.phpt2 Fatal error within a nested fiber
9 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
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 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-8.3/ext/oci8/tests/
H A Dbug40415.phpt2 Bug #40415 (Using oci_fetchall with nested cursors)
76 echo "Getting nested cursor\n";
88 echo "\nTest 2: fetchall of nested cursor\n";
101 Test 1: Associate fetch of nested cursor
102 Got row "11". Now getting nested cursor:
116 Got row "12". Now getting nested cursor:
130 Got row "13". Now getting nested cursor:
145 Test 2: fetchall of nested cursor
167 Getting nested cursor
180 Getting nested cursor
[all …]
/PHP-8.3/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-8.3/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-8.3/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');
43 <nested>
44 </nested>
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_declarations_01.phpt24 function nested()
48 <!-- declared function 'nested' -->
/PHP-8.3/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-8.3/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-8.3/ext/standard/tests/strings/
H A Dbug78346.phpt2 Bug #78346 (strip_tags no longer handling nested php tags)
/PHP-8.3/Zend/tests/enum/
H A Dvar_dump-nested.phpt2 Enum var_dump nested
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2
H A D037.phpt2 Test nullsafe operator in nested delayed dims
/PHP-8.3/tests/lang/
H A Darray_shortcut_005.phpt2 Testing nested array shortcut
H A D011.phpt2 Testing nested functions
/PHP-8.3/ext/imap/
H A Dphp_imap.h71 #define CONTENT_PART nested.part
72 #define CONTENT_MSG_BODY nested.msg->body
/PHP-8.3/Zend/tests/generators/
H A Daborted_yield_during_nested_fcalls.phpt2 Aborted yield during nested calls

Completed in 22 milliseconds

12345