Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/spl/tests/
H A Dbug66702.phpt10 $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 DregexIterator_mode_basic.phpt12 var_dump($regexIterator->getMode() === RegexIterator::MATCH);
14 $regexIterator->setMode(RegexIterator::MATCH);
15 var_dump($regexIterator->getMode() === RegexIterator::MATCH);
H A Dbug68128-USE_KEY.phpt7 $regexIterator = new RegexIterator($arrayIterator, '/^key/', RegexIterator::MATCH, RegexIterator::U…
H A DregexIterator_setMode_error.phpt23 RegexIterator::setMode(): Argument #1 ($mode) must be RegexIterator::MATCH, RegexIterator::GET_MATC…
H A DregexIterator_flags_basic.phpt10 $regexIterator = new RegexIterator($iterator, "/f/", RegexIterator::MATCH, RegexIterator::USE_KEY);
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_match_against.phpt2 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 Dpdo_mysql_prepare_emulated.phpt163 … $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 Dpdo_mysql_prepare_native.phpt169 … $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 Dspl_iterators.stub.php389 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 D003.phpt58 0001 MATCH CV0($char) 1: 0002, 2: 0003, 3: 0003, 4: 0004, 5: 0005, 6: 0005, 7: 0006, 8: 0007, 9: 00…
H A D001.phpt57 0001 MATCH CV0($char) "a": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, …
H A D004.phpt70 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 Dfnmatch_variation.phpt51 29 => "MATCH.TMP",
52 30 => "MATCH*",

Completed in 16 milliseconds