Home
last modified time | relevance | path

Searched refs:zend_string_dup (Results 1 – 13 of 13) sorted by relevance

/php-src/Zend/
H A Dzend_variables.c131 ZVAL_NEW_STR(zvalue, zend_string_dup(Z_STR_P(zvalue), 0)); in zval_copy_ctor_func()
H A Dzend_ini.c154 new_entry->name = zend_string_dup(old_entry->name, 1); in copy_ini_entry()
157 new_entry->value = zend_string_dup(old_entry->value, 1); in copy_ini_entry()
160 new_entry->orig_value = zend_string_dup(old_entry->orig_value, 1); in copy_ini_entry()
H A Dzend_attributes.c427 attr->name = zend_string_dup(name, persistent); in zend_add_attribute()
H A Dzend_constants.c72 Z_STR(c->value) = zend_string_dup(Z_STR(c->value), 1); in copy_zend_constant()
H A Dzend_string.h224 static zend_always_inline zend_string *zend_string_dup(zend_string *s, bool persistent) in zend_string_dup() function
/php-src/main/
H A Dphp_ini.c214 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
243 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
807 zend_string *data_str = zend_string_dup(Z_STR_P(data), 0); in php_ini_activate_config()
/php-src/sapi/apache2handler/
H A Dapache_config.c165 key = zend_string_dup(str, 1); in merge_php_config()
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c231 c.name = zend_string_dup(const_name, /* persistent */ true); in php_com_import_typelib()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst144 - - ``zend_string_dup(s, p)``
/php-src/ext/opcache/
H A Dzend_accelerator_module.c614 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
/php-src/ext/soap/
H A Dphp_sdl.c159 …new_enc->details.clark_notation = zend_string_dup(new_enc->details.clark_notation, sdl->is_persist… in get_encoder()
2826 penc->details.clark_notation = zend_string_dup(penc->details.clark_notation, 1); in make_persistent_sdl_encoder()
/php-src/sapi/cli/
H A Dphp_cli_server.c1949 client->addr_str = zend_string_dup(tmp_addr, /* persistent */ true); in php_cli_server_client_ctor()
/php-src/ext/phar/
H A Dphar.c689 tracker->str = zend_string_dup(tracker->str, false); in phar_metadata_tracker_clone()

Completed in 50 milliseconds