Test: /sapi/fpm/tests/bug75212-php-value-in-user-ini.phpt - Version 7.4.29    

There are 4 different diffs reported by users for this test.

Count Diff
1 (25%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 003+ - MESSAGE: [26-Apr-2022 12:28:38] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: 'PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so (/usr/local/lib/php/extensions/no-debug-non-zts-20190902/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0'
1 (25%)
001+ ERROR: The NOTICE does not match expected message: 002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/ 003+ - MESSAGE: Derived class Locr\OGR\Geometry is initialized before base class IGeometry: interface is ignored 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: 'class Locr\OGR\Geometry is initialized before base class IGeometry: interface is ignored'
1 (25%)
001+ ERROR: ==> The expected body: 002+ Test Start 003+ string(3) "32M" 004+ string(12) "Europe/Paris" 005+ Test End 006+ ==> does not match the actual body: 007+ Test Start 008+ string(3) "32M" 009+ string(13) "Europe/London" 010+ Test End
1 (25%)
001+ ERROR: ==> The expected body: 001- Done 002+ Test Start 003+ string(3) "32M" 004+ string(12) "Europe/Paris" 005+ Test End 006+ ==> does not match the actual body: 007+ Test Start 008+ <pre class='xdebug-var-dump' dir='ltr'> 009+ <small>/ssd_zfs_pool/data/Downloads/php-7.4.29/sapi/fpm/tests/bug75212-php-value-in-user-ini.src.php:4:</small><small>string</small> <font color='#cc0000'>'32M'</font> <i>(length=3)</i> 010+ </pre><pre class='xdebug-var-dump' dir='ltr'> 011+ <small>/ssd_zfs_pool/data/Downloads/php-7.4.29/sapi/fpm/tests/bug75212-php-value-in-user-ini.src.php:4:</small><small>string</small> <font color='#cc0000'>'Europe/Paris'</font> <i>(length=12)</i> 012+ </pre>Test End 013+ Done