Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 221) sorted by relevance

123456789

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c110 if (re == NULL) return PCRE2_ERROR_NULL; in pcre2_pattern_info()
132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info()
159 re->first_codeunit : 0; in pcre2_pattern_info()
164 &(re->start_bitmap[0]) : NULL; in pcre2_pattern_info()
181 *((uint32_t *)where) = re->limit_heap; in pcre2_pattern_info()
204 re->last_codeunit : 0; in pcre2_pattern_info()
221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
229 *((uint32_t *)where) = re->name_count; in pcre2_pattern_info()
241 *((size_t *)where) = re->blocksize; in pcre2_pattern_info()
[all …]
H A Dpcre2_study.c466 GET2(cc, 1) * re->name_entry_size; in find_minlength()
516 slot += re->name_entry_size; in find_minlength()
840 re->start_bitmap[c] |= re->tables[c+cbits_offset+cbit_type]; in set_type_bits()
881 re->start_bitmap[c] |= ~(re->tables[c+cbits_offset+cbit_type]); in set_nottype_bits()
1079 rc = set_start_bits(re, tcode, utf); in set_start_bits()
1578 PRIV(study)(pcre2_real_code *re) in PRIV()
1588 re->name_entry_size * re->name_count; in PRIV()
1596 int rc = set_start_bits(re, code, utf); in PRIV()
1608 if ((re->flags & PCRE2_MATCH_EMPTY) == 0 && in PRIV()
1609 re->top_backref <= MAX_CACHE_BACKREF) in PRIV()
[all …]
H A Dpcre2_jit_match.c103 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_match()
104 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
138 arguments.limit_match = (mcontext->match_limit < re->limit_match)? in pcre2_jit_match()
139 mcontext->match_limit : re->limit_match; in pcre2_jit_match()
150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match()
151 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
175 match_data->code = re; in pcre2_jit_match()
H A Dpcre2_serialize.c80 const pcre2_real_code *re; in pcre2_serialize_encode() local
99 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
100 if (re->magic_number != MAGIC_NUMBER) return PCRE2_ERROR_BADMAGIC; in pcre2_serialize_encode()
102 tables = re->tables; in pcre2_serialize_encode()
103 else if (tables != re->tables) in pcre2_serialize_encode()
105 total_size += re->blocksize; in pcre2_serialize_encode()
129 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
130 (void)memcpy(dst_bytes, (char *)re, re->blocksize); in pcre2_serialize_encode()
149 dst_bytes += re->blocksize; in pcre2_serialize_encode()
/PHP-7.3/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt19 } catch (TypeError $re) {
20 echo "Ok - ".$re->getMessage().PHP_EOL;
25 } catch (TypeError $re) {
26 echo "Ok - ".$re->getMessage().PHP_EOL;
33 } catch (ReflectionException $re) {
34 echo "Ok - ".$re->getMessage().PHP_EOL;
41 } catch (ReflectionException $re) {
42 echo "Ok - ".$re->getMessage().PHP_EOL;
48 } catch (TypeError $re) {
49 echo "Ok - ".$re->getMessage().PHP_EOL;
H A DReflectionFunction_construct.001.phpt12 } catch (TypeError $re) {
13 echo "Ok - ".$re->getMessage().PHP_EOL;
22 } catch (TypeError $re) {
23 echo "Ok - ".$re->getMessage().PHP_EOL;
27 } catch (TypeError $re) {
28 echo "Ok - ".$re->getMessage().PHP_EOL;
32 } catch (TypeError $re) {
33 echo "Ok - ".$re->getMessage().PHP_EOL;
H A DReflectionExtension_constructor_error.phpt10 } catch (TypeError $re) {
11 echo "Ok - ".$re->getMessage().PHP_EOL;
16 } catch (TypeError $re) {
17 echo "Ok - ".$re->getMessage().PHP_EOL;
22 } catch (TypeError $re) {
23 echo "Ok - ".$re->getMessage().PHP_EOL;
H A DReflectionProperty_error.phpt12 } catch (TypeError $re) {
13 echo "Ok - ".$re->getMessage().PHP_EOL;
17 } catch (TypeError $re) {
18 echo "Ok - ".$re->getMessage().PHP_EOL;
23 } catch (TypeError $re) {
24 echo "Ok - ".$re->getMessage().PHP_EOL;
/PHP-7.3/ext/standard/
H A DMakefile.frag1 $(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
2 …FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re)
4 $(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
5 …E2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re)
H A DMakefile.frag.w321 ext\standard\var_unserializer.c: ext\standard\var_unserializer.re
3 …_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re
5 ext\standard\url_scanner_ex.c: ext\standard\url_scanner_ex.re
7 …RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re
/PHP-7.3/ext/pcre/tests/
H A Dcache_limit.phpt11 $re = '';
15 $re .= '.';
16 if (!preg_match("/$re/", $str)) {
22 var_dump(preg_match("/$re/", $str)); // but not this one
/PHP-7.3/ext/pdo/
H A DMakefile.frag9 $(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re
11 if test -f ./pdo_sql_parser.re; then \
12 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o pdo_sql_parser.c pdo_sql_parser.re; \
14 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \
H A DMakefile.frag.w321 ext\pdo\pdo_sql_parser.c: ext\pdo\pdo_sql_parser.re
3 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
/PHP-7.3/ext/spl/tests/
H A Diterator_052.phpt8 public $uk, $re;
10 function __construct($it, $re, $mode, $flags = 0)
13 $this->re = $re;
14 parent::__construct($it, $re, $mode, $flags);
28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
H A Diterator_053.phpt8 public $uk, $re;
10 function __construct($it, $re, $mode, $flags = 0)
13 $this->re = $re;
14 parent::__construct($it, $re, $mode, $flags);
28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
/PHP-7.3/ext/phar/
H A DMakefile.frag.w321 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
3 …2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
/PHP-7.3/ext/json/
H A DMakefile.frag1 $(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re
2 …AGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re
H A DMakefile.frag.w321 ext\json\json_scanner.c: ext\json\json_scanner.re
2 …p_json_scanner_defs.h --no-generation-date -bci -o ext/json/json_scanner.c ext/json/json_scanner.re
/PHP-7.3/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt30 When you're taught through feelings
37 When you're taught through feelings
44 When you're taught through feelings
51 When you're taught through feelings
58 When you're taught through feelings
H A Dreadgzfile_variation12.phpt28 When you're taught through feelings
35 When you're taught through feelings
42 When you're taught through feelings
49 When you're taught through feelings
H A Dgzfile_variation11.phpt32 string(36) "When you're taught through feelings
52 string(36) "When you're taught through feelings
72 string(36) "When you're taught through feelings
92 string(36) "When you're taught through feelings
112 string(36) "When you're taught through feelings
H A Dreadgzfile_variation9.phpt27 When you're taught through feelings
34 When you're taught through feelings
41 When you're taught through feelings
48 When you're taught through feelings
/PHP-7.3/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-7.3/ext/standard/tests/array/
H A Darray_intersect_variation5.phpt45 /*7*/ array('\tHello' => 111, 're\td' => "color",
47 array("\tHello" => 111, "re\td" => "color",
129 ["re\td"]=>
135 ["re\td"]=>
142 ["re d"]=>
148 ["re d"]=>

Completed in 28 milliseconds

123456789