Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 631) sorted by path

12345678910>>...26

/PHP-5.5/
H A D.gdbinit3 end
10 end
16 end
22 end
23 end
29 end
45 end
47 end
48 end
157 end
[all …]
H A DCODING_STANDARDS75 end of a request. They also provide useful allocation and overflow
254 the function you wish to work on. The }}} at the end of each function marks
255 the end of the fold, and should be on a separate line.
H A DINSTALL1192 directory is another option and would end up looking like:
2048 + Enter your PHP directory at the end, including ';' before
2057 and add: ;C:\php to the end of the line
2091 + Add a new line to the end of the file: set PHPRC=C:\php
H A DNEWS743 . Fixed possible read after end of buffer and use after free. (Dmitry)
818 . Fixed possible read after end of buffer and use after free. (Dmitry)
2788 moved to the end). (reeze.xia@gmail.com)
5242 not end with a /). (Martin Jansen)
5769 ZEND_HANDLE_EXCEPTION opcode in the end. (Dmitry)
6210 - Fixed bug #46578 (strip_tags() does not honor end-of-comment when it
6284 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
6572 after end of stream). (Greg)
6735 after end of stream). (Keisial at gmail dot com, Greg)
8564 - Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
[all …]
H A DREADME.EXT_SKEL10 configuration file. See an example at the end of this file.
119 function entries and definitions at the end of the file, for copying and
H A DREADME.STREAMS278 it lasts across requests, or non-persistently so that it is freed at the end
344 * end of file */
345 if (... at end of file ...)
H A DREADME.SUBMITTING_PATCH190 patch affects end users, a brief description and your name might be
H A DREADME.TESTING6 at the end of a test run.
143 ========== end of qa-test.sh =============
H A DREADME.namespaces55 the point of definition down to the end of file. It is recommended however to
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1410 goto end; in virtual_realpath()
1423 goto end; in virtual_realpath()
1440 end: in virtual_realpath()
/PHP-5.5/Zend/
H A DZEND_CHANGES493 When the catch block finishes execution continues at the end of
1066 result sets weren't destroyed until the end of the script's
1103 Use ob_start() to begin output buffering, ob_end_flush() to end
1105 end buffering without sending the buffered contents, and
H A Dbench.php363 $end = getmicrotime();
365 $total += $end-$start;
366 $num = number_format($end-$start,3);
H A Dmicro_bench.php257 $end = getmicrotime();
259 $last_time = $end-$start;
/PHP-5.5/Zend/tests/
H A Dbug29104.phpt16 echo "function g - end\n";
26 function g - end
H A Dbug32322.phpt45 echo "Class " . $this -> myname . " destroyed at script end\n";
47 echo "Class " . $this -> myname . " destroyed beforce script end\n";
79 Class Singleton1 destroyed at script end
80 Class Singleton2 destroyed at script end
H A Dbug35655.phpt2 Bug #35655 (whitespace following end of heredoc is lost)
H A Dbug41372.phpt6 end($Foo);
H A Dbug43450.phpt27 $end = memory_get_peak_usage() / 1024;
29 if ($start < $end) {
H A Dbug48409.phpt41 } // end func();
H A Dbug62343.phpt8 var_dump(end($c));
H A Dcatch_finally_001.phpt17 echo "end\n";
27 end
32 end
H A Dcatch_finally_003.phpt19 return "end";
30 return ($c = "end");
H A Dnowdoc_013.phpt2 Test whitespace following end of nowdoc
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_keys.phpt7 end($array);
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {

Completed in 126 milliseconds

12345678910>>...26