Home
last modified time | relevance | path

Searched refs:zend_hash_update (Results 26 – 40 of 40) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_object_handlers.c897 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
H A Dzend_inheritance.c965 zend_hash_update(&ce->constants_table, name, zv); in do_inherit_iface_constant()
H A Dzend_vm_execute.h6123 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
7964 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
9866 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
11662 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
13140 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
13867 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
14419 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
14936 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
18052 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
19641 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
[all …]
H A Dzend_API.c1251 zend_hash_update(object->properties, key, &tmp); in object_properties_load()
1257 prop = zend_hash_update(object->properties, key, prop); in object_properties_load()
H A Dzend_compile.c349 zend_hash_update(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()
3510 zend_hash_update(CG(active_op_array)->static_variables, Z_STR(var_node.u.constant), value); in zend_compile_static_var_common()
5962 zend_hash_update(Z_ARRVAL_P(result), ZSTR_EMPTY_ALLOC(), value); in zend_try_ct_eval_array()
H A Dzend_execute.c1618 retval = zend_hash_update(ht, offset_key, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h1589 retval = zend_hash_update(target_symbol_table, name, &EG(uninitialized_zval));
5247 zend_hash_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), str, expr_ptr);
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c2113 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c4179 zend_hash_update(ht, fld_name, &val); in _php_mbstr_parse_mail_headers()
4227 zend_hash_update(ht, fld_name, &val); in _php_mbstr_parse_mail_headers()
/PHP-7.0/ext/snmp/
H A Dsnmp.c2094 zend_hash_update(props, key, &rv); in php_snmp_get_properties()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4581 zend_hash_update(Z_ARRVAL_P(retval), hash_key->key, &tmp);
5843 find_hash = zend_hash_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &hash);
/PHP-7.0/ext/zip/
H A Dphp_zip.c989 zend_hash_update(props, key, ret); in php_zip_get_properties()
/PHP-7.0/ext/soap/
H A Dsoap.c1453 zend_hash_update(service->soap_functions.ft, key, &function_copy); in PHP_METHOD()
1476 zend_hash_update(service->soap_functions.ft, key, &function_copy); in PHP_METHOD()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1828 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR(tmp), &tmp); in php_odbc_fetch_hash()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c6431 zend_hash_update(Z_ARRVAL_P(result), field, &new_val);

Completed in 271 milliseconds

12