[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/regexp-builder/src/Passes/ -> Recurse.php (summary)

(no description)

Copyright: Copyright (c) 2016-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 59 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Recurse:: (3 methods):
  __construct()
  runPass()
  recurseString()


Class: Recurse  - X-Ref

Enables passes to be run recursively into alternations to replace a(?:x0|x1|y0|y1) with a[xy][01]

__construct(Runner $runner)   X-Ref

param: Runner $runner

runPass(array $strings)   X-Ref
{@inheritdoc}


recurseString(array $string)   X-Ref
Recurse into given string and run all passes on each element

param: array $string
return: array



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1