Home
last modified time | relevance | path

Searched refs:zend_hash_add_ptr (Results 1 – 16 of 16) sorted by relevance

/PHP-7.0/ext/dom/
H A Dphp_dom.c632 zend_hash_add_ptr(&classes, ce.name, &dom_namelist_prop_handlers); in PHP_MINIT_FUNCTION()
662 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
678 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
703 zend_hash_add_ptr(&classes, ce.name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
742 zend_hash_add_ptr(&classes, ce.name, &dom_attr_prop_handlers); in PHP_MINIT_FUNCTION()
750 zend_hash_add_ptr(&classes, ce.name, &dom_element_prop_handlers); in PHP_MINIT_FUNCTION()
757 zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
794 zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
826 zend_hash_add_ptr(&classes, ce.name, &dom_entity_prop_handlers); in PHP_MINIT_FUNCTION()
829 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c286 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
367 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
H A Dphpdbg_watch.c254 zend_hash_add_ptr(&cur->watches, watch->str, watch->parent); in phpdbg_add_watch_collision()
257 zend_hash_add_ptr(&cur->implicit_watches, watch->str, watch->parent); in phpdbg_add_watch_collision()
369 zend_hash_add_ptr(&PHPDBG_G(watchpoints), watch->str, watch); in phpdbg_create_watchpoint()
393 zend_hash_add_ptr(ht_watches, watch->name_in_parent, watch); in phpdbg_create_watchpoint()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c626 zend_hash_add_ptr(&classes, ce->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
651 zend_hash_add_ptr(&classes, ce->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
661 zend_hash_add_ptr(&classes, ce->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
675 zend_hash_add_ptr(&classes, ce->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
691 zend_hash_add_ptr(&classes, ce->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_ini.c248 if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) { in zend_register_ini_entries()
362 zend_hash_add_ptr(EG(modified_ini_directives), name, ini_entry); in zend_alter_ini_entry_ex()
H A Dzend_constants.c454 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
H A Dzend_compile.c968 if (zend_hash_add_ptr(function_table, Z_STR_P(op2), new_function) == NULL) { in do_bind_function()
1008 if (zend_hash_add_ptr(class_table, Z_STR_P(op2), ce) == NULL) { in do_bind_class()
1064 if (zend_hash_add_ptr(class_table, Z_STR_P(op2), ce) == NULL) { in do_bind_inherited_class()
4741 if (zend_hash_add_ptr(&ce->function_table, lcname, op_array) == NULL) { in zend_begin_method_decl()
5348 zend_hash_add_ptr(CG(class_table), lcname, ce); in zend_compile_class_decl()
5614 if (!zend_hash_add_ptr(current_import, lookup_name, old_name)) { in zend_compile_use()
5683 zend_hash_add_ptr(&CG(const_filenames), name, CG(compiled_filename)); in zend_compile_const_decl()
H A Dzend_hash.h495 static zend_always_inline void *zend_hash_add_ptr(HashTable *ht, zend_string *key, void *pData) in zend_hash_add_ptr() function
H A Dzend_API.c2246 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
2731 ce = zend_hash_add_ptr(CG(class_table), lcname, ce); in zend_register_class_alias_ex()
H A Dzend_builtin_functions.c1999 } while (zend_hash_add_ptr(EG(function_table), function_name, func) == NULL); in ZEND_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_schema.c1127 if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) { in schema_group()
1565 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1797 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()
1886 zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext); in schema_attribute()
1981 if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) { in schema_attributeGroup()
2165 zend_hash_add_ptr(ht, _key, newAttr); in schema_attributegroup_fixup()
H A Dphp_sdl.c544 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header()
646 if (zend_hash_add_ptr(binding->headers, key.s, h) == NULL) { in wsdl_soap_binding_body()
/PHP-7.0/ext/standard/
H A Duser_filters.c588 if (zend_hash_add_ptr(BG(user_filter_map), filtername, fdat) != NULL && in PHP_FUNCTION()
H A Dproc_open.c120 zend_hash_add_ptr(env_hash, key, str); in _php_array_to_envp()
/PHP-7.0/main/
H A Drfc1867.c1118 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1586zend_hash_add_ptr(&client->request.headers_original_case, orig_header_name, client->current_header… in php_cli_server_client_save_header()

Completed in 124 milliseconds