Home
last modified time | relevance | path

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

123456

/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller25.phpt2 Phar front controller with extra path_info
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"
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
56 string(5) "extra"
62 string(5) "extra"
63 extra
H A Drefcount1.phpt23 fwrite($fp, b"extra");
50 string(5) "extra"
60 string(5) "extra"
61 extra
H A Dopen_for_write_existing.phpt21 fwrite($fp, b'extra');
30 extra
H A Dopen_for_write_newfile.phpt21 fwrite($fp, b'extra');
32 extra
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller25.phpt2 Phar front controller with extra path_info [cache_list]
11 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff
12 PATH_INFO=/a1.phps/extra/stuff
18 string(42) "/frontcontroller25.php/a1.phps/extra/stuff"
19 string(12) "/extra/stuff"
/PHP-5.3/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-5.3/ext/pcre/
H A Dphp_pcre.c94 if (pce->extra) pefree(pce->extra, 1); in php_free_pcre_cache()
186 pcre_extra *extra = pce->extra; in make_subpats_table() local
409 if (extra) { in pcre_get_compiled_regex_cache()
416 extra = NULL; in pcre_get_compiled_regex_cache()
433 new_entry.extra = extra; in pcre_get_compiled_regex_cache()
453 if (extra) { in pcre_get_compiled_regex()
454 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex()
470 if (extra) { in pcre_get_compiled_regex_ex()
471 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex_ex()
540 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl() local
[all …]
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
38 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *co…
45 pcre_extra *extra; member
/PHP-5.3/ext/zip/lib/
H A Dzip_set_file_extra.c44 const char *extra, int len) in zip_set_file_extra() argument
50 || (len > 0 && extra == NULL)) { in zip_set_file_extra()
61 if ((tmpext=(char *)_zip_memdup(extra, len, &za->error)) == NULL) in zip_set_file_extra()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c1342 PUBL(extra) *extra = NULL; in pcre_study()
1448 extra = (PUBL(extra) *)(PUBL(malloc)) in pcre_study()
1450 if (extra == NULL) in pcre_study()
1456 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1458 extra->study_data = study; in pcre_study()
1516 pcre_free_study(extra); in pcre_study()
1518 pcre16_free_study(extra); in pcre_study()
1522 extra = NULL; in pcre_study()
1527 return extra; in pcre_study()
1552 if (extra == NULL) in pcre_free_study()
[all …]
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddiv.c94 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-5.3/ext/phar/tests/tar/
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
56 string(5) "extra"
62 string(5) "extra"
63 extra
H A Drefcount1.phpt34 fwrite($fp, b"extra");
62 string(5) "extra"
72 string(5) "extra"
73 extra
H A Dopen_for_write_existing.phpt30 fwrite($fp, b'extra');
41 extra
H A Dopen_for_write_newfile.phpt30 fwrite($fp, b'extra');
43 extra
/PHP-5.3/ext/phar/tests/zip/
H A Drefcount1_5_2.phpt32 fwrite($fp, "extra");
56 string(5) "extra"
62 string(5) "extra"
63 extra
H A Dcorrupt_009.phpt2 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 Drefcount1.phpt32 fwrite($fp, b"extra");
58 string(5) "extra"
68 string(5) "extra"
69 extra
H A Dopen_for_write_existing.phpt29 fwrite($fp, b'extra');
38 extra
H A Dopen_for_write_newfile.phpt29 fwrite($fp, b'extra');
41 extra
/PHP-5.3/ext/standard/tests/array/
H A Dusort_error2.phpt39 // With non existent comparison function and extra arguemnt
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 --
/PHP-5.3/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));
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_basic2.phpt31 echo "-- extra parameters --\n";
41 -- extra parameters --
/PHP-5.3/Zend/tests/
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)

Completed in 39 milliseconds

123456