stas            Wed May  4 12:39:11 2005 EDT

  Added files:                 
    /php-src/tests/lang bug32924.phpt inc.inc 
  Log:
  add test
  
  

http://cvs.php.net/co.php/php-src/tests/lang/bug32924.phpt?r=1.1&p=1
Index: php-src/tests/lang/bug32924.phpt
+++ php-src/tests/lang/bug32924.phpt
--TEST--
Bug #32924 (prepend does not add file to included files)
--INI--
auto_prepend_file=tests/lang/inc.inc
--FILE--
<?php 
include_once('tests/lang/inc.inc');
require_once('tests/lang/inc.inc');
?>
END
--EXPECT--
Included!
END

http://cvs.php.net/co.php/php-src/tests/lang/inc.inc?r=1.1&p=1
Index: php-src/tests/lang/inc.inc
+++ php-src/tests/lang/inc.inc
<?
echo "Included!\n";
?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to