Home
last modified time | relevance | path

Searched refs:end (Results 226 – 250 of 687) sorted by relevance

12345678910>>...28

/PHP-5.6/ext/session/tests/
H A Dsession_write_close_basic.phpt12 * Description : Write session data and end session
/PHP-5.6/ext/oci8/tests/
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
H A Dimp_res_6.phpt39 end;"
47 $s = oci_parse($c, "begin imp_res_6_proc(); end;");
H A Dimp_res_get_3.phpt50 end loop;
51 end;"
60 $s = oci_parse($c, "begin imp_res_get_3_proc(); end;");
H A Dbind_empty.phpt70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
H A Dimp_res_cursor.phpt48 end;"
72 $s = oci_parse($c, "begin imp_res_cursor_proc(); end;");
H A Dimp_res_get_cursor.phpt48 end;"
72 $s = oci_parse($c, "begin imp_res_get_cursor_proc(); end;");
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt29 //end creating stream
/PHP-5.6/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_hash.h322 const char *end = key + length - 1; \ in END_EXTERN_C()
324 if ((*end != '\0') /* not a null terminated string */ \ in END_EXTERN_C()
326 || (end - tmp > MAX_LENGTH_OF_LONG - 1) /* number too long */ \ in END_EXTERN_C()
328 end - tmp == MAX_LENGTH_OF_LONG - 1 && \ in END_EXTERN_C()
333 while (++tmp != end && *tmp >= '0' && *tmp <= '9') { \ in END_EXTERN_C()
336 if (tmp == end) { \ in END_EXTERN_C()
/PHP-5.6/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
/PHP-5.6/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.6/ext/standard/
H A Dphp_fopen_wrapper.c292 char *end; in php_stream_url_wrap_php() local
311 fildes_ori = strtol(start, &end, 10); in php_stream_url_wrap_php()
312 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
/PHP-5.6/ext/exif/tests/
H A Dbug76423.phpt14 Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
/PHP-5.6/tests/classes/
H A Dctor_dtor.phpt30 //unset($t); delay to end of script
/PHP-5.6/ext/standard/tests/array/
H A Dcurrent_basic.phpt20 end($array);
/PHP-5.6/ext/readline/tests/
H A Dreadline_info_001.phpt27 ["end"]=>
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug73341.phpt23 Notice: ArrayObject::unserialize(): Unexpected end of serialized data in %sbug73341.php on line %d
/PHP-5.6/ext/gd/tests/
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
/PHP-5.6/ext/standard/tests/strings/
H A Dbug72663.phpt23 Notice: unserialize(): Unexpected end of serialized data in %sbug72663.php on line %d
H A Dstrtoupper.phpt15 // of locales transparent for the end user.

Completed in 46 milliseconds

12345678910>>...28