Annotation of embedaddon/php/sapi/cgi/tests/001.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: version string
        !             3: --SKIPIF--
        !             4: <?php include "skipif.inc"; ?>
        !             5: --FILE--
        !             6: <?php
        !             7: 
        !             8: include "include.inc";
        !             9: 
        !            10: $php = get_cgi_path();
        !            11: reset_env_vars();
        !            12: 
        !            13: var_dump(`$php -n -v`);
        !            14: 
        !            15: echo "Done\n";
        !            16: ?>
        !            17: --EXPECTF--
        !            18: string(%d) "PHP %s (cgi%s (built: %s
        !            19: Copyright (c) 1997-20%s The PHP Group
        !            20: Zend Engine v%s, Copyright (c) 1998-20%s Zend Technologies
        !            21: "
        !            22: Done

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