Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/
H A D.gdbinit3 end
10 end
22 end
23 end
29 end
37 end
49 end
50 end
59 end
146 end
[all …]
H A DCODING_STANDARDS.md68 that ensures the deallocation of any unfreed memory at the end of a request.
295 wish to work on. The `}}}` at the end of each function marks the end of the
H A DCONTRIBUTING.md287 end users, a brief description and your name might be added to the [NEWS](/NEWS)
H A DNEWS2415 . Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.
H A DUPGRADING37 . `<?php` at the end of the file (without trailing newline) will now be
/PHP-7.4/Zend/
H A Dbench.php363 $end = gethrtime();
365 $total += $end-$start;
366 $num = number_format($end-$start,3);
H A Dmicro_bench.php257 $end = gethrtime();
259 $last_time = $end-$start;
/PHP-7.4/Zend/tests/array_unpack/
H A Dbasic.phpt25 var_dump([0, ...$array, ...$array, 'end']);
118 string(3) "end"
/PHP-7.4/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.phpt24 $end = memory_get_usage() / 1024;
26 if ($start + 16 < $end) {
H A Dbug48409.phpt41 } // end func();
H A Dbug48693.phpt35 ParseError: syntax error, unexpected '}', expecting end of file in %sbug48693.php(4) : runtime-crea…
44 ParseError: syntax error, unexpected end of file in %sbug48693.php(14) : runtime-created function:1
H A Dbug60099.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dbug62343.phpt8 var_dump(end($c));
H A Dbug70187.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
H A Dbug70187_2.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
H A Dbug70748.phpt18 Warning: syntax error, unexpected end of file, expecting '}' in %sbug70748.ini on line %d
H A Dbug77345_gc_1.phpt38 var_dump('end');
42 string(3) "end"
H A Dbug77345_gc_2.phpt44 var_dump('end');
48 string(3) "end"
H A Deval_parse_error_with_doc_comment.phpt15 Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d
H A Dflexible-heredoc-error6.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dflexible-heredoc-error7.phpt11 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…

Completed in 41 milliseconds

12345678910>>...28