func_get_args.phpt 176 B

12345678910
  1. --TEST--
  2. Testing func_get_args()
  3. --FILE--
  4. <?php
  5. func_get_args();
  6. ?>
  7. --EXPECTF--
  8. Warning: func_get_args(): Called from the global scope - no function context in %s on line 3