Edit report at https://bugs.php.net/bug.php?id=78211&edit=1
ID: 78211 Updated by: requi...@php.net Reported by: v-altruo at microsoft dot com Summary: preg_match mismatch -Status: Open +Status: Duplicate Type: Bug Package: Testing related Operating System: Windows PHP Version: 7.3.7RC3 Block user comment: N Private report: N New Comment: Duplicate of bug #78118 Previous Comments: ------------------------------------------------------------------------ [2019-06-25 18:03:52] v-altruo at microsoft dot com 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 this bug report at https://bugs.php.net/bug.php?id=78211&edit=1