/php-src/ext/phar/tests/ |
H A D | frontcontroller25.phpt | 2 Phar front controller with extra path_info 9 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff 10 PATH_INFO=/a1.phps/extra/stuff 16 string(42) "/frontcontroller25.php/a1.phps/extra/stuff" 17 string(12) "/extra/stuff"
|
H A D | refcount1.phpt | 21 fwrite($fp, "extra"); 47 string(5) "extra" 57 string(5) "extra" 58 extra
|
H A D | open_for_write_existing.phpt | 21 fwrite($fp, 'extra'); 29 extra
|
H A D | open_for_write_newfile.phpt | 21 fwrite($fp, 'extra'); 31 extra
|
/php-src/ext/phar/tests/cache_list/ |
H A D | frontcontroller25.phpt | 2 Phar front controller with extra path_info [cache_list] 10 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff 11 PATH_INFO=/a1.phps/extra/stuff 17 string(42) "/frontcontroller25.php/a1.phps/extra/stuff" 18 string(12) "/extra/stuff"
|
/php-src/Zend/tests/named_params/ |
H A D | variadic.phpt | 6 function test($a, string ...$extra) { 8 var_dump($extra); 18 test(b: 'b', a: 'a', c: 'c', extra: 'extra'); 37 ["extra"]=> 38 string(5) "extra"
|
/php-src/ext/date/tests/ |
H A D | bug65672.phpt | 10 public $extra = "stuff"; 13 var_dump($period->extra); 14 $period->extra = "modified"; 15 var_dump($period->extra); 18 $period->extra = []; 19 $period->extra[] = "array"; 20 var_dump($period->extra);
|
/php-src/Zend/tests/ |
H A D | argument_restriction_006.phpt | 6 public function test($foo, $extra = array("test")) { 11 public function test($foo, $extra) { 16 Fatal error: Declaration of Sub::test($foo, $extra) must be compatible with Base::test($foo, $extra…
|
H A D | argument_restriction_004.phpt | 9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ; 13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
|
H A D | argument_restriction_001.phpt | 6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll… 16 …) must be compatible with & Base::test($foo, array $bar, $option = null, $extra = 'llllllllll...')…
|
H A D | argument_restriction_002.phpt | 6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795… 16 …r) must be compatible with Base::test($foo, array &$bar, $option = null, $extra = 3.1415926535898)…
|
H A D | argument_restriction_003.phpt | 9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll… 19 …must be compatible with Base::test(Foo $foo, array $bar, $option = null, $extra = 'llllllllll...')…
|
/php-src/ext/standard/tests/strings/ |
H A D | strtok_variation7.phpt | 17 $str = "extra string ".$str; 27 $str = $str." extra string"; 44 -- Input str is "extra string this is a sample string" -- 49 -- Input str is "extra string this is a sample string" -- 54 -- Input str is "extra string this is a sample string" -- 59 -- Input str is "extra string this is a sample string" -- 64 -- Input str is "extra string this is a sample string" -- 69 -- Input str is "extra string this is a sample string" -- 72 string(5) "extra"
|
/php-src/ext/iconv/tests/ |
H A D | iconv_mime_encode_001.phpt | 9 $extra = str_repeat("x", 256); 12 "input-charset" => "ISO-8859-1".$extra, 23 $preferences["output-charset"] = "UTF-8".$extra;
|
/php-src/ext/phar/tests/zip/ |
H A D | corrupt_009.phpt | 2 Phar: corrupted zip (extra field way too long) 14 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
|
H A D | refcount1.phpt | 30 fwrite($fp, "extra"); 55 string(5) "extra" 65 string(5) "extra" 66 extra
|
H A D | open_for_write_existing.phpt | 29 fwrite($fp, 'extra'); 37 extra
|
H A D | open_for_write_newfile.phpt | 29 fwrite($fp, 'extra'); 40 extra
|
/php-src/ext/tokenizer/tests/ |
H A D | PhpToken_extension.phpt | 16 public int $extra = 123; 26 if ($token->extra !== 123) {
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 353 unsigned int extra = 0; in pcre2_printint() local 527 extra = 2; in pcre2_printint() 561 extra = 2; in pcre2_printint() 576 extra = print_char(f, code + 1, utf); in pcre2_printint() 602 extra = print_char(f, code + 1, utf); in pcre2_printint() 662 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint() 697 extra = GET(code, 1); in pcre2_printint() 832 extra += OP_lengths[*ccode]; in pcre2_printint() 844 extra += OP_lengths[*ccode]; in pcre2_printint() 862 extra += code[1]; in pcre2_printint() [all …]
|
/php-src/ext/phar/tests/tar/ |
H A D | refcount1.phpt | 32 fwrite($fp, "extra"); 59 string(5) "extra" 69 string(5) "extra" 70 extra
|
H A D | open_for_write_existing.phpt | 30 fwrite($fp, 'extra'); 40 extra
|
H A D | open_for_write_newfile.phpt | 30 fwrite($fp, 'extra'); 42 extra
|
/php-src/ext/standard/tests/file/ |
H A D | file_put_contents_variation1.phpt | 12 $extra = ", followed by this"; 15 var_dump(file_put_contents($filename, $extra, FILE_APPEND));
|
/php-src/ext/standard/tests/mail/ |
H A D | mail_basic2.phpt | 25 echo "-- extra parameters --\n"; 34 -- extra parameters --
|