Searched refs:Next (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/Zend/tests/ |
H A D | exception_007.phpt | 25 Next exception 'Exception' with message 'First' in %sexception_007.php:%d 29 Next exception 'Exception' with message 'Second' in %sexception_007.php:%d 33 Next exception 'Exception' with message 'Third' in %sexception_007.php:%d
|
H A D | exception_008.phpt | 32 Next exception 'Exception' with message 'Second' in %sexception_008.php:%d
|
H A D | gc_030.phpt | 29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
|
/PHP-5.3/ext/spl/tests/ |
H A D | iterator_012.phpt | 12 echo "===Next===\n"; 29 ===Next===
|
H A D | iterator_019.phpt | 12 echo "===Next===\n"; 29 ===Next===
|
H A D | spl_autoload_012.phpt | 59 Next exception 'Exception' with message 'second' in %sspl_autoload_012.php:%d
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | key_basic.phpt | 20 echo "\n-- Next Position: --\n"; 39 -- Next Position: --
|
H A D | array_pop_variation.phpt | 47 Next Element is : int(2) 49 Next Element is : int(3)
|
H A D | key_variation4.phpt | 21 echo "Next Position: "; 53 Next Position: int(1)
|
H A D | current_variation4.phpt | 22 echo "Next Position: "; 54 Next Position: array(3) {
|
H A D | 005.phpt | 284 Next Element is : int(2) 286 Next Element is : int(3)
|
/PHP-5.3/ext/date/tests/ |
H A D | bug39782.phpt | 7 $dttTest = new DateTime('Dec 10 2006 Next Wednesday');
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute_stored_proc_out.phpt | 45 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no")); 80 [009] Next results: %s
|
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 52 printf("[011] Next result: %s\n", (mysqli_next_result($link)) ? "yes" : "no"); 130 [011] Next result: yes
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | btree.h | 77 int (*Next)(BtCursor*, int *pRes); member 128 #define sqliteBtreeNext(pCur, pRes) (btCOps(pCur)->Next(pCur, pRes))
|
/PHP-5.3/ |
H A D | INSTALL | 883 contains the basic engine (plus gettext and iconv). Next, take a look
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 2160 >16 byte =0x0B \b, from Next 9182 # Next, the resolution or aspect ratio of the image: 9187 # Next, show thumbnail info, if it exists: 15960 # Next is a Pascal-style string with the NCD name. We want to capture that.
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4959 U+0085 Next line (NEL)
|
Completed in 89 milliseconds