Home
last modified time | relevance | path

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

/PHP-5.5/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()
1902 static int add_constant_info(zend_constant *constant, void *arg TSRMLS_DC) in add_constant_info()
1956 zend_constant *val; in ZEND_FUNCTION()
H A Dzend_compile.c5529 static zend_constant* zend_get_ct_const(const zval *const_name, int all_internal_constants_substitu… in zend_get_ct_const()
5531 zend_constant *c = NULL; in zend_get_ct_const()
5574 zend_constant *c = zend_get_ct_const(const_name, all_internal_constants_substitution TSRMLS_CC); in zend_constant_ct_subst()
H A Dzend_vm_def.h3493 zend_constant *c;
5157 zend_constant c;
H A Dzend_vm_execute.h3678 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_CONST_CONST_HANDLER()
4038 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
15546 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_VAR_CONST_HANDLER()
25198 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib()
/PHP-5.5/
H A D.gdbinit294 set $const = (zend_constant *) $p->pData
/PHP-5.5/sapi/cli/
H A Dphp_cli.c559 zend_constant ic, oc, ec; in cli_register_file_handles()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2283 static int accel_clean_non_persistent_constant(zend_constant *c TSRMLS_DC)
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c6 zend_constant *c; in zend_get_persistent_constant()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1021 static int _extension_const_string(zend_constant *constant TSRMLS_DC, int num_args, va_list args, z… in _extension_const_string()
5290 static int _addconstant(zend_constant *constant TSRMLS_DC, int num_args, va_list args, zend_hash_ke… in _addconstant()

Completed in 164 milliseconds