Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dphp_dom.c631 zend_hash_add_ptr(&classes, ce.name, &dom_namelist_prop_handlers); in PHP_MINIT_FUNCTION()
661 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
677 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
702 zend_hash_add_ptr(&classes, ce.name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
741 zend_hash_add_ptr(&classes, ce.name, &dom_attr_prop_handlers); in PHP_MINIT_FUNCTION()
749 zend_hash_add_ptr(&classes, ce.name, &dom_element_prop_handlers); in PHP_MINIT_FUNCTION()
756 zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
793 zend_hash_add_ptr(&classes, ce.name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
825 zend_hash_add_ptr(&classes, ce.name, &dom_entity_prop_handlers); in PHP_MINIT_FUNCTION()
828 zend_hash_add_ptr(&classes, ce.name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c287 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
368 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
H A Dphpdbg_watch.c472 zend_hash_add_ptr(&watch->elements, element->str, element);
535 zend_hash_add_ptr(&element->child_container, child->str, child);
613 zend_hash_add_ptr(&hti->watches, element->name_in_parent, element);
/PHP-7.1/ext/mysqli/
H A Dmysqli.c621 zend_hash_add_ptr(&classes, ce->name, &mysqli_driver_properties); in PHP_MINIT_FUNCTION()
646 zend_hash_add_ptr(&classes, ce->name, &mysqli_link_properties); in PHP_MINIT_FUNCTION()
656 zend_hash_add_ptr(&classes, ce->name, &mysqli_warning_properties); in PHP_MINIT_FUNCTION()
670 zend_hash_add_ptr(&classes, ce->name, &mysqli_result_properties); in PHP_MINIT_FUNCTION()
686 zend_hash_add_ptr(&classes, ce->name, &mysqli_stmt_properties); in PHP_MINIT_FUNCTION()
/PHP-7.1/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.c476 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
H A Dzend_builtin_functions.c812 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPOR… in ZEND_FUNCTION()
2083 } while (zend_hash_add_ptr(EG(function_table), function_name, func) == NULL); in ZEND_FUNCTION()
H A Dzend_compile.c1074 if (zend_hash_add_ptr(function_table, Z_STR_P(lcname), new_function) == NULL) { in do_bind_function()
1114 if (zend_hash_add_ptr(class_table, Z_STR_P(lcname), ce) == NULL) { in do_bind_class()
1170 if (zend_hash_add_ptr(class_table, Z_STR_P(lcname), ce) == NULL) { in do_bind_inherited_class()
5397 if (zend_hash_add_ptr(&ce->function_table, lcname, op_array) == NULL) { in zend_begin_method_decl()
6008 zend_hash_add_ptr(CG(class_table), lcname, ce); in zend_compile_class_decl()
6274 if (!zend_hash_add_ptr(current_import, lookup_name, old_name)) { in zend_compile_use()
6343 zend_hash_add_ptr(&CG(const_filenames), name, CG(compiled_filename)); in zend_compile_const_decl()
H A Dzend_hash.h522 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.c2242 if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) { in zend_register_functions()
2727 ce = zend_hash_add_ptr(CG(class_table), lcname, ce); in zend_register_class_alias_ex()
3780 if (!zend_hash_add_ptr(&ce->constants_table, name, c)) { in zend_declare_class_constant_ex()
H A Dzend_vm_def.h6792 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPOR…
H A Dzend_vm_execute.h1540 …if (EXPECTED(zend_hash_add_ptr(EG(modified_ini_directives), CG(known_strings)[ZEND_STR_ERROR_REPOR…
/PHP-7.1/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.1/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.1/main/
H A Drfc1867.c1120 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1604zend_hash_add_ptr(&client->request.headers_original_case, orig_header_name, client->current_header… in php_cli_server_client_save_header()

Completed in 235 milliseconds