Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_child_order.phpt13 <outer align="center">
20 </outer>
25 $outer = $before->nextElementSibling;
26 $foo = $outer->firstElementChild;
31 echo "--- outer attribute vs before ---\n";
35 echo "--- outer attribute vs foo ---\n";
36 var_dump($outer->attributes[0]->compareDocumentPosition($foo) === DOMNode::DOCUMENT_POSITION_FOLLOW…
39 echo "--- outer attribute vs bar ---\n";
45 --- outer attribute vs before ---
48 --- outer attribute vs foo ---
[all …]
H A Dattribute_order_different_element.phpt11 <outer>
14 </outer>
/php-src/Zend/tests/
H A Dbug76502.phpt7 "Exception(Exception())" => new Exception("outer", 0, new Exception("inner")),
8 "Error(Error())" => new Error("outer", 0, new Error("inner")),
9 "Error(Exception())" => new Error("outer", 0, new Exception("inner")),
10 "Exception(Error())" => new Exception("outer", 0, new Error("inner"))
H A Dgh10709_3.phpt2 GH-10709: Recursive class constant evaluation with outer call failing
/php-src/ext/simplexml/tests/
H A Dbug55098.phpt30 $n->outer[]->inner = "foo";
31 (bool) $n->outer;
33 isset($n->outer);
35 unset($n->outer);
/php-src/Zend/tests/anon/
H A D005.phpt30 $outer = new Outer($data);
31 $proxy = $outer->getArrayAccess();
34 var_dump(@$outer->getArrayAccess()[0]);
H A D004.phpt23 $outer = new Outer(array(
28 var_dump($outer->getArrayAccess()[0]);
/php-src/Zend/tests/try/
H A Dtry_finally_016.phpt32 echo "outer catch\n";
37 outer catch
/php-src/tests/classes/
H A Diterators_003.phpt49 echo "continue outer\n";
64 echo "break outer\n";
77 continue outer
112 break outer
/php-src/Zend/tests/generators/finally/
H A Dreturn_return.phpt18 echo "outer finally run\n";
33 outer finally run
/php-src/Zend/tests/generators/
H A Dyield_from_throw_with_throwing_exception.phpt14 gen()->throw(new Exception("outer"));
18 Fatal error: Uncaught Exception: outer in %s:%d
/php-src/Zend/tests/fibers/
H A Dunfinished-fiber-with-suspend-in-finally.phpt19 echo "outer finally\n";
35 outer finally
H A Dunfinished-fiber-with-nested-try-catch.phpt22 echo "outer finally\n";
46 outer finally
H A Dunfinished-fiber-with-throw-in-finally.phpt25 echo "outer finally\n";
46 outer finally
/php-src/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt60 } // end of outer foreach loop
H A Dfwrite_variation4.phpt60 } // end of outer foreach loop
H A Dfwrite_variation2-win32.phpt77 } // end of outer foreach loop
H A Dfwrite_variation2.phpt76 } // end of outer foreach loop
H A Dfwrite_variation3-win32.phpt69 } // end of outer foreach loop
H A Dfwrite_variation3.phpt70 } // end of outer foreach loop
H A Dfwrite_basic-win32-mb.phpt67 } // end of outer foreach loop
H A Dfwrite_basic-win32.phpt67 } // end of outer foreach loop
H A Dfwrite_basic.phpt67 } // end of outer foreach loop
H A Dfwrite_variation1-win32-mb.phpt68 } // end of outer foreach loop
H A Dfwrite_variation1.phpt60 } // end of outer foreach loop

Completed in 32 milliseconds

12