/PHP-7.1/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_5_2.phpt | 32 fwrite($fp, "extra"); 56 string(5) "extra" 62 string(5) "extra" 63 extra
|
H A D | refcount1.phpt | 23 fwrite($fp, b"extra"); 50 string(5) "extra" 60 string(5) "extra" 61 extra
|
H A D | open_for_write_existing.phpt | 21 fwrite($fp, b'extra'); 30 extra
|
H A D | open_for_write_newfile.phpt | 21 fwrite($fp, b'extra'); 32 extra
|
/PHP-7.1/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-7.1/Zend/tests/ |
H A D | argument_restriction_006.phpt | 6 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 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 …should 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 … should 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 …ould be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = 'llllllllll...')…
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strtok_variation7.phpt | 22 $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.1/ext/pcre/ |
H A D | php_pcre.c | 124 if (pce->extra) { in php_free_pcre_cache() 267 pcre_extra *extra = pce->extra; in make_subpats_table() local 544 if (extra) { in pcre_get_compiled_regex_cache() 559 extra = NULL; in pcre_get_compiled_regex_cache() 576 new_entry.extra = extra; in pcre_get_compiled_regex_cache() 639 if (extra) { in pcre_get_compiled_regex() 640 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex() 656 if (extra) { in pcre_get_compiled_regex_ex() 657 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex_ex() 735 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl() local [all …]
|
H A D | php_pcre.h | 37 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options); 38 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … 48 pcre_extra *extra; member
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 1463 PUBL(extra) *extra = NULL; in pcre_study() 1570 extra = (PUBL(extra) *)(PUBL(malloc)) in pcre_study() 1572 if (extra == NULL) in pcre_study() 1578 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study() 1580 extra->study_data = study; in pcre_study() 1638 pcre_free_study(extra); in pcre_study() 1640 pcre16_free_study(extra); in pcre_study() 1644 extra = NULL; in pcre_study() 1649 return extra; in pcre_study() 1674 if (extra == NULL) in pcre_free_study() [all …]
|
H A D | pcre_printint.c | 339 unsigned int extra = 0; in pcre_printint() local 496 extra = 2; in pcre_printint() 500 else extra = print_char(f, code+1, utf); in pcre_printint() 530 extra = 2; in pcre_printint() 545 extra = print_char(f, code + 1, utf); in pcre_printint() 571 extra = print_char(f, code + 1, utf); in pcre_printint() 653 extra = GET(code, 1); in pcre_printint() 778 extra += priv_OP_lengths[*ccode]; in pcre_printint() 790 extra += priv_OP_lengths[*ccode]; in pcre_printint() 808 extra += code[1]; in pcre_printint() [all …]
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | div.c | 94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local 127 extra = scale - scale1; in bc_divide() 129 extra = 0; in bc_divide() 130 num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2); in bc_divide() 132 memset (num1, 0, n1->n_len+n1->n_scale+extra+2); in bc_divide() 177 _one_mult (num1, len1+scale1+extra+1, norm, num1); in bc_divide()
|
/PHP-7.1/ext/phar/tests/tar/ |
H A D | refcount1_5_2.phpt | 32 fwrite($fp, "extra"); 56 string(5) "extra" 62 string(5) "extra" 63 extra
|
H A D | refcount1.phpt | 34 fwrite($fp, b"extra"); 62 string(5) "extra" 72 string(5) "extra" 73 extra
|
H A D | open_for_write_existing.phpt | 30 fwrite($fp, b'extra'); 41 extra
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | refcount1_5_2.phpt | 32 fwrite($fp, "extra"); 56 string(5) "extra" 62 string(5) "extra" 63 extra
|
H A D | corrupt_009.phpt | 2 Phar: corrupted zip (extra field way too long) 16 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
|
H A D | refcount1.phpt | 32 fwrite($fp, b"extra"); 58 string(5) "extra" 68 string(5) "extra" 69 extra
|
H A D | open_for_write_existing.phpt | 29 fwrite($fp, b'extra'); 38 extra
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | usort_error2.phpt | 39 // With non existent comparison function and extra argument 40 echo "\n-- Testing usort() function with non-existent compare function and extra argument --\n"; 52 -- Testing usort() function with non-existent compare function and extra argument --
|