Home
last modified time | relevance | path

Searched refs:IS_INTERNED (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_string.h37 #define IS_INTERNED(s) \ macro
42 #define IS_INTERNED(s) \
54 if (!IS_INTERNED(s)) { \
60 if (!IS_INTERNED(s)) { \
H A Dzend_constants.c41 if (!IS_INTERNED(c->name)) { in copy_zend_constant()
500 chash = IS_INTERNED(lowercase_name) ? INTERNED_HASH(lowercase_name) : 0; in zend_register_constant()
509 chash = IS_INTERNED(lowercase_name) ? INTERNED_HASH(lowercase_name) : 0; in zend_register_constant()
535 if (lowercase_name && !IS_INTERNED(lowercase_name)) { in zend_register_constant()
H A Dzend_hash.c246 if (IS_INTERNED(arKey)) { in _zend_hash_add_or_update()
323 if (IS_INTERNED(arKey)) { in _zend_hash_quick_add_or_update()
1258 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
1377 if ((IS_INTERNED(p->arKey) != IS_INTERNED(str_index)) || in zend_hash_update_current_key_ex()
1378 (!IS_INTERNED(p->arKey) && p->nKeyLength != str_length)) { in zend_hash_update_current_key_ex()
1381 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
1424 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
H A Dzend_variables.c122 if (!IS_INTERNED(zvalue->value.str.val)) { in _zval_copy_ctor_func()
H A Dzend_string.c89 if (IS_INTERNED(arKey)) { in zend_new_interned_string_int()
H A Dzend.h673 #define STR_FREE(ptr) if (ptr && !IS_INTERNED(ptr)) { efree(ptr); }
674 #define STR_FREE_REL(ptr) if (ptr && !IS_INTERNED(ptr)) { efree_rel(ptr); }
H A Dzend_operators.c1261 if (IS_INTERNED(Z_STRVAL_P(op1))) { in add_char_to_string()
1283 if (IS_INTERNED(Z_STRVAL_P(op1))) { in add_string_to_string()
1320 …if (result==op1 && !IS_INTERNED(Z_STRVAL_P(op1))) { /* special case, perform operations on result … in concat_function()
1794 if (IS_INTERNED(s)) { in increment_string()
H A Dzend_execute.c766 if (IS_INTERNED(Z_STRVAL_P(T->str_offset.str))) { in zend_assign_to_string_offset()
779 } else if (IS_INTERNED(Z_STRVAL_P(T->str_offset.str))) { in zend_assign_to_string_offset()
1016 if (IS_INTERNED(offset_key)) { in zend_fetch_dimension_address_inner()
H A Dzend_vm_execute.h3825 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4721 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5578 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
6286 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
7225 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
9093 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
9951 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
10810 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_VAR_HANDLER()
11395 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
12250 if (IS_INTERNED(Z_STRVAL_P(offset))) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER()
[all …]
H A Dzend_execute_API.c531 if (inline_change && !IS_INTERNED(save)) { in zval_update_constant_ex()
536 if (inline_change && save && save != actual && !IS_INTERNED(save)) { in zval_update_constant_ex()
H A Dzend_vm_def.h1063 } else if (IS_INTERNED(Z_STRVAL_P(varname))) {
3640 if (IS_INTERNED(Z_STRVAL_P(offset))) {
3994 if (IS_INTERNED(Z_STRVAL_P(offset))) {
4494 if (IS_INTERNED(Z_STRVAL_P(offset))) {
5179 …c.name = IS_INTERNED(Z_STRVAL_P(name)) ? Z_STRVAL_P(name) : zend_strndup(Z_STRVAL_P(name), Z_STRLE…
H A Dzend_compile.c64 if (IS_INTERNED(Z_STRVAL(CONSTANT(num)))) { \
110 if (!IS_INTERNED(property_info->name)) { in zend_duplicate_property_info()
121 if (!IS_INTERNED(property_info->name)) { in zend_duplicate_property_info_internal()
664 } else if (IS_INTERNED(Z_STRVAL(varname->u.constant))) { in fetch_simple_variable_ex()
1576 if (IS_INTERNED(lcname)) { in zend_do_begin_function_declaration()
1996 if (!IS_INTERNED(Z_STRVAL(name))) { in zend_do_begin_method_call()
5362 if (IS_INTERNED(cname)) { in zend_do_declare_class_constant()
H A Dzend_API.c2138 if (IS_INTERNED(lowercase_name)) { in zend_register_functions()
2509 if (IS_INTERNED(lowercase_name)) { in do_register_internal_class()
3481 if (IS_INTERNED(name)) { in zend_declare_property_ex()
H A Dzend_language_scanner.l659 if (IS_INTERNED(str->value.str.val)) { in zend_prepare_string_for_scanning()
H A Dzend_builtin_functions.c709 c.name = IS_INTERNED(name) ? name : zend_strndup(name, name_len); in ZEND_FUNCTION()
H A Dzend_language_scanner.c661 if (IS_INTERNED(str->value.str.val)) { in zend_prepare_string_for_scanning()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h352 if (!IS_INTERNED(s)) { \
357 if (!IS_INTERNED(s)) { \
362 (IS_INTERNED(s) ? (s) : estrndup(s, n))
378 # define IS_INTERNED(s) 0 macro
H A Dzend_persist.c38 IS_INTERNED(str) ? str : zend_accel_memdup(str, len)
41 if (!IS_INTERNED(str)) { zend_accel_store(str, len); } \
H A Dzend_accelerator_util_funcs.c309 } else if (IS_INTERNED(p->arKey)) {
429 } else if (IS_INTERNED(p->arKey)) {
540 } else if (IS_INTERNED(p->arKey)) {
H A Dzend_persist_calc.c36 if (!IS_INTERNED(str)) { \
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c178 if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) {
H A Dzend_optimizer.c50 if (IS_INTERNED(name)) { in zend_optimizer_lookup_cv()
H A Dblock_pass.c919 if (IS_INTERNED(Z_STRVAL(ZEND_OP1_LITERAL(last_op)))) { in zend_optimize_block()
963 if (IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(src)))) { in zend_optimize_block()
972 if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) { in zend_optimize_block()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c479 if (IS_INTERNED(regex)) { in pcre_get_compiled_regex_cache()
/PHP-5.5/ext/standard/
H A Dstring.c4628 if (IS_INTERNED(allow)) {

Completed in 197 milliseconds