Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller31.phpt16 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt16 %ahar error: failed to call rewrite callback
H A Dfrontcontroller33.phpt16 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-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller31.phpt17 phar error: invalid rewrite callback
H A Dfrontcontroller32.phpt17 %ahar error: failed to call rewrite callback
H A Dfrontcontroller33.phpt17 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-5.3/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-5.3/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-5.3/sapi/caudium/
H A DTODO27 Dunno if this is fixed. Major rewrite so it would have to be
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re149 * named rewrite case below. Not too pretty,
269 rewrite:
303 /* rewrite ? to :pdoX */
344 goto rewrite;
347 /* rewrite :name to ? */
366 goto rewrite;
H A Dpdo_sql_parser.c622 rewrite: in pdo_parse_params()
697 goto rewrite; in pdo_parse_params()
719 goto rewrite; in pdo_parse_params()
/PHP-5.3/ext/phar/
H A DTODO66 X implement webPhar() rewrite as a callback that returns FALSE to deny
H A Dphar_object.c565 zval *mimeoverride = NULL, *rewrite = NULL; local
573 …s, &alias_len, &index_php, &index_php_len, &f404, &f404_len, &mimeoverride, &rewrite) == FAILURE) {
677 if (rewrite) {
687 if (FAILURE == zend_fcall_info_init(rewrite, &fci, &fcc TSRMLS_CC)) {
689 if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) {
/PHP-5.3/ext/pgsql/
H A DREADME22 always if you don't want to rewrite code when it is changed.
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1638 2003/01/16: [impl] rewrite POSIX API regexec() for speed up.
1676 2002/12/21: [impl] **** rewrite all optimization process. ****
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt6163 and named references, is also supported. We could rewrite the above
6629 supported. We could rewrite the above example as follows:
8841 larger compiled patterns, but it is better to try to rewrite your pat-
9535 You can replace the first match of "pattern" in "str" with "rewrite".
9536 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to
9538 tern. \0 in "rewrite" refers to the entire matching text. For example:
9547 of the pattern in the string with the rewrite. Replacements are not
9556 Extract is like Replace, except that if the pattern matches, "rewrite"
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3441 # comparing it with the second, and rewrite it as:

Completed in 98 milliseconds