|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-06-25 18:14 UTC] requinix@php.net
-Status: Open
+Status: Duplicate
[2019-06-25 18:14 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 12:00:02 2025 UTC |
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==