Home
last modified time | relevance | path

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

/PHP-8.3/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.c297 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.h222 static zend_always_inline zend_string *zend_string_dup(zend_string *s, bool persistent) in zend_string_dup() function
/PHP-8.3/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-8.3/sapi/apache2handler/
H A Dapache_config.c165 key = zend_string_dup(str, 1); in merge_php_config()
/PHP-8.3/ext/oci8/
H A Doci8.c1085 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1096 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
1109 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1860 session_pool->spool_hash_key = zend_string_dup(hash_key, 1); in php_oci_create_spool()
/PHP-8.3/ext/com_dotnet/
H A Dcom_typeinfo.c231 c.name = zend_string_dup(const_name, /* persistent */ true); in php_com_import_typelib()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c604 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c1976 client->addr_str = zend_string_dup(tmp_addr, /* persistent */ true); in php_cli_server_client_ctor()
/PHP-8.3/ext/phar/
H A Dphar.c687 tracker->str = zend_string_dup(tracker->str, false); in phar_metadata_tracker_clone()

Completed in 75 milliseconds