Annotation of embedaddon/php/Zend/tests/get_called_class_001.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Calling get_called_class() outside a class
                      3: --FILE--
                      4: <?php
                      5: 
                      6: var_dump(get_called_class());
                      7: 
                      8: ?>
                      9: --EXPECTF--
                     10: Warning: get_called_class() called from outside a class in %s on line %d
                     11: bool(false)

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