/PHP-8.3/ext/spl/tests/ |
H A D | bug66702.phpt | 10 $it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH); 12 $it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH, \RegexIterator::INVERT_MATCH); 16 $it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH, \RegexIterator::USE_KEY); 18 $it2 = new \RegexIterator($it, "/^ba/", \RegexIterator::MATCH, \RegexIterator::USE_KEY | \RegexIter…
|
H A D | regexIterator_mode_basic.phpt | 12 var_dump($regexIterator->getMode() === RegexIterator::MATCH); 14 $regexIterator->setMode(RegexIterator::MATCH); 15 var_dump($regexIterator->getMode() === RegexIterator::MATCH);
|
H A D | bug68128-USE_KEY.phpt | 7 $regexIterator = new RegexIterator($arrayIterator, '/^key/', RegexIterator::MATCH, RegexIterator::U…
|
H A D | regexIterator_setMode_error.phpt | 23 RegexIterator::setMode(): Argument #1 ($mode) must be RegexIterator::MATCH, RegexIterator::GET_MATC…
|
H A D | regexIterator_flags_basic.phpt | 10 $regexIterator = new RegexIterator($iterator, "/f/", RegexIterator::MATCH, RegexIterator::USE_KEY);
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_match_against.phpt | 2 Bug #41876 (bindParam() and bindValue() do not work with MySQL MATCH () AGAINST ()) 21 $stmt = $db->prepare('SELECT id, label FROM test WHERE MATCH label AGAINST (:placeholder)'); 25 $stmt = $db->prepare('SELECT id, label FROM test WHERE MATCH label AGAINST (:placeholder)'); 29 $stmt = $db->prepare('SELECT id, label FROM test WHERE MATCH label AGAINST (?)');
|
H A D | pdo_mysql_prepare_emulated.phpt | 163 … $stmt = prepex(32, $db, 'SELECT id, label FROM test WHERE MATCH label AGAINST (:placeholder)', 175 … $stmt = prepex(36, $db, 'SELECT id, label FROM "test WHERE MATCH label AGAINST (:placeholder)', 179 … $stmt = prepex(37, $db, 'SELECT id, label FROM \'test WHERE MATCH label AGAINST (:placeholder)', 268 $stmt = prepex(73, $db, 'SELECT id, label FROM test WHERE MATCH label AGAINST (?)', 281 $stmt = prepex(76, $db, 'SELECT id, label FROM "test WHERE MATCH label AGAINST (?)', 287 … $stmt = prepex(37, $db, 'SELECT id, label FROM \'test WHERE MATCH label AGAINST (:placeholder)',
|
H A D | pdo_mysql_prepare_native.phpt | 169 … $stmt = prepex(25, $db, 'SELECT id, label FROM test WHERE MATCH label AGAINST (:placeholder)', 280 $stmt = prepex(56, $db, 'SELECT id, label FROM test WHERE MATCH label AGAINST (?)', 295 … $stmt = prepex(37, $db, 'SELECT id, label FROM \'test WHERE MATCH label AGAINST (:placeholder)',
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.stub.php | 389 public const MATCH = UNKNOWN; define in RegexIterator 413 …construct(Iterator $iterator, string $pattern, int $mode = RegexIterator::MATCH, int $flags = 0, i… 442 …eIterator $iterator, string $pattern, int $mode = RecursiveRegexIterator::MATCH, int $flags = 0, i…
|
/PHP-8.3/ext/opcache/tests/match/ |
H A D | 003.phpt | 58 0001 MATCH CV0($char) 1: 0002, 2: 0003, 3: 0003, 4: 0004, 5: 0005, 6: 0005, 7: 0006, 8: 0007, 9: 00…
|
H A D | 001.phpt | 57 0001 MATCH CV0($char) "a": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, …
|
H A D | 004.phpt | 70 0001 MATCH CV0($value) 1: 0002, "1": 0003, 2: 0004, "2": 0005, 3: 0006, "3": 0007, 4: 0008, "4": 00…
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fnmatch_variation.phpt | 51 29 => "MATCH.TMP", 52 30 => "MATCH*",
|