Home
last modified time | relevance | path

Searched refs:Z_CONSTANT_P (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_func_calls.c126 if (Z_CONSTANT_P(RT_CONSTANT(&func->op_array, func->op_array.opcodes[i].op2))) { in zend_try_inline_call()
H A Dzend_inference.c2776 Z_CONSTANT_P(CRT_CONSTANT_EX(op_array, opline->op2, ssa->rt_constants))) { in zend_update_type_info()
/PHP-7.1/Zend/
H A Dzend_constants.c375 if (ret_constant && Z_CONSTANT_P(ret_constant)) { in zend_get_constant_ex()
H A Dzend_API.c1132 if (Z_CONSTANT_P(val)) { in zend_update_class_constants()
1149 if (Z_CONSTANT_P(val)) { in zend_update_class_constants()
3619 if ((access_type & ZEND_ACC_STATIC) || Z_CONSTANT_P(property)) { in zend_declare_property_ex()
3624 if (Z_CONSTANT_P(property)) { in zend_declare_property_ex()
3776 if (Z_CONSTANT_P(value)) { in zend_declare_class_constant_ex()
H A Dzend_types.h465 #define Z_CONSTANT_P(zval_p) Z_CONSTANT(*(zval_p)) macro
H A Dzend_inheritance.c912 if (Z_CONSTANT_P(Z_REFVAL_P(dst))) { in zend_do_inheritance()
H A Dzend_execute.c731 if (Z_CONSTANT_P(default_value)) { in is_null_constant()
H A Dzend_vm_def.h5203 if (Z_CONSTANT_P(value)) {
8118 if (Z_CONSTANT_P(value)) {
H A Dzend_vm_execute.h5807 if (Z_CONSTANT_P(value)) {
20019 if (Z_CONSTANT_P(value)) {
29830 if (Z_CONSTANT_P(value)) {
40693 if (Z_CONSTANT_P(value)) {
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c2926 if (Z_CONSTANT_P(return_value)) { in ZEND_METHOD()
3821 if (Z_CONSTANT_P(return_value)) { in ZEND_METHOD()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3889 if (Z_CONSTANT_P(return_value)) { in PHP_FUNCTION()

Completed in 333 milliseconds