Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_string.h37 #define IS_INTERNED(s) \ in END_EXTERN_C() macro
42 #define IS_INTERNED(s) \ in END_EXTERN_C()
54 if (!IS_INTERNED(s)) { \ in END_EXTERN_C()
60 if (!IS_INTERNED(s)) { \
66 if (!IS_INTERNED(s)) { \
72 (IS_INTERNED(str) \
83 (IS_INTERNED(str) ? (str) : estrndup((str), (len)))
86 (IS_INTERNED(str) ? (str) : zend_strndup((str), (len)));
89 (IS_INTERNED(str) ? INTERNED_HASH(str) : zend_hash_func((str), (len)+1))
H A Dzend_hash.c282 if (IS_INTERNED(arKey)) { in _zend_hash_add_or_update()
345 if (IS_INTERNED(arKey)) { in _zend_hash_quick_add_or_update()
1106 Z_STRVAL_P(key) = IS_INTERNED(p->arKey) ? (char*)p->arKey : estrndup(p->arKey, p->nKeyLength - 1); in zend_hash_get_current_key_zval_ex()
1179 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
1240 if ((IS_INTERNED(p->arKey) != IS_INTERNED(str_index)) || in zend_hash_update_current_key_ex()
1241 (!IS_INTERNED(p->arKey) && p->nKeyLength != str_length)) { in zend_hash_update_current_key_ex()
1244 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
1278 if (IS_INTERNED(str_index)) { in zend_hash_update_current_key_ex()
H A Dzend_variables.c125 if (!IS_INTERNED(zvalue->value.str.val)) { in _zval_copy_ctor_func()
H A Dzend_string.c91 if (IS_INTERNED(arKey)) { in zend_new_interned_string_int()
H A Dzend_builtin_functions.c614 …urn_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, !IS_INTERNED(string_key)); in ZEND_FUNCTION()
1023 if (IS_INTERNED(key) && prop_name != key) { in ZEND_FUNCTION()
1495 add_next_index_stringl(return_value, entry, entry_len-1, !IS_INTERNED(entry)); in ZEND_FUNCTION()
H A Dzend_operators.c1462 …if (result==op1 && !IS_INTERNED(Z_STRVAL_P(op1))) { /* special case, perform operations on result … in concat_function()
1940 if (IS_INTERNED(s)) { in increment_string()
H A Dzend_execute.c799 } else if (IS_INTERNED(Z_STRVAL_P(str))) { in zend_assign_to_string_offset()
H A Dzend_API.c3536 if (IS_INTERNED(name)) { in zend_declare_property_ex()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h361 if (!IS_INTERNED(s)) { \
366 if (!IS_INTERNED(s)) { \
371 (IS_INTERNED(s) ? (s) : estrndup(s, n))
387 # 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.c364 } else if (IS_INTERNED(p->arKey)) {
491 } else if (IS_INTERNED(p->arKey)) {
602 } else if (IS_INTERNED(p->arKey)) {
H A Dzend_persist_calc.c36 if (!IS_INTERNED(str)) { \
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_utils.h138 Z_STRVAL_P(key) = IS_INTERNED(p->arKey) ? (char*)p->arKey : estrndup(p->arKey, p->nKeyLength - 1); in zend_hash_get_current_key_zval_ex()
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c406 if (IS_INTERNED(Z_STRVAL(op_array->literals[j].constant))) { in optimizer_compact_literals()
422 if (IS_INTERNED(Z_STRVAL(op_array->literals[j].constant))) { in optimizer_compact_literals()
H A Dzend_optimizer.c81 if (IS_INTERNED(name)) { in zend_optimizer_lookup_cv()
H A Dpass1_5.c189 if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) {
H A Dblock_pass.c926 if (IS_INTERNED(Z_STRVAL(ZEND_OP1_LITERAL(last_op)))) { in zend_optimize_block()
970 if (IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(src)))) { in zend_optimize_block()
979 if (!IS_INTERNED(Z_STRVAL(ZEND_OP2_LITERAL(opline)))) { in zend_optimize_block()
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c485 if (IS_INTERNED(regex)) { in pcre_get_compiled_regex_cache()
/PHP-5.6/ext/standard/
H A Dstring.c4635 if (IS_INTERNED(allow)) {

Completed in 90 milliseconds