Home
last modified time | relevance | path

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

/PHP-7.4/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.c151 new_entry->name = zend_string_dup(old_entry->name, 1); in copy_ini_entry()
154 new_entry->value = zend_string_dup(old_entry->value, 1); in copy_ini_entry()
157 new_entry->orig_value = zend_string_dup(old_entry->orig_value, 1); in copy_ini_entry()
H A Dzend_string.h173 static zend_always_inline zend_string *zend_string_dup(zend_string *s, int persistent) in zend_string_dup() function
H A Dzend_constants.c68 Z_STR(c->value) = zend_string_dup(Z_STR(c->value), 1); in copy_zend_constant()
H A Dzend.c605 zend_string *name = zend_string_dup(ZEND_TYPE_NAME(arg_info[i].type), 1); in function_copy_ctor()
/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c161 key = zend_string_dup(str, 1); in merge_php_config()
/PHP-7.4/main/
H A Dphp_ini.c220 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
249 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
/PHP-7.4/ext/standard/
H A Dbrowscap.c254 interned = zend_string_dup(lcname, persistent); in browscap_intern_str_ci()
/PHP-7.4/ext/oci8/
H A Doci8.c1966 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1977 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
1990 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
2772 session_pool->spool_hash_key = zend_string_dup(hash_key, 1); in php_oci_create_spool()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c556 …add_assoc_str(&persistent_script_report, "full_path", zend_string_dup(script->script.filename, 0));

Completed in 64 milliseconds