Searched refs:ZEND_FUNC_VARARG (Results 1 – 4 of 4) sorted by relevance
27 #define ZEND_FUNC_VARARG (1<<2) /* uses func_get_args() */ macro
1085 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()1087 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()1089 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()
558 zend_bool has_varargs = (ssa->cfg.flags & ZEND_FUNC_VARARG) != 0; in dce_optimize_op_array()
439 flags |= ZEND_FUNC_VARARG; in zend_build_cfg()
Completed in 13 milliseconds