Searched refs:rewrite (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.2/ext/phar/tests/ |
H A D | frontcontroller31.phpt | 15 phar error: invalid rewrite callback
|
H A D | frontcontroller32.phpt | 15 %ahar error: rewrite callback must return a string or false
|
H A D | frontcontroller33.phpt | 15 phar error: rewrite callback must return a string or false
|
H A D | frontcontroller10.phpt | 2 Phar front controller rewrite access denied
|
H A D | frontcontroller9.phpt | 2 Phar front controller rewrite array
|
/PHP-7.2/ext/phar/tests/cache_list/ |
H A D | frontcontroller31.phpt | 16 phar error: invalid rewrite callback
|
H A D | frontcontroller32.phpt | 16 %ahar error: rewrite callback must return a string or false
|
H A D | frontcontroller33.phpt | 16 phar error: rewrite callback must return a string or false
|
H A D | frontcontroller10.phpt | 2 Phar front controller rewrite access denied [cache_list]
|
H A D | frontcontroller9.phpt | 2 Phar front controller rewrite array [cache_list]
|
/PHP-7.2/ext/phar/tests/tar/ |
H A D | frontcontroller10.phar.phpt | 2 Phar front controller rewrite array invalid tar-based
|
H A D | frontcontroller9.phar.phpt | 2 Phar front controller rewrite array tar-based
|
/PHP-7.2/ext/phar/tests/zip/ |
H A D | frontcontroller10.phar.phpt | 2 Phar front controller rewrite array invalid zip-based
|
H A D | frontcontroller9.phar.phpt | 2 Phar front controller rewrite array zip-based
|
/PHP-7.2/ext/pdo/ |
H A D | pdo_sql_parser.re | 153 * named rewrite case below. Not too pretty, 305 rewrite: 339 /* rewrite ? to :pdoX */ 380 goto rewrite; 383 /* rewrite :name to ? */ 401 goto rewrite;
|
H A D | pdo_sql_parser.c | 620 rewrite: in pdo_parse_params() 695 goto rewrite; in pdo_parse_params() 716 goto rewrite; in pdo_parse_params()
|
/PHP-7.2/ext/phar/ |
H A D | TODO | 66 X implement webPhar() rewrite as a callback that returns FALSE to deny
|
H A D | phar_object.c | 540 zval *mimeoverride = NULL, *rewrite = NULL; in PHP_METHOD() local 552 …s, &alias_len, &index_php, &index_php_len, &f404, &f404_len, &mimeoverride, &rewrite) == FAILURE) { in PHP_METHOD() 673 if (rewrite) { in PHP_METHOD() 680 if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL)) { in PHP_METHOD()
|
/PHP-7.2/ext/pgsql/ |
H A D | README | 22 always if you don't want to rewrite code when it is changed.
|
/PHP-7.2/ext/standard/ |
H A D | url_scanner_ex.re | 907 /* Remove all when this is the only rewrite var */
|
/PHP-7.2/ |
H A D | php.ini-development | 247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME. 1503 ; URL rewriter does not rewrite absolute URLs by default.
|
H A D | php.ini-production | 247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME. 1505 ; URL rewriter does not rewrite absolute URLs by default.
|
H A D | NEWS | 2498 . Fixed URL rewriter. It would not rewrite '//example.com/' URL 2499 unconditionally. URL rewrite target hosts whitelist is implemented. (Yasuo)
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1955 2003/01/16: [impl] rewrite POSIX API regexec() for speed up. 1993 2002/12/21: [impl] **** rewrite all optimization process. ****
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 6551 and named references, is also supported. We could rewrite the above 7021 supported. We could rewrite the above example as follows: 9430 larger compiled patterns, but it is better to try to rewrite your pat- 10123 You can replace the first match of "pattern" in "str" with "rewrite". 10124 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to 10126 tern. \0 in "rewrite" refers to the entire matching text. For example: 10135 of the pattern in the string with the rewrite. Replacements are not 10144 Extract is like Replace, except that if the pattern matches, "rewrite"
|
Completed in 137 milliseconds
12