Home
last modified time | relevance | path

Searched refs:ZEND_RT_CONSTANTS (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.h96 #define ZEND_RT_CONSTANTS (1<<31) macro
114 CRT_CONSTANT_EX(op_array, node, (build_flags & ZEND_RT_CONSTANTS))
H A Dzend_dump.h29 #define ZEND_DUMP_RT_CONSTANTS ZEND_RT_CONSTANTS
H A Dzend_call_graph.c102 script, op_array, opline, (build_flags & ZEND_RT_CONSTANTS) != 0); in zend_analyze_calls()
H A Dzend_optimizer.c970 zend_build_call_graph(&ctx.arena, script, ZEND_RT_CONSTANTS, &call_graph) == SUCCESS) { in zend_optimize_script()
H A Dzend_ssa.c867 ssa->rt_constants = (build_flags & ZEND_RT_CONSTANTS); in zend_build_ssa()

Completed in 14 milliseconds