Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 395) sorted by path

12345678910>>...16

/php-src/
H A DREADME.REDIST.BINS112 The second condition in the BSD licence (covering binary redistributions) does
/php-src/Zend/
H A DREADME.md125 definitions. It is included from `zend_compile.h`. The second one is an executor
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm54 ; second arg of make_fcontext() == size of context-stack
H A Dmake_sparc64_sysv_elf_gas.S29 # the first frame is for the call the second one holds the data
/php-src/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dbug42819.phpt91 echo "second\n";
151 second
H A Dbug46241.phpt17 echo "Caught on second level: '$errstr'\n";
37 echo "Caught on second level: '$errstr'\n";
48 Caught on second level: 'Foo'
49 Caught on second level: 'Foo'
H A Dbug66015.phpt13 'second',
29 2 => 'second',
H A Dbug66286.phpt10 class second extends first {
19 $objFirst = new second('123');
20 $objSecond = new second('321');
H A Dbug69758.phpt11 // and second must be 8, 9 or 10
H A Dbug71428.2.phpt8 …public function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third …
14 …public function fetch(int $first = PDO::FETCH_ASSOC, int $second = PDO::FETCH_ORI_PRIOR, int $thir…
H A Dbug78406.phpt6 echo "bug\n"; // Should be transformed by filter on second include
H A Dbug79657.phpt27 function get(string $first, int $second): array
H A Dheredoc_014.phpt2 Heredoc with double quotes syntax but missing second quote
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
H A Dmagic_methods_016.phpt2 __call second parameter should be an array when typed
H A Dmagic_methods_018.phpt2 __callStatic second parameter should be an array typed
H A Dobjects_010.phpt2 redefining constructor (__construct second)
/php-src/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt17 echo "second finally run\n";
19 echo "code after second finally\n";
30 second finally run
/php-src/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt49 // Will get converted to float on the second increment as it gets changed to a
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_int.phpt7 …public function setTime(int $hour, int $minute, int $second = 0, bool $microsecond = false): DateT…
13 …minute, int $second = 0, bool $microsecond = false): DateTime must be compatible with DateTime::se…
/php-src/Zend/tests/traits/
H A Dbug55355.phpt14 // A class on the second level in the
/php-src/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 … the signature of abstract methods should be checked. (also checking the second possible implement…
/php-src/Zend/tests/try/
H A Dtry_multicatch_003.phpt2 Catch second exception in the multicatch

Completed in 100 milliseconds

12345678910>>...16