Home
last modified time | relevance | path

Searched refs:estrdup (Results 51 – 75 of 106) sorted by relevance

12345

/PHP-7.4/Zend/
H A Dzend_alloc.h170 #define estrdup(s) _estrdup((s) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro
210 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s))
H A Dzend_ini_parser.y207 error_buf = estrdup("Invalid configuration directive\n"); in ini_error()
H A Dzend_API.c2922 if (error) *error = estrdup("cannot access self:: when no class scope is active"); in zend_is_callable_check_class()
2936 if (error) *error = estrdup("cannot access parent:: when no class scope is active"); in zend_is_callable_check_class()
2938 if (error) *error = estrdup("cannot access parent:: when current class scope has no parent"); in zend_is_callable_check_class()
2955 if (error) *error = estrdup("cannot access static:: when no class scope is active"); in zend_is_callable_check_class()
3068 if (error) *error = estrdup("invalid function name"); in zend_is_callable_check_func()
3428 if (error) *error = estrdup("first array member is not a valid class name or object"); in zend_is_callable_impl()
3430 if (error) *error = estrdup("second array member is not a valid method"); in zend_is_callable_impl()
3433 if (error) *error = estrdup("array must have exactly two members"); in zend_is_callable_impl()
3450 if (error) *error = estrdup("no array or string given"); in zend_is_callable_impl()
3456 if (error) *error = estrdup("no array or string given"); in zend_is_callable_impl()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c118 ctx->content_type = estrdup(val); in php_apache_sapi_header_handler()
532 SG(request_info).auth_user = estrdup(r->user); in php_apache_request_ctor()
/PHP-7.4/win32/
H A Dregistry.c218 orig_path = path = estrdup(path); in UpdateIniFromRegistry()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c72 subnode->iter.name = (xmlChar*)estrdup(name); in _node_as_zval()
75 subnode->iter.nsprefix = (xmlChar*)estrdup((char*)nsprefix); in _node_as_zval()
995 subnode->iter.nsprefix = (xmlChar*)estrdup((char *)nsprefix); in _get_base_node_value()
2044 clone->iter.name = (xmlChar*)estrdup((char*)sxe->iter.name); in sxe_object_clone()
2047 clone->iter.nsprefix = (xmlChar*)estrdup((char*)sxe->iter.nsprefix); in sxe_object_clone()
2210 sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL; in PHP_FUNCTION()
2264 sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL; in PHP_FUNCTION()
2309 sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL; in SXE_METHOD()
/PHP-7.4/main/
H A DSAPI.c780 mimetype = estrdup(ptr); in sapi_header_op()
783 SG(sapi_headers).mimetype = estrdup(mimetype); in sapi_header_op()
1028 value = estrdup(tmp); in sapi_getenv()
H A Dphp_ini.c526 binary_location = estrdup(PG(php_binary)); in php_init_config()
669 bufpath = estrdup(php_ini_scanned_path); in php_init_config()
H A Dphp_variables.c461 res = (char *) estrdup(c_var); in SAPI_TREAT_DATA_FUNC()
469 res = (char *) estrdup(c_var); in SAPI_TREAT_DATA_FUNC()
H A Dmain.c444 path = estrdup(envpath); in php_binary_init()
1112 ref = estrdup(docref); in php_verror()
1120 target = estrdup(p); in php_verror()
2767 SG(request_info).auth_password = estrdup(pass); in php_handle_auth_data()
2781 SG(request_info).auth_digest = estrdup(auth + 7); in php_handle_auth_data()
H A Dnetwork.c1033 buf = estrdup(errstr);
1046 buf = estrdup(sysbuf);
/PHP-7.4/ext/dba/
H A Ddba_lmdb.c355 return estrdup(MDB_VERSION_STRING); in DBA_INFO_FUNC()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c92 einfo->errmsg = estrdup(msg); in _pdo_pgsql_error()
280 S->query = estrdup(sql); in pgsql_handle_preparer()
368 id = estrdup((char *)PQgetvalue(res, 0, 0)); in pdo_pgsql_last_insert_id()
/PHP-7.4/ext/standard/
H A Dinfo.c871 descr = estrdup("disabled"); in php_print_info()
960 tmp1 = estrdup(*env); in php_print_info()
/PHP-7.4/ext/session/
H A Dmod_files.c182 data->lastkey = estrdup(key); in ps_files_open()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1801 SG(request_info).argv[i] = estrdup(argv[php_optind - 1 + i]); in main()
1803 SG(request_info).argv[0] = PHPDBG_G(exec) ? estrdup(PHPDBG_G(exec)) : estrdup(""); in main()
1992 phpdbg_interactive(1, estrdup(first_command)); in main()
/PHP-7.4/ext/phar/
H A Dutil.c48 return estrdup(entry->link + 1); in phar_get_link_location()
1964 entry->link = estrdup(entry->link); in phar_update_cached_entry()
1968 entry->tmp = estrdup(entry->tmp); in phar_update_cached_entry()
2017 phar->signature = estrdup(phar->signature); in phar_copy_cached_phar()
/PHP-7.4/main/streams/
H A Dstreams.c164 tmp = estrdup(path); in php_stream_display_wrapper_errors()
2011 BG(CurrentLStatFile) = estrdup(path);
2017 BG(CurrentStatFile) = estrdup(path);
2185 char *tmp = estrdup(path);
H A Dplain_wrapper.c1613 pathbuf = estrdup(path); in _php_stream_fopen_with_path()
1624 pathbuf = estrdup(path); in _php_stream_fopen_with_path()
H A Dmemory.c584 self->tmpdir = estrdup(tmpdir); in _php_stream_temp_create_ex()
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c366 tmp = estrdup(""); in GetDataBlock()
/PHP-7.4/ext/spl/
H A Dphp_spl.c883 strg = estrdup(""); in PHP_MINFO_FUNCTION()
893 strg = estrdup(""); in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c648 SG(request_info).path_translated = estrdup( LSAPI_GetScriptFileName()); in init_request_info()
1330 SG(request_info).path_translated = estrdup(*p); in cli_main()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1452 SG(request_info).path_translated = estrdup(script_path_translated);
2342 script_file = estrdup(php_optarg);
2438 SG(request_info).path_translated = estrdup(argv[php_optind]);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1313 SG(request_info).path_translated = estrdup(script_path_translated); in init_request_info()
1916 primary_script = estrdup(SG(request_info).path_translated); in main()

Completed in 165 milliseconds

12345