Home
last modified time | relevance | path

Searched refs:end (Results 201 – 225 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/oci8/tests/
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
H A Dbind_empty.phpt70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
/PHP-5.5/ext/ereg/regex/
H A Dmain.ih19 /* ========= end header generated by ./mkh ========= */
H A Dregcomp.c23 unsigned char *end; /* end of string (-> NUL normally) */ member
45 #define MORE() (p->next < p->end)
46 #define MORE2() (p->next+1 < p->end)
139 p->end = p->next + len;
854 register unsigned char *oldend = p->end;
859 p->end = bracket+2;
866 p->end = oldend;
900 register unsigned char *oldend = p->end;
904 p->end = bracket+3;
912 p->end = oldend;
[all …]
/PHP-5.5/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt32 string(15) "214 end of list"
/PHP-5.5/Zend/
H A Dzend_vm_execute.skl36 zend_error_noreturn(E_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_ini_scanner.l267 char *end; in zend_ini_escape_string() local
273 end = s + Z_STRLEN_P(lval); in zend_ini_escape_string()
275 while (s < end) { in zend_ini_escape_string()
278 if (s >= end) { in zend_ini_escape_string()
/PHP-5.5/ext/standard/tests/file/
H A D007_variation10.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation18.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation2.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A Dfwrite_variation1-win32.phpt15 written or the end of string reached, whichever comes first.
62 // move the file pointer to end of the file and try fwrite()
76 } // end of inner foreach loop
77 } // end of outer foreach loop
H A Dfwrite_variation1.phpt15 written or the end of string reached, whichever comes first.
61 // move the file pointer to end of the file and try fwrite()
74 } // end of inner foreach loop
75 } // end of outer foreach loop
H A D007_variation8.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfgetss_variation5-win32.phpt62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
63 var_dump( ftell($file_handle) ); //ensure file pointer at end
68 // now file is at the end try reading with length and allowable tags,expecting false
79 } // end of for - mode_counter
H A Dfgetss_variation5.phpt59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
60 var_dump( ftell($file_handle) ); //ensure file pointer at end
65 // now file is at the end try reading with length and allowable tags,expecting false
76 } // end of for - mode_counter
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt38 Warning: transliterator_transliterate(): transliterator_transliterate: Neither "start" nor the "end
41 …ransliterate: "start" argument should be non-negative and not bigger than "end" (if defined) in %s…
/PHP-5.5/ext/readline/tests/
H A Dreadline_info_001.phpt27 ["end"]=>
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_basic.phpt20 end($array);
H A Dprev_error2.phpt16 end($array);
/PHP-5.5/tests/classes/
H A Dctor_dtor.phpt30 //unset($t); delay to end of script
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtoupper.phpt15 // of locales transparent for the end user.
/PHP-5.5/ext/session/tests/
H A Dsession_commit_variation2.phpt12 * Description : Write session data and end session
H A Dsession_write_close_variation2.phpt12 * Description : Write session data and end session
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c9 zend_op *end = op_array->opcodes + op_array->last; variable
12 while (opline < end) {

Completed in 44 milliseconds

12345678910>>...26