Home
last modified time | relevance | path

Searched refs:match (Results 101 – 125 of 234) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/file/
H A Dchmod_basic.phpt24 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dchmod_variation1.phpt22 printf("Error: %o does not match %o\n", $set_perms, $perms_to_set);
H A Dfstat_variation8.phpt15 // windows, dev and rdev will not match this is expected
/PHP-8.1/ext/pcre/tests/
H A Dbug70232.phpt2 Bug #70232 (Incorrect bump-along behavior with \K and empty string match)
H A Dstudy.phpt14 // try to trigger usual "match known text" optimization
H A Dlocales.phpt2 Localized match
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-8.1/Zend/tests/enum/
H A Dimplements.phpt17 return match ($this) {
H A Dbacked-implements.phpt17 return match ($this) {
/PHP-8.1/Zend/tests/
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
/PHP-8.1/ext/mbstring/tests/
H A Dbug72691.phpt2 Bug #72691 (mb_ereg_search raises a warning if a match zero-width)
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
H A Dmbregex_stack_limit2.phpt31 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/PHP-8.1/sapi/fpm/tests/
H A Dlogtool.inc139 private function match(
212 return $this->match($matcher, 'Truncated message not found');
249 if ( ! $this->match($matcher, 'Output message not found')) {
274 if ( ! $this->match($suffixMatcher, 'Suffix message not found')) {
374 * @param string $matchedMessage The output message or part of it (match).
538 'Most likely invalid match for entry',
614 $matchResult = $this->match(
616 $invert ? null : "The $type does not match expected message",
718 $matchResult = $this->match(
742 * Get match debug message.
[all …]
/PHP-8.1/ext/reflection/tests/
H A Drequest38992.phpt2 Request #38992 (invoke() and invokeArgs() static method calls should match)
/PHP-8.1/ext/date/tests/
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
H A Dbug78055.phpt2 Bug #78055 (DatePeriod's getRecurrences and ->recurrences don't match)
/PHP-8.1/ext/standard/
H A Dscanf.c241 int i, match = 0; in CharInSet() local
245 match = 1; in CharInSet()
249 if (!match) { in CharInSet()
253 match = 1; in CharInSet()
258 return (cset->exclude ? !match : match); in CharInSet()
/PHP-8.1/ext/imap/tests/setup/
H A Dclean.inc26 …'/\{.*?\}INBOX\.' . IMAP_MAILBOX_PHPT_PREFIX . $mailbox_suffix .'$/', $value->name, $match) == 1) {
/PHP-8.1/ext/openssl/tests/
H A Dbug65729.phpt64 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
73 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
/PHP-8.1/ext/spl/tests/
H A Dunserialize.phpt17 // both should match
/PHP-8.1/ext/xsl/tests/
H A Dbug33853.phpt18 <xsl:template match="/">
/PHP-8.1/ext/zlib/tests/
H A Ddictionary_usage.phpt30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug60994.phpt49 echo 'Expected nclob value to match clob value for stream1', PHP_EOL;
69 echo 'Expected nclob value to match clob value for stream2', PHP_EOL;
89 echo 'Expected nclob value to match clob value for stream3', PHP_EOL;
109 echo 'Expected nclob value to match clob value for stream4', PHP_EOL;
/PHP-8.1/ext/zip/tests/
H A Dpecl12414.phpt24 … echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;

Completed in 30 milliseconds

12345678910