Annotation of embedaddon/php/tests/output/ob_start_basic_001.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Test return type and value for ob_start()
                      3: --FILE--
                      4: <?php
                      5: /* 
                      6:  * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
                      7:  * Function is implemented in main/output.c
                      8: */ 
                      9: 
                     10: var_dump(ob_start());
                     11: 
                     12: ?>
                     13: --EXPECT--
                     14: bool(true)

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