Annotation of embedaddon/php/ext/standard/tests/file/bug35740.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Bug #35740 (memory leak when including a directory)
                      3: --FILE--
                      4: <?php
                      5: 
                      6: include (dirname(__FILE__));
                      7: 
                      8: echo "Done\n";
                      9: ?>
                     10: --EXPECTF--    
                     11: Warning: include(%s): failed to open stream: %s in %s on line %d
                     12: 
                     13: Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
                     14: Done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>