Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/recode/
H A Drecode.c57 RECODE_OUTER outer;
113 recode_globals->outer = NULL; in PHP_GINIT_FUNCTION()
118 ReSG(outer) = recode_new_outer(false); in PHP_MINIT_FUNCTION()
119 if (ReSG(outer) == NULL) { in PHP_MINIT_FUNCTION()
128 if (ReSG(outer)) { in PHP_MSHUTDOWN_FUNCTION()
129 recode_delete_outer(ReSG(outer)); in PHP_MSHUTDOWN_FUNCTION()
156 request = recode_new_request(ReSG(outer)); in PHP_FUNCTION()
210 request = recode_new_request(ReSG(outer)); in PHP_FUNCTION()
/PHP-7.2/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"))
/PHP-7.2/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-7.2/Zend/tests/try/
H A Dtry_finally_016.phpt32 echo "outer catch\n";
38 outer catch
/PHP-7.2/tests/classes/
H A Diterators_003.phpt49 echo "continue outer\n";
64 echo "break outer\n";
77 continue outer
112 break outer
/PHP-7.2/Zend/tests/generators/finally/
H A Dreturn_return.phpt18 echo "outer finally run\n";
33 outer finally run
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt77 } // end of outer foreach loop
H A Dfwrite_variation1-win32.phpt77 } // end of outer foreach loop
H A Dfwrite_variation1.phpt75 } // end of outer foreach loop
H A Dfwrite_variation4-win32.phpt69 } // end of outer foreach loop
H A Dfwrite_variation4.phpt69 } // end of outer foreach loop
H A Dfwrite_variation2-win32.phpt86 } // end of outer foreach loop
H A Dfwrite_variation2.phpt85 } // end of outer foreach loop
H A Dfwrite_variation3-win32.phpt78 } // end of outer foreach loop
H A Dfwrite_variation3.phpt79 } // end of outer foreach loop
H A Dfwrite_basic-win32-mb.phpt75 } // end of outer foreach loop
H A Dfwrite_basic-win32.phpt75 } // end of outer foreach loop
H A Dfwrite_basic.phpt75 } // end of outer foreach loop
H A Dfscanf_variation55.phpt87 } // end of outer for loop
H A Dftruncate_variation1-win32-mb.phpt68 }//end of outer foreach loop
H A Dftruncate_variation1-win32.phpt68 }//end of outer foreach loop
H A Dftruncate_variation1.phpt68 }//end of outer foreach loop
H A Dftruncate_variation2-win32.phpt69 }//end of outer foreach loop
H A Dftruncate_variation2.phpt69 }//end of outer foreach loop

Completed in 36 milliseconds

12