Test: /sapi/phpdbg/tests/bug78297.phpt - Version 7.4.3        

Bug #78297 Include unexistent file memory leak
Submitted: 2019-07-16 07:15:42 Modified: 2019-07-16 09:06:00
From: a Assigned: nikic
Status: Closed Package: phpdbg
PHP Version: 7.2.20 OS: Linux

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

Count Diff
2 (67%)
001+ Termsig=11 001- [Successful compilation of %s] 002- prompt> 003- Warning: include(%s): failed to open stream: No such file or directory in %s on line %d 004- 005- Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on line %d 006- [Script ended normally] 007- prompt>
1 (33%)
001- [Successful compilation of %s] 002- prompt> 003- Warning: include(%s): failed to open stream: No such file or directory in %s on line %d 005- Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on line %d 006- [Script ended normally] 007- prompt>