Home
last modified time | relevance | path

Searched refs:zend_constant (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_constants.c30 void free_zend_constant(zend_constant *c) in free_zend_constant()
39 void copy_zend_constant(zend_constant *c) in copy_zend_constant()
52 zend_constant tmp_constant; in zend_copy_constants()
122 zend_constant c; in zend_register_standard_constants()
181 zend_constant c; in zend_register_long_constant()
195 zend_constant c; in zend_register_double_constant()
209 zend_constant c; in zend_register_stringl_constant()
236 zend_constant tmp; in zend_get_special_constant()
288 zend_constant *c; in zend_get_constant()
317 zend_constant *c; in zend_get_constant_ex()
[all …]
H A Dzend_constants.h39 } zend_constant; typedef
58 void free_zend_constant(zend_constant *c);
69 ZEND_API int zend_register_constant(zend_constant *c TSRMLS_DC);
71 void copy_zend_constant(zend_constant *c);
72 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC);
H A Dzend_builtin_functions.c656 zend_constant c; in ZEND_FUNCTION()
1917 static int add_constant_info(zend_constant *constant, void *arg TSRMLS_DC) in add_constant_info()
1971 zend_constant *val; in ZEND_FUNCTION()
H A Dzend_vm_def.h3465 zend_constant *c;
5125 zend_constant c;
H A Dzend_compile.c5305 static zend_constant* zend_get_ct_const(const zval *const_name, int all_internal_constants_substitu… in zend_get_ct_const()
5307 zend_constant *c = NULL; in zend_get_ct_const()
5350 zend_constant *c = zend_get_ct_const(const_name, all_internal_constants_substitution TSRMLS_CC); in zend_constant_ct_subst()
H A Dzend_vm_execute.h3559 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
3916 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
13671 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
22450 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib()
/PHP-5.4/
H A D.gdbinit294 set $const = (zend_constant *) $p->pData
/PHP-5.4/sapi/cli/
H A Dphp_cli.c554 zend_constant ic, oc, ec; in cli_register_file_handles()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1018 static int _extension_const_string(zend_constant *constant TSRMLS_DC, int num_args, va_list args, z… in _extension_const_string()
5265 static int _addconstant(zend_constant *constant TSRMLS_DC, int num_args, va_list args, zend_hash_ke… in _addconstant()

Completed in 147 milliseconds