Searched defs:constant (Results 1 - 4 of 4) sorted by relevance

/PHP_5_5/ext/standard/
H A Dbasic_functions.h46 PHP_FUNCTION(constant); variable
/PHP_5_5/Zend/
H A Dzend_API.c3615 zval *constant; local
3618 ALLOC_PERMANENT_ZVAL(constant);
3620 ALLOC_ZVAL(constant);
3622 ZVAL_NULL(constant);
3623 INIT_PZVAL(constant);
3624 return zend_declare_class_constant(ce, name, name_length, constant TSRMLS_CC);
3630 zval *constant; local
3633 ALLOC_PERMANENT_ZVAL(constant);
3635 ALLOC_ZVAL(constant);
3637 ZVAL_LONG(constant, valu
3645 zval *constant; local
3660 zval *constant; local
3675 zval *constant; local
[all...]
H A Dzend_compile.h35 #define FREE_PNODE(znode) zval_dtor(&znode->u.constant);
69 zval constant; member in struct:_zend_literal
78 zend_uint constant; member in union:_znode_op
93 zval constant; /* replaced by literal/zv */ member in union:_znode::__anon1
881 /* disable constant substitution at compile-time */
H A Dzend_builtin_functions.c647 Define a new constant */
666 /* class constant, check if there is name and make sure class is valid & exists */
725 Check whether a constant exists */
1909 static int add_constant_info(zend_constant *constant, void *arg TSRMLS_DC) argument
1915 *const_val = constant->value;
1918 add_assoc_zval_ex(name_array, constant->name, constant->name_len, const_val);

Completed in 16 milliseconds