Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 346) sorted by path

12345678910>>...14

/PHP-5.5/
H A DCODING_STANDARDS153 possible. Each word in the class name should start with a capital letter,
225 5. Preprocessor statements (#if and such) MUST start at column one. To
H A DINSTALL294 /path/to/apachectl start
298 /path/to/httpsdctl start
301 stop and start:
416 /usr/local/apache2/bin/apachectl start
484 /usr/local/apache2/bin/apachectl start
674 done in the start script for your web server. The start script is often
764 wanted to start, as a CGI script (a CGI script inside of the admin
768 line as root user and start it manually - you will see there are no
1022 # /etc/init.d/apache2 start
1288 it before you can start using the extension.
[all …]
H A DNEWS677 . Fixed bug #68063 (Empty session IDs do still start sessions) (Yasuo)
2824 . Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
2832 for non-root start). (fat)
3006 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
3633 . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
5073 - Fixed bug #51604 (newline in end of header is shown in start of message).
6284 - Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
7819 . start timeout thread only if necessary
8508 start-up on the same thread). (p dot desarnaud at wanadoo dot fr)
8526 - Fixed bug #37428 (PHP crashes on windows if there are start-up errors and
[all …]
H A DREADME.GIT-RULES34 start fighting publicly - take it up in private email.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES26 because your code may start emitting E_WARNING out of the blue.
H A DREADME.SUBMITTING_PATCH34 http://wiki.php.net/start?do=register. PHP extension maintainers can
101 on http://wiki.php.net/start?do=register
138 Read CODING_STANDARDS before you start working.
H A DUPGRADING.INTERNALS118 implementing Serializable will always start with "C:" in the serialized
123 start, will most likely be defectively initialized. This is now
H A Dconfigure.in210 dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
939 [ --disable-short-tags Disable the short-form <? start tag by default], yes, no)
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c791 return start ? start : len; in tsrm_realpath_r()
1185 start = 0; in virtual_file_ex()
1253 start = 2; in virtual_file_ex()
1258 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1259 start++; in virtual_file_ex()
1266 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1267 start++; in virtual_file_ex()
1274 start = 3; in virtual_file_ex()
1279 start = 0; in virtual_file_ex()
1282 start++; in virtual_file_ex()
[all …]
/PHP-5.5/Zend/
H A DZEND_CHANGES343 properties from the source object, so that developers can start
H A Dbench.php360 function end_test($start, $name) argument
365 $total += $end-$start;
366 $num = number_format($end-$start,3);
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null) argument
259 $last_time = $end-$start;
H A Dzend_compile.c1073 brk_cont_element->start = get_next_op_number(CG(active_op_array)); in do_begin_loop()
1084 CG(active_op_array)->brk_cont_array[CG(context).current_brk_cont].start = -1; in do_end_loop()
H A Dzend_compile.h124 int start; member
H A Dzend_generators.c53 if (brk_cont->start < 0) { in zend_generator_cleanup_unfinished_execution()
55 } else if (brk_cont->start > op_num) { in zend_generator_cleanup_unfinished_execution()
H A Dzend_language_parser.y218 start:
H A Dzend_opcode.c517 static void zend_adjust_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint start, ze… in zend_adjust_fast_call() argument
523 if (op_array->try_catch_array[i].finally_op > start in zend_adjust_fast_call()
526 start = op_array->try_catch_array[i].finally_end; in zend_adjust_fast_call()
H A Dzend_vm_def.h5057 if (EX(op_array)->brk_cont_array[i].start < 0) {
5059 } else if (EX(op_array)->brk_cont_array[i].start > op_num) {
H A Dzend_vm_execute.h1035 if (EX(op_array)->brk_cont_array[i].start < 0) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1037 } else if (EX(op_array)->brk_cont_array[i].start > op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
/PHP-5.5/Zend/tests/
H A Dbug43450.phpt21 $start = (memory_get_usage() / 1024) + 16;
29 if ($start < $end) {
H A Dbug51176.phpt7 public function start()
26 $foo->start();
H A Dbug63741.phpt33 function start()
38 start();
/PHP-5.5/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/PHP-5.5/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1399 # for dependence libraries. The import file would start with
6249 # Be careful that the start marker always follows a newline.
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt24 $i = $start = $end = 100000.00;
33 $start = memory_get_usage() + 1024;
39 if ($start < memory_get_usage()) {

Completed in 176 milliseconds

12345678910>>...14