Searched refs:zend_hash_str_update_ind (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_hash.h | 107 #define zend_hash_str_update_ind(ht, key, len, pData) \ macro 475 return zend_hash_str_update_ind(ht, str, len, pData); in zend_symtable_str_update_ind()
|
H A D | zend_execute_API.c | 1693 …return (zend_hash_str_update_ind(execute_data->symbol_table, name, len, value) != NULL) ? SUCCESS … in zend_set_local_var_str()
|
/PHP-7.2/main/ |
H A D | main.c | 945 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_verror() 1270 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_error_cb()
|
Completed in 35 milliseconds