Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dzend_optimizer.c158 …Z_HASH_P(&ZEND_OP1_LITERAL(opline)) = zend_hash_func(Z_STRVAL(ZEND_OP1_LITERAL(opline)), Z_STRLEN(… in update_op1_const()
162 …op_array->literals[opline->op1.constant+1].hash_value = zend_hash_func(Z_STRVAL(op_array->literals… in update_op1_const()
167 …Z_HASH_P(&ZEND_OP1_LITERAL(opline)) = zend_hash_func(Z_STRVAL(ZEND_OP1_LITERAL(opline)), Z_STRLEN(… in update_op1_const()
172 …Z_HASH_P(&ZEND_OP1_LITERAL(opline)) = zend_hash_func(Z_STRVAL(ZEND_OP1_LITERAL(opline)), Z_STRLEN(… in update_op1_const()
192 …Z_HASH_P(&ZEND_OP2_LITERAL(opline)) = zend_hash_func(Z_STRVAL(ZEND_OP2_LITERAL(opline)), Z_STRLEN(… in update_op2_const()
210 …op_array->literals[opline->op2.constant+1].hash_value = zend_hash_func(Z_STRVAL(op_array->literals… in update_op2_const()
216 …op_array->literals[opline->op2.constant+1].hash_value = zend_hash_func(Z_STRVAL(op_array->literals… in update_op2_const()
H A Dcompact_literals.c374 h = zend_hash_func(key, key_len); in optimizer_compact_literals()
409 …op_array->literals[j].hash_value = zend_hash_func(Z_STRVAL(op_array->literals[j].constant), Z_STRL… in optimizer_compact_literals()
425 …op_array->literals[j].hash_value = zend_hash_func(Z_STRVAL(op_array->literals[j].constant), Z_STRL… in optimizer_compact_literals()
/PHP-5.6/Zend/
H A Dzend_string.h89 (IS_INTERNED(str) ? INTERNED_HASH(str) : zend_hash_func((str), (len)+1))
H A Dzend_hash.h161 zend_hash_func
299 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength);
H A Dzend_object_handlers.c988 …return zend_check_private_int(fbc, ce, function_name_strval, function_name_strlen, zend_hash_func(… in zend_check_private()
1053 hash_value = zend_hash_func(lc_method_name, method_len+1); in zend_std_get_method()
1197 hash_value = zend_hash_func(lc_function_name, function_name_strlen+1); in zend_std_get_static_method()
1282 hash_value = zend_hash_func(property_name, property_name_len+1); in zend_std_get_static_property()
H A Dzend_hash.c107 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength) in zend_hash_func() function
H A Dzend_compile.c1745 …Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)… in zend_do_begin_function_declaration()
4027 ulong h = zend_hash_func(arKey, nKeyLength); in zend_add_trait_method()
5206 …Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)… in zend_do_begin_class_declaration()
6872 return zend_is_auto_global_quick(name, name_len, zend_hash_func(name, name_len+1) TSRMLS_CC); in zend_is_auto_global()
/PHP-5.6/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp265 local_literal.hash_value = zend_hash_func( in IntlPartsIterator_get_method()
/PHP-5.6/
H A DUPGRADING.INTERNALS142 zend_hash_func(str, len+1) otherwise
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c660 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode()
886 zend_hash_func(opname, strlen(opname)), (void**)&brake) == SUCCESS) { in phpdbg_find_breakpoint_opcode()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c1040 ulong h = zend_hash_func(name, namelen); in sxe_properties_add()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c1478 …new_persistent_script->hash_value = zend_hash_func(new_persistent_script->full_path, new_persisten… in compile_and_cache_file()

Completed in 54 milliseconds