Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 117) sorted by relevance

12345

/PHP-7.4/ext/date/tests/
H A Dbug65672.phpt10 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-7.4/ext/phar/tests/
H A Dfrontcontroller25.phpt2 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 Drefcount1.phpt21 fwrite($fp, "extra");
48 string(5) "extra"
58 string(5) "extra"
59 extra
H A Dopen_for_write_existing.phpt21 fwrite($fp, 'extra');
30 extra
H A Dopen_for_write_newfile.phpt21 fwrite($fp, 'extra');
32 extra
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller25.phpt2 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-7.4/Zend/tests/
H A Dargument_restriction_006.phpt6 public function test($foo, $extra = array("test")) {
11 public function test($foo, $extra) {
16 Warning: Declaration of Sub::test($foo, $extra) should be compatible with Base::test($foo, $extra =…
H A Dargument_restriction_004.phpt9 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 Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
16 …should be compatible with & Base::test($foo, array $bar, $option = NULL, $extra = 'llllllllll...')…
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 … should be compatible with Base::test($foo, array &$bar, $option = NULL, $extra = 3.1415926535898)…
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 …ould be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = 'llllllllll...')…
H A Dclosure_extra_args.phpt2 Immediately invoked closure with extra args
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtok_variation7.phpt22 $str = "extra string ".$str;
32 $str = $str." extra 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" --
74 -- Input str is "extra string this is a sample string" --
77 string(5) "extra"
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_009.phpt2 Phar: corrupted zip (extra field way too long)
15 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
H A Drefcount1.phpt30 fwrite($fp, "extra");
56 string(5) "extra"
66 string(5) "extra"
67 extra
H A Dopen_for_write_existing.phpt29 fwrite($fp, 'extra');
38 extra
H A Dopen_for_write_newfile.phpt29 fwrite($fp, 'extra');
41 extra
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c323 unsigned int extra = 0; in pcre2_printint() local
485 extra = 2; in pcre2_printint()
519 extra = 2; in pcre2_printint()
534 extra = print_char(f, code + 1, utf); in pcre2_printint()
560 extra = print_char(f, code + 1, utf); in pcre2_printint()
620 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint()
655 extra = GET(code, 1); in pcre2_printint()
781 extra += OP_lengths[*ccode]; in pcre2_printint()
793 extra += OP_lengths[*ccode]; in pcre2_printint()
812 extra += code[1]; in pcre2_printint()
[all …]
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddiv.c93 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
126 extra = scale - scale1; in bc_divide()
128 extra = 0; in bc_divide()
129 num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2); in bc_divide()
130 memset (num1, 0, n1->n_len+n1->n_scale+extra+2); in bc_divide()
173 _one_mult (num1, len1+scale1+extra+1, norm, num1); in bc_divide()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug78569.phpt2 Bug #78569 (proc_open() may require extra quoting)
8 Before PHP 8.0.0 we would need to add extra quotes.
/PHP-7.4/ext/phar/tests/tar/
H A Drefcount1.phpt32 fwrite($fp, "extra");
60 string(5) "extra"
70 string(5) "extra"
71 extra
H A Dopen_for_write_existing.phpt30 fwrite($fp, 'extra');
41 extra
H A Dopen_for_write_newfile.phpt30 fwrite($fp, 'extra');
43 extra
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt18 $extra = ", followed by this";
21 var_dump(file_put_contents($filename, $extra, FILE_APPEND));

Completed in 81 milliseconds

12345