Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/zlib/tests/
H A D004-mb.phpt28 string(36) "When you're taught through feelings
48 string(36) "When you're taught through feelings
H A D004.phpt28 string(36) "When you're taught through feelings
48 string(36) "When you're taught through feelings
H A D004.txt.gz
H A D004私はガラスを食べられます.txt.gz
H A Dgzopen_basic.phpt39 When you're taught through feelings
45 When you're taught through feelings
/PHP-7.4/ext/exif/tests/
H A Dbug76164.phpt11 @exif_read_data($var1, $var2); // we're not interested in the warning, here
/PHP-7.4/Zend/tests/
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.phpt14 $re = $st->fetchObject('%Z');
H A Ddval_to_lval_32.phpt18 /* see if we're rounding negative numbers right */
/PHP-7.4/ext/opcache/tests/
H A Dbug78961.phpt2 Bug #78961 (erroneous optimization of re-assigned $GLOBALS)
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
/PHP-7.4/ext/pcre/tests/
H A Dbug81424a.phpt4 We're testing against the functional regression which has been introduced by
/PHP-7.4/ext/filter/
H A Dlogical_filters.c468 pcre2_code *re = NULL; in php_filter_validate_regexp() local
481 re = pcre_get_compiled_regex(regexp, &capture_count); in php_filter_validate_regexp()
482 if (!re) { in php_filter_validate_regexp()
485 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_regexp()
489 …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()
673 pcre2_code *re = NULL; in php_filter_validate_email() local
697 re = pcre_get_compiled_regex(sregexp, &capture_count); in php_filter_validate_email()
699 if (!re) { in php_filter_validate_email()
702 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_email()
706 …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-7.4/ext/standard/tests/array/
H A Dbug77135.phpt50 Exception: Cannot re-assign $this
51 Exception: Cannot re-assign $this
/PHP-7.4/tests/lang/
H A Dbug24573.phpt23 Fatal error: Cannot re-assign $this in %s on line %d
/PHP-7.4/ext/curl/tests/
H A Dbug65646.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_word_count.phpt6 $str = "Hello friend, you're
54 string(6) "you're"
68 string(6) "you're"
95 string(55) "Hello friend, you're
/PHP-7.4/sapi/cli/tests/
H A D006.phpt20 var_dump(`$php -n --re unknown`);
21 var_dump(`$php -n --re ""`);
22 var_dump(`$php -n --re pcre`);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt2 SQLite3::re-initialize object tests
H A Dsqlite3_39_toggleExtended.phpt20 echo "Toggling extended error codes and re-inserting a third time" . PHP_EOL;
36 Toggling extended error codes and re-inserting a third time
/PHP-7.4/Zend/tests/arrow_functions/
H A D007.phpt6 // TODO We're missing parentheses for the direct call
/PHP-7.4/win32/build/
H A Dbuildconf.js234 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm"); variable
235 calls = modules.match(re);
254 modules = modules.replace(re, "/* $1 */");

Completed in 123 milliseconds

123456789