Home
last modified time | relevance | path

Searched refs:re (Results 26 – 50 of 221) sorted by relevance

123456789

/PHP-7.3/Zend/tests/
H A Dthis_in_parse_str.phpt2 $this re-assign in parse_str()
14 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_in_parse_str.php:3
H A Dthis_in_mb_parse_str.phpt2 $this re-assign in mb_parse_str()
16 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_in_mb_parse_str.php:3
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
/PHP-7.3/ext/zlib/tests/
H A Dgzfile_variation12.phpt30 string(36) "When you're taught through feelings
50 string(36) "When you're taught through feelings
70 string(36) "When you're taught through feelings
90 string(36) "When you're taught through feelings
H A Dgzfile_variation9.phpt29 string(36) "When you're taught through feelings
49 string(36) "When you're taught through feelings
69 string(36) "When you're taught through feelings
89 string(36) "When you're taught through feelings
H A Dreadgzfile_variation10.phpt33 When you're taught through feelings
40 When you're taught through feelings
53 When you're taught through feelings
60 When you're taught through feelings
H A Dgzfile_variation10.phpt35 string(36) "When you're taught through feelings
55 string(36) "When you're taught through feelings
81 string(36) "When you're taught through feelings
101 string(36) "When you're taught through feelings
H A Dgzrewind_basic.phpt31 first 30 characters=When you're taught through fee
35 first 20 characters=When you're taught t
/PHP-7.3/ext/reflection/tests/
H A Dbug43926.phpt20 $re = new ReflectionClass('E');
25 $ce = $re->newInstance();
30 print("Is? E ". ($re->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof E) ? …
35 print("Is? E ". ($re->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof E) ? …
40 print("Is? E ". ($re->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof E) ? …
45 print("Is? E ". ($re->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof E) ? …
H A DReflectionMethod_006.phpt11 } catch (TypeError $re) {
12 echo "Ok - ".$re->getMessage().PHP_EOL;
16 } catch (TypeError $re) {
17 echo "Ok - ".$re->getMessage().PHP_EOL;
/PHP-7.3/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt52 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
53 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
227 ["re d"]=>
239 ["re d"]=>
251 ["re d"]=>
264 ["re d"]=>
276 ["re d"]=>
288 ["re d"]=>
H A Darray_unique_variation3.phpt48 /*5*/ array('\tHello' => 111, 're\td' => "color", '\v\fworld' => 2.2, 'pen\n' => 111),
49 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 111),
106 ["re\td"]=>
115 ["re d"]=>
H A Darray_unshift_variation4.phpt59 /*7*/ array('\tHello' => 111, 're\td' => "color",
61 array("\tHello" => 111, "re\td" => "color",
252 ["re\td"]=>
269 ["re\td"]=>
283 ["re d"]=>
301 ["re d"]=>
H A Darray_map_variation4.phpt56 array('\tHello' => 111, 're\td' => 'color', '\v\fworld' => 2.2, 'pen\n' => 33),
57 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
133 ["re\td"]=>
144 ["re d"]=>
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c49 pcre2_code *re; member
150 pcre2_code_free(pce->re); in php_free_pcre_cache()
534 pcre2_code *re = NULL; in pcre_get_compiled_regex_cache_ex() local
766 if (re == NULL) { in pcre_get_compiled_regex_cache_ex()
782 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE); in pcre_get_compiled_regex_cache_ex()
814 new_entry.re = re; in pcre_get_compiled_regex_cache_ex()
893 return pce ? pce->re : NULL; in pcre_get_compiled_regex()
913 return pce ? pce->re : NULL; in pcre_get_compiled_regex_ex()
922 assert(NULL != re); in php_pcre_create_match_data()
938 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
[all …]
/PHP-7.3/ext/pdo/
H A Dconfig.m413 # we're running in an environment that smells like pear,
15 # that we're running under a slightly broken pear installer
24 Once you've upgraded, please re-try your PDO install.
/PHP-7.3/Zend/
H A Dbench.php51 $s=0; $rec=0; $imc=0; $re=0; $im=0; $re2=0; $im2=0;
60 $re=$rec;
63 $re2=$re*$re;
66 $im=$re*$im*2+$imc;
67 $re=$re2-$im2+$rec;
68 $re2=$re*$re;
/PHP-7.3/ext/phar/
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
4 $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o phar_path_check.c phar_path_check.re; \
6 … $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re; \
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c46 pcre2_code *re; member
181 …if ((it->re = pcre2_compile((PCRE2_SPTR)regexp, p - regexp, PCRE2_NO_AUTO_CAPTURE, &errnumber, &pc… in zend_accel_blacklist_update_regexp()
188 if (0 > pcre2_jit_compile(it->re, PCRE2_JIT_COMPLETE)) { in zend_accel_blacklist_update_regexp()
219 pcre2_code_free(it->re); in zend_accel_blacklist_shutdown()
356 pcre2_match_data *match_data = php_pcre_create_match_data(0, regexp_list_it->re);
361 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat…
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c46 onig_match(re, str, end, at, region, option)
893 php_mb_regex_t *re; in _php_mb_regex_ereg_exec() local
938 if (re == NULL) { in _php_mb_regex_ereg_exec()
966 if (onig_number_of_names(re) > 0) { in _php_mb_regex_ereg_exec()
968 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_exec()
1016 php_mb_regex_t *re; in _php_mb_regex_ereg_replace_exec() local
1098 if (re == NULL) { in _php_mb_regex_ereg_replace_exec()
1175 if (onig_number_of_names(re) > 0) { in _php_mb_regex_ereg_replace_exec()
1177 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_replace_exec()
1269 php_mb_regex_t *re; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3358 mb->memctl = re->memctl; in pcre2_dfa_match()
3380 mb->match_limit = re->limit_match; in pcre2_dfa_match()
3385 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()
3386 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
3389 re->name_count * re->name_entry_size; in pcre2_dfa_match()
3390 mb->tables = re->tables; in pcre2_dfa_match()
3395 mb->poptions = re->overall_options; in pcre2_dfa_match()
3403 switch(re->newline_convention) in pcre2_dfa_match()
3504 start_bits = re->start_bitmap; in pcre2_dfa_match()
3508 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_dfa_match()
[all …]
/PHP-7.3/ext/filter/
H A Dlogical_filters.c445 pcre2_code *re = NULL; in php_filter_validate_regexp() local
458 re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); in php_filter_validate_regexp()
459 if (!re) { in php_filter_validate_regexp()
462 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_regexp()
466 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, preg_options, match_data… in php_filter_validate_regexp()
650 pcre2_code *re = NULL; in php_filter_validate_email() local
674 re = pcre_get_compiled_regex(sregexp, &capture_count, &preg_options); in php_filter_validate_email()
676 if (!re) { in php_filter_validate_email()
679 match_data = php_pcre_create_match_data(capture_count, re); in php_filter_validate_email()
683 …rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, preg_options, match_data… in php_filter_validate_email()
/PHP-7.3/ext/pcre/tests/
H A Dbug20528.phpt2 Bug #20528 (preg_split() drops characters (re-opens Bug #15413))

Completed in 108 milliseconds

123456789