Home
last modified time | relevance | path

Searched refs:zend_hash_index_del (Results 1 – 25 of 25) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_weakrefs.c48 zend_hash_index_del(&EG(weakrefs), (zend_ulong) object); in zend_weakrefs_notify()
105 zend_hash_index_del( in zend_weakref_free()
H A Dzend_list.c50 return zend_hash_index_del(&EG(regular_list), res->handle); in zend_list_delete()
59 return zend_hash_index_del(&EG(regular_list), res->handle); in zend_list_free()
H A Dzend_hash.h171 ZEND_API int ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h);
448 return zend_hash_index_del(ht, idx); in zend_symtable_del()
460 return zend_hash_index_del(ht, idx); in zend_symtable_del_ind()
544 return zend_hash_index_del(ht, idx); in zend_symtable_str_del()
556 return zend_hash_index_del(ht, idx); in zend_symtable_str_del_ind()
H A Dzend_ts_hash.c205 retval = zend_hash_index_del(TS_HASH(ht), h); in zend_ts_hash_index_del()
H A Dzend_generators.c565 zend_hash_index_del(next->node.child.ht, (zend_ulong) generator); in zend_generator_add_child()
H A Dzend_inheritance.c2401 zend_hash_index_del(all_obligations, num_key); in resolve_delayed_variance_obligations()
2437 zend_hash_index_del(all_obligations, num_key); in report_variance_errors()
H A Dzend_alloc.c2716 zend_hash_index_del(AG(mm_heap)->tracked_allocs, h);
2722 zend_hash_index_del(AG(mm_heap)->tracked_allocs, h);
H A Dzend_hash.c1490 ZEND_API int ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h) in zend_hash_index_del() function
H A Dzend_vm_def.h6199 zend_hash_index_del(ht, hval);
H A Dzend_vm_execute.h24132 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER()
26256 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_HANDLER()
29980 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER()
41116 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER()
44519 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_CV_TMPVAR_HANDLER()
49655 zend_hash_index_del(ht, hval); in ZEND_UNSET_DIM_SPEC_CV_CV_HANDLER()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c343 zend_hash_index_del(&coll->parents, (zend_ulong) watch);
359 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref);
716 if (zend_hash_index_del(&PHPDBG_G(watch_elements), child->id) == SUCCESS) {
805 zend_hash_index_del(&PHPDBG_G(watch_elements), element->id);
1168 zend_hash_index_del(&PHPDBG_G(watch_free), (zend_ulong) ptr);
H A Dphpdbg_bp.c53 zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (id))
1235zend_hash_index_del(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], ((phpdbg_breakopline_t *) brake)->opline); in phpdbg_delete_breakpoint()
1241 zend_hash_index_del(table, numkey); in phpdbg_delete_breakpoint()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c144zend_hash_index_del(&EG(regular_list), net_stream->res->handle); /* ToDO: should it be res->handle… in MYSQLND_METHOD()
235zend_hash_index_del(&EG(regular_list), net_stream->res->handle); /* ToDO: should it be res->handle… in MYSQLND_METHOD()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c498 zend_hash_index_del(Z_ARR_P(result), 0); in ct_eval_del_array_elem()
501 zend_hash_index_del(Z_ARR_P(result), 1); in ct_eval_del_array_elem()
504 zend_hash_index_del(Z_ARR_P(result), Z_LVAL_P(key)); in ct_eval_del_array_elem()
507 zend_hash_index_del(Z_ARR_P(result), zend_dval_to_lval(Z_DVAL_P(key))); in ct_eval_del_array_elem()
/PHP-7.4/ext/oci8/
H A Doci8_lob.c669 zend_hash_index_del(descriptor->connection->descriptors, descriptor->index); in php_oci_lob_free()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c180 zend_hash_index_del(ht, i); in spl_fixedarray_object_get_properties()
H A Dspl_observer.c211 ret = zend_hash_index_del(&intern->storage, key.h); in spl_object_storage_detach()
H A Dspl_array.c592 if (zend_hash_index_del(ht, index) == FAILURE) { in spl_array_unset_dimension_ex()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c391 zend_hash_index_del(hash, param->paramno); in really_register_bound_param()
410 zend_hash_index_del(hash, pparam->paramno); in really_register_bound_param()
/PHP-7.4/ext/standard/
H A Darray.c4634 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h);
4966 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h);
4982 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h);
5391 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h);
/PHP-7.4/ext/soap/
H A Dphp_schema.c2171 zend_hash_index_del(tmp->attributes, index); in schema_attributegroup_fixup()
2273 zend_hash_index_del(type->attributes, index); in schema_type_fixup()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1704 zend_hash_index_del(hash, param->param_number); in register_bound_parameter_to_sqlite()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1995 zend_hash_index_del(&server->clients, client->sock); in php_cli_server_close_connection()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2155 zend_hash_index_del(EG(zend_constants), new_const_num); in persistent_compile_file()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c944 zend_hash_index_del(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()

Completed in 545 milliseconds