Home
last modified time | relevance | path

Searched refs:IS_CONSTANT (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_variables.c35 case IS_CONSTANT: { in _zval_dtor_func()
82 case IS_CONSTANT: in _zval_internal_dtor()
113 case IS_CONSTANT: in _zval_internal_dtor_for_ptr()
173 } else if (EXPECTED(Z_TYPE_P(zvalue) == IS_CONSTANT)) { in _zval_copy_ctor_func()
H A Dzend_types.h317 #define IS_CONSTANT 11 macro
413 #define IS_CONSTANT_EX (IS_CONSTANT | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED | …
H A Dzend_execute_API.c571 if (Z_TYPE_P(p) == IS_CONSTANT) { in zval_update_constant_ex()
H A Dzend_ast.c962 case IS_CONSTANT: in zend_ast_export_zval()
H A Dzend_inheritance.c505 if (Z_TYPE_P(zv) == IS_CONSTANT) { in zend_get_function_declaration()
H A Dzend_compile.c445 if (Z_TYPE_P(zv) == IS_STRING || Z_TYPE_P(zv) == IS_CONSTANT) { in zend_insert_literal()
5199 || (Z_TYPE(default_node.u.constant) == IS_CONSTANT in zend_compile_params()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h159 if (Z_TYPE_P(zv) == IS_CONSTANT) { in DEFINE_SSA_OP_MIN_RANGE()
H A Dcompact_literals.c424 case IS_CONSTANT: in zend_optimizer_compact_literals()
H A Dpass1_5.c38 #define ZEND_IS_CONSTANT_TYPE(t) ((t) == IS_CONSTANT)
/PHP-7.1/ext/opcache/
H A Dzend_persist_calc.c128 case IS_CONSTANT: in zend_persist_zval_calc()
H A Dzend_persist.c307 case IS_CONSTANT: in zend_persist_zval()
312 if (Z_TYPE_P(z) == IS_CONSTANT) { in zend_persist_zval()
H A Dzend_file_cache.c322 case IS_CONSTANT: in zend_file_cache_serialize_zval()
956 case IS_CONSTANT: in zend_file_cache_unserialize_zval()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c846 case IS_CONSTANT: in phpdbg_short_zval_print()
/PHP-7.1/ext/com_dotnet/
H A Dcom_variant.c179 case IS_CONSTANT: in php_com_variant_from_zval()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1343 case IS_CONSTANT: in get_zval_xmlrpc_type()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c2949 if (precv && Z_TYPE_P(RT_CONSTANT(&param->fptr->op_array, precv->op2)) == IS_CONSTANT) { in ZEND_METHOD()
2974 if (precv && Z_TYPE_P(RT_CONSTANT(&param->fptr->op_array, precv->op2)) == IS_CONSTANT) { in ZEND_METHOD()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c152 {{IS_CONSTANT, XSD_STRING_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_string, to_xml_string},

Completed in 103 milliseconds