Home
last modified time | relevance | path

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

12345678910

/php-src/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt25 When you're taught through feelings
32 When you're taught through feelings
39 When you're taught through feelings
46 When you're taught through feelings
H A Dreadgzfile_variation9.phpt24 When you're taught through feelings
31 When you're taught through feelings
38 When you're taught through feelings
45 When you're taught through feelings
H A Dgzfile_variation12.phpt27 string(36) "When you're taught through feelings
47 string(36) "When you're taught through feelings
67 string(36) "When you're taught through feelings
87 string(36) "When you're taught through feelings
H A Dgzfile_variation9.phpt26 string(36) "When you're taught through feelings
46 string(36) "When you're taught through feelings
66 string(36) "When you're taught through feelings
86 string(36) "When you're taught through feelings
H A Dgzrewind_basic.phpt26 first 30 characters=When you're taught through fee
30 first 20 characters=When you're taught t
/php-src/Zend/tests/
H A Dthis_reassign.phpt2 $this re-assign
13 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_reassign.php:4
H A Dthis_in_extract.phpt2 $this re-assign in extract()
16 Cannot re-assign $this
/php-src/ext/json/
H A DMakefile.frag1 $(srcdir)/json_scanner.c $(srcdir)/php_json_scanner_defs.h: $(srcdir)/json_scanner.re $(srcdir)/jso…
2 …GS) -t $(srcdir)/php_json_scanner_defs.h -bci -o $(srcdir)/json_scanner.c $(srcdir)/json_scanner.re
H A DMakefile.frag.w321 ext\json\json_scanner.c ext\json\php_json_scanner_defs.h: ext\json\json_scanner.re ext\json\json_pa…
2 …FLAGS) -t ext/json/php_json_scanner_defs.h -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
/php-src/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt43 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
44 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
164 ["re d"]=>
176 ["re d"]=>
188 ["re d"]=>
201 ["re d"]=>
213 ["re d"]=>
225 ["re d"]=>
H A Darray_unique_variation3.phpt39 /*5*/ array('\tHello' => 111, 're\td' => "color", '\v\fworld' => 2.2, 'pen\n' => 111),
40 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 111),
81 ["re\td"]=>
90 ["re d"]=>
H A Darray_map_variation4.phpt47 array('\tHello' => 111, 're\td' => 'color', '\v\fworld' => 2.2, 'pen\n' => 33),
48 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
104 ["re\td"]=>
115 ["re d"]=>
H A Darray_unshift_variation4.phpt48 /*7*/ array('\tHello' => 111, 're\td' => "color",
50 array("\tHello" => 111, "re\td" => "color",
187 ["re\td"]=>
204 ["re\td"]=>
218 ["re d"]=>
236 ["re d"]=>
/php-src/ext/zend_test/tests/
H A Dgh11423.phpt8 $re = new \ReflectionExtension('zend_test');
9 var_dump($re->getConstants());
/php-src/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) ? …
/php-src/ext/opcache/tests/jit/
H A Dgh8591-005.phpt2 Bug GH-8591 001 (JIT does not account for class re-compile)
16 // class is recompiled and Model is re-linked.
H A Dgh8591-002.phpt2 Bug GH-8591 002 (JIT does not account for class re-compile)
16 // interface changes and Model is re-linked.
H A Dgh8591-001.phpt2 Bug GH-8591 001 (JIT does not account for class re-compile)
16 // interface is recompiled and Model is re-linked.
H A Dgh8591-004.phpt2 Bug GH-8591 004 (JIT does not account for class re-compile)
16 // trait is recompiled and Model is re-linked.
/php-src/ext/pcre/
H A Dphp_pcre.c51 pcre2_code *re; member
173 pcre2_code_free(pce->re); in php_free_pcre_cache()
574 pcre2_code *re = NULL; in pcre_get_compiled_regex_cache_ex() local
773 if (re == NULL) { in pcre_get_compiled_regex_cache_ex()
787 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE); in pcre_get_compiled_regex_cache_ex()
819 new_entry.re = re; in pcre_get_compiled_regex_cache_ex()
835 rc = pcre2_pattern_info(re, PCRE2_INFO_NAMECOUNT, &name_count); in pcre_get_compiled_regex_cache_ex()
902 return pce ? pce->re : NULL; in pcre_get_compiled_regex()
911 assert(NULL != re); in php_pcre_create_match_data()
927 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
[all …]
/php-src/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-src/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()
189 if (0 > pcre2_jit_compile(it->re, PCRE2_JIT_COMPLETE)) { in zend_accel_blacklist_update_regexp()
224 pcre2_code_free(it->re); in zend_accel_blacklist_shutdown()
359 pcre2_match_data *match_data = php_pcre_create_match_data(0, regexp_list_it->re);
364 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat…
/php-src/ext/standard/tests/strings/
H A Dstr_word_count.phpt5 $str = "Hello friend, you're
67 string(6) "you're"
81 string(6) "you're"
94 string(53) "Hello friend, you're
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3501 mb->memctl = re->memctl; in pcre2_dfa_match()
3523 mb->match_limit = re->limit_match; in pcre2_dfa_match()
3528 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()
3529 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
3532 re->name_count * re->name_entry_size; in pcre2_dfa_match()
3533 mb->tables = re->tables; in pcre2_dfa_match()
3540 mb->poptions = re->overall_options; in pcre2_dfa_match()
3548 switch(re->newline_convention) in pcre2_dfa_match()
3654 start_bits = re->start_bitmap; in pcre2_dfa_match()
3658 if ((re->flags & PCRE2_LASTSET) != 0) in pcre2_dfa_match()
[all …]
/php-src/ext/mbstring/
H A Dphp_mbregex.c44 onig_match(re, str, end, at, region, option)
892 php_mb_regex_t *re; in _php_mb_regex_ereg_exec() local
928 if (re == NULL) { in _php_mb_regex_ereg_exec()
953 if (onig_number_of_names(re) > 0) { in _php_mb_regex_ereg_exec()
955 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_exec()
996 php_mb_regex_t *re; in _php_mb_regex_ereg_replace_exec() local
1049 if (re == NULL) { in _php_mb_regex_ereg_replace_exec()
1091 if (onig_number_of_names(re) > 0) { in _php_mb_regex_ereg_replace_exec()
1093 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_replace_exec()
1180 php_mb_regex_t *re; in PHP_FUNCTION() local
[all …]

Completed in 50 milliseconds

12345678910