From: v-altruo at microsoft dot com Operating system: Windows PHP version: 7.3.7RC3 Package: Testing related Bug Type: Bug Bug description:preg_match mismatch
Description: ------------ Test fails only for TS builds regardless of opcache on/off. This test also fails for php-7.4.0alpha1. Failed Test File: tests\basic\bug71273.phpt Test script: --------------- /* NOTE this file is required to be encoded in iso-8859-1 */ $cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/é/w -d extension=php_kartoffelbrei.dll -v 2>&1"; $out = shell_exec($cmd); var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out)); Expected result: ---------------- int(1) ==DONE== Actual result: -------------- int(0) ==DONE== -- Edit bug report at https://bugs.php.net/bug.php?id=78211&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=78211&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=78211&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=78211&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=78211&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=78211&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=78211&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=78211&r=needscript Try newer version: https://bugs.php.net/fix.php?id=78211&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=78211&r=support Expected behavior: https://bugs.php.net/fix.php?id=78211&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=78211&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=78211&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=78211&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=78211&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=78211&r=dst IIS Stability: https://bugs.php.net/fix.php?id=78211&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=78211&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=78211&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=78211&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=78211&r=mysqlcfg