Searched refs:zend_hash_quick_del (Results 1 - 8 of 8) sorted by relevance

/PHP_5_4/Zend/
H A Dzend_hash.h155 #define zend_hash_quick_del(ht, arKey, nKeyLength, h) \ macro
H A Dzend_API.c3360 zend_hash_quick_del(&ce->properties_info, name, name_length + 1, h);
3374 zend_hash_quick_del(&ce->properties_info, name, name_length + 1, h);
H A Dzend_compile.c4094 zend_hash_quick_del(&ce->properties_info, prop_name, prop_name_length+1, prop_hash);
4492 zend_hash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.constant)), Z_HASH_P(&CONSTANT(opline->op1.constant)));
H A Dzend_execute_API.c1134 zend_hash_quick_del(EG(in_autoload), lc_name, lc_length, hash);
1699 if (zend_hash_quick_del(ht, name, name_len, hash_value) == SUCCESS) {
1739 return zend_hash_quick_del(&EG(symbol_table), name, name_len + 1, hash_value);
H A Dzend_vm_def.h3971 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
H A Dzend_vm_execute.h13929 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
15932 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
18145 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
21181 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
22520 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
23679 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
24838 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
26263 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
29508 zend_hash_quick_del(ht, Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, hval);
31382 zend_hash_quick_del(h
[all...]
H A Dzend_object_handlers.c817 UNEXPECTED(zend_hash_quick_del(zobj->properties, property_info->name, property_info->name_length+1, property_info->h) == FAILURE)) {
/PHP_5_4/ext/standard/
H A Darray.c2833 zend_hash_quick_del(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h);
3200 zend_hash_quick_del(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h);
3216 zend_hash_quick_del(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h);
3629 zend_hash_quick_del(Z_ARRVAL_P(return_value), p->arKey, p->nKeyLength, p->h);

Completed in 97 milliseconds