nlopess Sun Jul 6 15:40:39 2008 UTC Modified files: /php-src/tests/lang comments.phpt Log: add http://cvs.php.net/viewvc.cgi/php-src/tests/lang/comments.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/tests/lang/comments.phpt diff -u /dev/null php-src/tests/lang/comments.phpt:1.2 --- /dev/null Sun Jul 6 15:40:39 2008 +++ php-src/tests/lang/comments.phpt Sun Jul 6 15:40:39 2008 @@ -0,0 +1,23 @@ +--TEST-- +#-style comments +--FILE-- +#teste +#teste2 +<?php + +#ahahah +#ahhfhf + +echo '#ola'; //? +echo "\n"; +echo 'uhm # ah'; #ah? +echo "\n"; +echo "e este, # hein?"; +echo "\n"; + +?> +--EXPECTF-- +#teste2 +#ola +uhm # ah +e este, # hein?
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php