zend_constants     44 Zend/zend.c    # define GLOBAL_CONSTANTS_TABLE		EG(zend_constants)
zend_constants    564 Zend/zend.c    	zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE);
zend_constants    589 Zend/zend.c    	if (executor_globals->zend_constants != GLOBAL_CONSTANTS_TABLE) {
zend_constants    590 Zend/zend.c    		zend_hash_destroy(executor_globals->zend_constants);
zend_constants    591 Zend/zend.c    		free(executor_globals->zend_constants);
zend_constants    737 Zend/zend.c    	zend_hash_destroy(executor_globals->zend_constants);
zend_constants    738 Zend/zend.c    	*executor_globals->zend_constants = *GLOBAL_CONSTANTS_TABLE;
zend_constants    788 Zend/zend.c    	*GLOBAL_CONSTANTS_TABLE = *executor_globals->zend_constants;
zend_constants    803 Zend/zend.c    	free(EG(zend_constants));
zend_constants   1985 Zend/zend_builtin_functions.c 		zend_hash_internal_pointer_reset_ex(EG(zend_constants), &pos);
zend_constants   1986 Zend/zend_builtin_functions.c 		while (zend_hash_get_current_data_ex(EG(zend_constants), (void **) &val, &pos) != FAILURE) {
zend_constants   2016 Zend/zend_builtin_functions.c 			zend_hash_move_forward_ex(EG(zend_constants), &pos);
zend_constants   2021 Zend/zend_builtin_functions.c 		zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) add_constant_info, return_value TSRMLS_CC);
zend_constants   5665 Zend/zend_compile.c 		if (zend_hash_find(EG(zend_constants), Z_STRVAL_P(const_name)+1, Z_STRLEN_P(const_name), (void **) &c) == FAILURE) {
zend_constants   5668 Zend/zend_compile.c 			if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name), (void **) &c)==SUCCESS) {
zend_constants   5677 Zend/zend_compile.c 	} else if (zend_hash_find(EG(zend_constants), Z_STRVAL_P(const_name), Z_STRLEN_P(const_name)+1, (void **) &c) == FAILURE) {
zend_constants   5680 Zend/zend_compile.c 		if (zend_hash_find(EG(zend_constants), lookup_name, Z_STRLEN_P(const_name)+1, (void **) &c)==SUCCESS) {
zend_constants     80 Zend/zend_constants.c 	zend_hash_apply_with_argument(EG(zend_constants), (apply_func_arg_t) clean_module_constant, (void *) &module_number TSRMLS_CC);
zend_constants     86 Zend/zend_constants.c 	EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable));
zend_constants     88 Zend/zend_constants.c 	if (zend_hash_init(EG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1)==FAILURE) {
zend_constants    131 Zend/zend_constants.c 	zend_hash_destroy(EG(zend_constants));
zend_constants    132 Zend/zend_constants.c 	free(EG(zend_constants));
zend_constants    140 Zend/zend_constants.c 		zend_hash_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant_full TSRMLS_CC);
zend_constants    142 Zend/zend_constants.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) clean_non_persistent_constant TSRMLS_CC);
zend_constants    235 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), const_name, const_name_len, (void**)c) == FAILURE) {
zend_constants    236 Zend/zend_constants.c 				zend_hash_add(EG(zend_constants), const_name, const_name_len, (void*)&tmp, sizeof(zend_constant), (void**)c);
zend_constants    244 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), "\0__CLASS__", sizeof("\0__CLASS__"), (void**)c) == FAILURE) {
zend_constants    245 Zend/zend_constants.c 				zend_hash_add(EG(zend_constants), "\0__CLASS__", sizeof("\0__CLASS__"), (void*)&tmp, sizeof(zend_constant), (void**)c);
zend_constants    264 Zend/zend_constants.c 		ret = zend_hash_find(EG(zend_constants), haltname, len+1, (void **) c);
zend_constants    279 Zend/zend_constants.c 	if (zend_hash_find(EG(zend_constants), name, name_len+1, (void **) &c) == FAILURE) {
zend_constants    282 Zend/zend_constants.c 		if (zend_hash_find(EG(zend_constants), lookup_name, name_len+1, (void **) &c)==SUCCESS) {
zend_constants    397 Zend/zend_constants.c 		if (zend_hash_find(EG(zend_constants), lcname, prefix_len + 1 + const_name_len + 1, (void **) &c) == SUCCESS) {
zend_constants    402 Zend/zend_constants.c 			if (zend_hash_find(EG(zend_constants), lcname, prefix_len + 1 + const_name_len + 1, (void **) &c) == SUCCESS) {
zend_constants    442 Zend/zend_constants.c 	if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) {
zend_constants    444 Zend/zend_constants.c 		if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE ||
zend_constants    448 Zend/zend_constants.c 				if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) {
zend_constants    450 Zend/zend_constants.c 					if (zend_hash_quick_find(EG(zend_constants), Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE ||
zend_constants    503 Zend/zend_constants.c 		|| zend_hash_quick_add(EG(zend_constants), name, c->name_len, chash, (void *) c, sizeof(zend_constant), NULL)==FAILURE) {
zend_constants    199 Zend/zend_globals.h 	HashTable *zend_constants;	/* constants table */
zend_constants     11 ext/opcache/Optimizer/block_pass.c 	if (zend_hash_find(EG(zend_constants), name, name_len + 1, (void **) &c) == FAILURE) {
zend_constants     16 ext/opcache/Optimizer/block_pass.c 		if (zend_hash_find(EG(zend_constants), lookup_name, name_len + 1, (void **) &c) == SUCCESS) {
zend_constants    457 ext/opcache/ZendAccelerator.c 	p = EG(zend_constants)->pListHead;
zend_constants   2356 ext/opcache/ZendAccelerator.c 		old_destructor = EG(zend_constants)->pDestructor;
zend_constants   2357 ext/opcache/ZendAccelerator.c 		EG(zend_constants)->pDestructor = NULL;
zend_constants   2358 ext/opcache/ZendAccelerator.c 		zend_hash_reverse_apply(EG(zend_constants), (apply_func_t) accel_clean_non_persistent_constant TSRMLS_CC);
zend_constants   2359 ext/opcache/ZendAccelerator.c 		EG(zend_constants)->pDestructor = old_destructor;
zend_constants   2730 ext/opcache/ZendAccelerator.c 		zend_hash_clean(EG(zend_constants));
zend_constants   1030 ext/opcache/zend_accelerator_util_funcs.c 			if (!zend_hash_exists(EG(zend_constants), name, len + 1)) {
zend_constants    556 ext/readline/readline_cli.c 				retval = cli_completion_generator_define(text, textlen, &cli_completion_state, pce ? &(*pce)->constants_table : EG(zend_constants) TSRMLS_CC);
zend_constants   1135 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
zend_constants   5389 ext/reflection/php_reflection.c 	zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _addconstant, 2, return_value, module->module_number);
zend_constants   1467 ext/session/session.c 	zend_hash_del(EG(zend_constants), "sid", sizeof("sid"));
zend_constants    737 sapi/phpdbg/phpdbg.c 		phpdbg_writeln("Constants\t\t%d", zend_hash_num_elements(EG(zend_constants)));
zend_constants    764 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Constants\t%d", zend_hash_num_elements(EG(zend_constants)));
zend_constants    927 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Constants\t\t%d", zend_hash_num_elements(EG(zend_constants)));