Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.2/ext/phar/tests/
H A Dfrontcontroller31.phpt15 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt15 %ahar error: rewrite callback must return a string or false
H A Dfrontcontroller33.phpt15 phar error: rewrite callback must return a string or false
H A Dfrontcontroller10.phpt2 Phar front controller rewrite access denied
H A Dfrontcontroller9.phpt2 Phar front controller rewrite array
/PHP-7.2/ext/phar/tests/cache_list/
H A Dfrontcontroller31.phpt16 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt16 %ahar error: rewrite callback must return a string or false
H A Dfrontcontroller33.phpt16 phar error: rewrite callback must return a string or false
H A Dfrontcontroller10.phpt2 Phar front controller rewrite access denied [cache_list]
H A Dfrontcontroller9.phpt2 Phar front controller rewrite array [cache_list]
/PHP-7.2/ext/phar/tests/tar/
H A Dfrontcontroller10.phar.phpt2 Phar front controller rewrite array invalid tar-based
H A Dfrontcontroller9.phar.phpt2 Phar front controller rewrite array tar-based
/PHP-7.2/ext/phar/tests/zip/
H A Dfrontcontroller10.phar.phpt2 Phar front controller rewrite array invalid zip-based
H A Dfrontcontroller9.phar.phpt2 Phar front controller rewrite array zip-based
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re153 * 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 Dpdo_sql_parser.c620 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 DTODO66 X implement webPhar() rewrite as a callback that returns FALSE to deny
H A Dphar_object.c540 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 DREADME22 always if you don't want to rewrite code when it is changed.
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re907 /* Remove all when this is the only rewrite var */
/PHP-7.2/
H A Dphp.ini-development247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
1503 ; URL rewriter does not rewrite absolute URLs by default.
H A Dphp.ini-production247 ; absolute URL rewrite, allowed hosts must be defined at RUNTIME.
1505 ; URL rewriter does not rewrite absolute URLs by default.
H A DNEWS2498 . 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 DHISTORY1955 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 Dpcre.txt6551 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