IS_INTERNED 3491 Zend/zend_API.c if (IS_INTERNED(name)) { IS_INTERNED 614 Zend/zend_builtin_functions.c add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, !IS_INTERNED(string_key)); IS_INTERNED 1023 Zend/zend_builtin_functions.c if (IS_INTERNED(key) && prop_name != key) { IS_INTERNED 1495 Zend/zend_builtin_functions.c add_next_index_stringl(return_value, entry, entry_len-1, !IS_INTERNED(entry)); IS_INTERNED 801 Zend/zend_execute.c } else if (IS_INTERNED(Z_STRVAL_P(str))) { IS_INTERNED 282 Zend/zend_hash.c if (IS_INTERNED(arKey)) { IS_INTERNED 345 Zend/zend_hash.c if (IS_INTERNED(arKey)) { IS_INTERNED 1106 Zend/zend_hash.c Z_STRVAL_P(key) = IS_INTERNED(p->arKey) ? (char*)p->arKey : estrndup(p->arKey, p->nKeyLength - 1); IS_INTERNED 1179 Zend/zend_hash.c if (IS_INTERNED(str_index)) { IS_INTERNED 1240 Zend/zend_hash.c if ((IS_INTERNED(p->arKey) != IS_INTERNED(str_index)) || IS_INTERNED 1241 Zend/zend_hash.c (!IS_INTERNED(p->arKey) && p->nKeyLength != str_length)) { IS_INTERNED 1244 Zend/zend_hash.c if (IS_INTERNED(str_index)) { IS_INTERNED 1278 Zend/zend_hash.c if (IS_INTERNED(str_index)) { IS_INTERNED 1450 Zend/zend_operators.c if (result==op1 && !IS_INTERNED(Z_STRVAL_P(op1))) { /* special case, perform operations on result */ IS_INTERNED 1928 Zend/zend_operators.c if (IS_INTERNED(s)) { IS_INTERNED 91 Zend/zend_string.c if (IS_INTERNED(arKey)) { IS_INTERNED 37 Zend/zend_string.h #define IS_INTERNED(s) \ IS_INTERNED 42 Zend/zend_string.h #define IS_INTERNED(s) \ IS_INTERNED 54 Zend/zend_string.h if (!IS_INTERNED(s)) { \ IS_INTERNED 60 Zend/zend_string.h if (!IS_INTERNED(s)) { \ IS_INTERNED 66 Zend/zend_string.h if (!IS_INTERNED(s)) { \ IS_INTERNED 72 Zend/zend_string.h (IS_INTERNED(str) \ IS_INTERNED 83 Zend/zend_string.h (IS_INTERNED(str) ? (str) : estrndup((str), (len))) IS_INTERNED 86 Zend/zend_string.h (IS_INTERNED(str) ? (str) : zend_strndup((str), (len))); IS_INTERNED 89 Zend/zend_string.h (IS_INTERNED(str) ? INTERNED_HASH(str) : zend_hash_func((str), (len)+1)) IS_INTERNED 125 Zend/zend_variables.c if (!IS_INTERNED(zvalue->value.str.val)) { IS_INTERNED 919 ext/opcache/Optimizer/block_pass.c if (IS_INTERNED(Z_STRVAL(ZEND_OP1_LITERAL(last_op)))) { IS_INTERNED 963 ext/opcache/Optimizer/block_pass.c if (IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(src)))) { IS_INTERNED 972 ext/opcache/Optimizer/block_pass.c if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) { IS_INTERNED 406 ext/opcache/Optimizer/compact_literals.c if (IS_INTERNED(Z_STRVAL(op_array->literals[j].constant))) { IS_INTERNED 422 ext/opcache/Optimizer/compact_literals.c if (IS_INTERNED(Z_STRVAL(op_array->literals[j].constant))) { IS_INTERNED 188 ext/opcache/Optimizer/pass1_5.c if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) { IS_INTERNED 81 ext/opcache/Optimizer/zend_optimizer.c if (IS_INTERNED(name)) { IS_INTERNED 354 ext/opcache/ZendAccelerator.h if (!IS_INTERNED(s)) { \ IS_INTERNED 359 ext/opcache/ZendAccelerator.h if (!IS_INTERNED(s)) { \ IS_INTERNED 364 ext/opcache/ZendAccelerator.h (IS_INTERNED(s) ? (s) : estrndup(s, n)) IS_INTERNED 364 ext/opcache/zend_accelerator_util_funcs.c } else if (IS_INTERNED(p->arKey)) { IS_INTERNED 491 ext/opcache/zend_accelerator_util_funcs.c } else if (IS_INTERNED(p->arKey)) { IS_INTERNED 602 ext/opcache/zend_accelerator_util_funcs.c } else if (IS_INTERNED(p->arKey)) { IS_INTERNED 38 ext/opcache/zend_persist.c IS_INTERNED(str) ? str : zend_accel_memdup(str, len) IS_INTERNED 41 ext/opcache/zend_persist.c if (!IS_INTERNED(str)) { zend_accel_store(str, len); } \ IS_INTERNED 36 ext/opcache/zend_persist_calc.c if (!IS_INTERNED(str)) { \ IS_INTERNED 479 ext/pcre/php_pcre.c if (IS_INTERNED(regex)) { IS_INTERNED 4604 ext/standard/string.c if (IS_INTERNED(allow)) { IS_INTERNED 138 sapi/phpdbg/phpdbg_utils.h Z_STRVAL_P(key) = IS_INTERNED(p->arKey) ? (char*)p->arKey : estrndup(p->arKey, p->nKeyLength - 1);