File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / sapi / cli / tests / 001.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:06 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

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