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