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
869 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()871 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()873 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()
533 bool has_varargs = (ssa->cfg.flags & ZEND_FUNC_VARARG) != 0; in dce_optimize_op_array()
427 flags |= ZEND_FUNC_VARARG; in zend_build_cfg()
Completed in 18 milliseconds