Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 501) sorted by path

12345678910>>...21

/PHP-7.4/
H A DCODING_STANDARDS.md315 To reduce the problems normally associated with the first public implementation
316 of a new set of functions, it has been suggested that the first implementation
H A DCONTRIBUTING.md62 the first time you've filed a bug, we suggest reading the
320 5. If you don't know how to do something, ask first!
350 1. All non-security bugfix changes should first go to the lowest bugfix branch
H A DNEWS243 . Fixed bug #81223 (flock() only locks first byte of file). (cmb)
1344 . Fixed bug #78066 (PHP eats the first byte of a program that comes from
2645 . Fixed bug #65544 (mb title case conversion-first word in quotation isn't
H A DREADME.REDIST.BINS270 the new terms are clearly indicated on the first page of each file where
/PHP-7.4/Zend/
H A DREADME.md124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
H A Dbench.php206 $first = "foo_0";
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
/PHP-7.4/Zend/tests/
H A D019.phpt163 //dump the resource first
H A Dbug26802.phpt25 * call foo::fail. In PHP 5 we first evaluate static class
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dbug42819.phpt83 echo "first\n";
143 first
H A Dbug46241.phpt11 echo "Caught on first level: '$errstr'\n";
31 echo "Caught on first level: '$errstr'\n";
H A Dbug66015.phpt12 self::FIRST => 'first',
30 1 => 'first',
H A Dbug66286.phpt6 abstract class first {
10 class second extends first {
H A Dbug68262.phpt10 $first = new C;
11 $first->p = 'init';
13 $clone = clone $first;
14 $ref =& $first->p;
17 $clone = clone $first;
20 var_dump($first->p);
H A Dbug69092.2.phpt18 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dbug69092.phpt22 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dbug71428.2.phpt8 public function fetch($first = null, $second, $third);
14 public function fetch($first = null, $second = null, $third = null);
H A Dbug74340.phpt9 static $first = true;
11 if ($first) {
12 $first = false;
H A Dbug79657.phpt15 yield 'first';
27 function get(string $first, int $second): array
H A Dbug80972.phpt26 /* This same bug also permits to modify the first byte of a string even if
H A Dcall_user_func_002.phpt25 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
29 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
H A Dflexible-heredoc-error10.phpt2 Flexible heredoc syntax error 10: unindented variable interpolation (as first value)
/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt2 Bug #78434: Generator skips first item after valid() call
H A Dgenerator_rewind.phpt2 A generator can only be rewinded before or at the first yield

Completed in 43 milliseconds

12345678910>>...21