/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 110 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 D | pcre2_study.c | 481 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] |= (uint8_t)(~(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 D | pcre2_serialize.c | 80 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 D | pcre2_jit_match.c | 102 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-8.3/ext/reflection/tests/ |
H A D | ReflectionMethod_constructor_error2.phpt | 19 } catch (ArgumentCountError $re) { 20 echo "Ok - ".$re->getMessage().PHP_EOL; 25 } catch (ArgumentCountError $re) { 26 echo "Ok - ".$re->getMessage().PHP_EOL; 33 } catch (ReflectionException $re) { 34 echo "Ok - ".$re->getMessage().PHP_EOL; 41 } catch (TypeError $re) { 42 echo "Ok - ".$re->getMessage().PHP_EOL; 48 } catch (TypeError $re) { 49 echo "Ok - ".$re->getMessage().PHP_EOL;
|
H A D | ReflectionProperty_error.phpt | 12 } 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;
|
H A D | ReflectionFunction_construct.001.phpt | 12 } 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 D | ReflectionExtension_constructor_error.phpt | 10 } 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 D | ReflectionMethod_006.phpt | 11 } catch (ArgumentCountError $re) { 12 echo "Ok - ".$re->getMessage().PHP_EOL; 16 } catch (ArgumentCountError $re) { 17 echo "Ok - ".$re->getMessage().PHP_EOL;
|
H A D | bug81457.phpt | 13 $re = new ReflectionEnum(testEnum::class); 14 $me = $re->getMethod('foo'); 19 $mc = $re->getMethod('foo');
|
/PHP-8.3/Zend/tests/ |
H A D | gh16188.phpt | 6 $re = new TypeError(); 7 array_walk($re, function (&$item, $key) use (&$re) { 12 printf("getTraceAsString:\n%s\n\n", $re->getTraceAsString()); 13 printf("getPrevious:\n%s\n\n", get_class($re->getPrevious())); 14 printf("__toString:\n%s\n\n", $re);
|
H A D | this_reassign.phpt | 2 $this re-assign 13 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_reassign.php:4
|
H A D | this_in_extract.phpt | 2 $this re-assign in extract() 16 Cannot re-assign $this
|
/PHP-8.3/ext/standard/ |
H A D | Makefile.frag | 1 $(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 D | Makefile.frag.w32 | 1 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-8.3/ext/pcre/tests/ |
H A D | cache_limit.phpt | 11 $re = ''; 15 $re .= '.'; 16 if (!preg_match("/$re/", $str)) { 22 var_dump(preg_match("/$re/", $str)); // but not this one
|
/PHP-8.3/ext/pdo/ |
H A D | Makefile.frag | 9 $(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 D | Makefile.frag.w32 | 1 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-8.3/ext/spl/tests/ |
H A D | iterator_052.phpt | 8 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 D | iterator_053.phpt | 8 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-8.3/ext/phar/ |
H A D | Makefile.frag.w32 | 1 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-8.3/ext/standard/tests/array/ |
H A D | array_intersect_variation5.phpt | 34 /*7*/ array('\tHello' => 111, 're\td' => "color", 36 array("\tHello" => 111, "re\td" => "color", 100 ["re\td"]=> 106 ["re\td"]=> 113 ["re d"]=> 119 ["re d"]=>
|
H A D | array_reverse_variation4.phpt | 43 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"]=>
|
/PHP-8.3/ext/zlib/tests/ |
H A D | readgzfile_variation12.phpt | 25 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 D | readgzfile_variation9.phpt | 24 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
|