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
932 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()934 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()936 return ZEND_FUNC_VARARG; in zend_optimizer_classify_function()
532 bool has_varargs = (ssa->cfg.flags & ZEND_FUNC_VARARG) != 0; in dce_optimize_op_array()
420 flags |= ZEND_FUNC_VARARG; in zend_build_cfg()
Completed in 27 milliseconds