Hello All,
I just can't get this basic test foo.phpt of passing the
value 123 right!!!:
--TEST--
foo parameter
--GET--
foo=123
--FILE--
<?php
var_dump($_GET['foo']);
?>
--EXPECT--
string(3) "123"
>pear run-tests foo.phpt
gives:
0 PASSED TESTS
0 SKIPPED TESTS
1 FAILED TESTS:
The foo.out gives:
NULL
Can you please help me out.
Thanks,
Pieter
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|