Home
last modified time | relevance | path

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

12

/PHP-5.4/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-5.4/tests/classes/
H A Diterators_003.phpt51 echo "continue outer\n";
66 echo "break outer\n";
79 continue outer
114 break outer
/PHP-5.4/
H A DUPGRADING.INTERNALS89 outer stream leaks due to a programming error or is not exposed through a
92 The problem is that the outer usually wants itself to close the inner stream,
94 be live (e.g. commit data to it). If the outer stream is exposed through a
95 zval and the inner one isn't, this is not a problem because the outer stream
99 creation, so if the inner stream was created in the opener of the outer stream,
119 To prevent this from happening when the inner stream is freed from the outer
123 The outer stream cannot abstain, in its close callback, from closing the inner
/PHP-5.4/ext/standard/tests/file/
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.phpt69 } // end of outer foreach loop
H A Dfwrite_variation4-win32.phpt69 } // end of outer foreach loop
H A Dfwrite_variation2.phpt85 } // end of outer foreach loop
H A Dfwrite_variation2-win32.phpt86 } // 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.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.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_variation4.phpt69 }//end of outer foreach loop
H A Dftruncate_variation2.phpt69 }//end of outer foreach loop
H A Dftruncate_variation4-win32.phpt69 }//end of outer foreach loop
H A Dftruncate_variation7-win32.phpt70 }//end of outer foreach loop
H A Dftruncate_variation7.phpt70 }//end of outer foreach loop
H A Dftruncate_variation3.phpt68 }//end of outer foreach loop
H A Dftruncate_variation3-win32.phpt68 }//end of outer foreach loop
H A Dftruncate_variation5-win32.phpt70 }//end of outer foreach loop

Completed in 32 milliseconds

12