Home
last modified time | relevance | path

Searched refs:re (Results 51 – 75 of 236) sorted by relevance

12345678910

/php-src/ext/phar/
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
4 $(RE2C) $(RE2C_FLAGS) -b -o phar_path_check.c phar_path_check.re; \
6 $(RE2C) $(RE2C_FLAGS) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re; \
/php-src/ext/zlib/tests/
H A Dgzopen_basic.phpt28 When you're taught through feelings
34 When you're taught through feelings
H A D004-mb.phpt20 string(36) "When you're taught through feelings
40 string(36) "When you're taught through feelings
H A D004.phpt20 string(36) "When you're taught through feelings
40 string(36) "When you're taught through feelings
H A D004私はガラスを食べられます.txt.gz
H A D004.txt.gz
/php-src/ext/pcre/tests/
H A Dbug20528.phpt2 Bug #20528 (preg_split() drops characters (re-opens Bug #15413))
H A Dbug81424a.phpt4 We're testing against the functional regression which has been introduced by
/php-src/Zend/tests/
H A Dthis_in_foreach_001.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_001.php on line 3
H A Dthis_in_foreach_003.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_003.php on line 3
H A Dthis_in_foreach_002.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_002.php on line 3
H A Dthis_in_foreach_004.phpt11 Fatal error: Cannot re-assign $this in %sthis_in_foreach_004.php on line 3
H A Dassign_coalesce_005.phpt14 Fatal error: Cannot re-assign $this in %s on line %d
H A Dbug34358.phpt2 Bug #34358 (Fatal error: Cannot re-assign $this(again))
H A Dthis_in_catch.phpt18 Fatal error: Cannot re-assign $this in %sthis_in_catch.php on line 6
H A Derrmsg_003.phpt19 Fatal error: Cannot re-assign $this in %s on line %d
H A Dbug70914.phpt11 $re = $st->fetchObject('%Z');
/php-src/ext/exif/tests/
H A Dbug76164.phpt9 @exif_read_data($var1, $var2); // we're not interested in the warning, here
/php-src/ext/filter/
H A Dlogical_filters.c477 pcre2_code *re = NULL; in php_filter_validate_regexp() local
490 re = pcre_get_compiled_regex(regexp, &capture_count); in php_filter_validate_regexp()
491 if (!re) { in php_filter_validate_regexp()
494 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_regexp()
498 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_regexp()
682 pcre2_code *re = NULL; in php_filter_validate_email() local
706 re = pcre_get_compiled_regex(sregexp, &capture_count); in php_filter_validate_email()
708 if (!re) { in php_filter_validate_email()
711 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_email()
715 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_email()
/php-src/ext/standard/tests/array/
H A Dbug77135.phpt50 Exception: Cannot re-assign $this
51 Exception: Cannot re-assign $this
/php-src/ext/dom/tests/bug79701/
H A Dswap.phpt28 echo "--- After re-adding the first id ---\n";
44 --- After re-adding the first id ---
/php-src/ext/curl/tests/
H A Dbug65646.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled
/php-src/Zend/tests/try/
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
/php-src/tests/lang/
H A Dbug24573.phpt23 Fatal error: Cannot re-assign $this in %s on line %d
/php-src/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt2 SQLite3::re-initialize object tests

Completed in 25 milliseconds

12345678910