Home
last modified time | relevance | path

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

123456789

/PHP-7.4/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.c481 GET2(cc, 1) * re->name_entry_size; in find_minlength()
535 slot += re->name_entry_size; in find_minlength()
870 re->start_bitmap[c] |= re->tables[c+cbits_offset+cbit_type]; in set_type_bits()
911 re->start_bitmap[c] |= ~(re->tables[c+cbits_offset+cbit_type]); in set_nottype_bits()
1672 PRIV(study)(pcre2_real_code *re) in PRIV()
1682 re->name_entry_size * re->name_count; in PRIV()
1707 uint8_t *p = re->start_bitmap; in PRIV()
1773 (re->flags & PCRE2_LASTSET) == 0 || in PRIV()
1780 re->first_codeunit = a; in PRIV()
1786 re->flags |= flags; in PRIV()
[all …]
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()
H A Dpcre2_jit_match.c102 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_match()
103 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_match()
137 arguments.limit_match = (mcontext->match_limit < re->limit_match)? in pcre2_jit_match()
138 mcontext->match_limit : re->limit_match; in pcre2_jit_match()
149 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match()
150 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
172 match_data->code = re; in pcre2_jit_match()
/PHP-7.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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
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
/PHP-7.4/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 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
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

Completed in 58 milliseconds

123456789