Home
last modified time | relevance | path

Searched refs:strdup (Results 26 – 42 of 42) sorted by relevance

12

/PHP-7.2/sapi/cli/
H A Dphp_cli.c956 translated_path = strdup(real_path); in do_cli()
1288 ini_path_override = strdup(php_optarg); in WinMain()
/PHP-7.2/main/
H A Dmain.c206 e = PG(disable_functions) = strdup(INI_STR("disable_functions")); in php_disable_functions()
244 e = PG(disable_classes) = strdup(INI_STR("disable_classes")); in php_disable_classes()
1071 PG(last_error_message) = strdup(buffer); in php_error_cb()
1072 PG(last_error_file) = strdup(error_filename); in php_error_cb()
H A Dsnprintf.c102 return strdup((c == 'I' ? "INF" : "NAN")); in __cvt()
H A Dfastcgi.c780 ip = strdup(ip); in fcgi_listen()
839 ip = strdup(ip); in fcgi_set_allowed_clients()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c600 return strdup(ret); in sapi_fcgi_getenv()
1887 decoded_query_string = strdup(query_string);
1904 cgi_sapi_module.php_ini_path_override = strdup(php_optarg);
1945 bindpath = strdup(php_optarg);
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1215 *php_bind = strdup(*p++); in parse_opt()
1224 *php_ini_path = strdup( *p++ ); in parse_opt()
H A Dlsapilib.c3688 s_stderr_log_path = strdup(full_path); in lsapi_reopen_stderr2()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_utils.c296 PHPDBG_G(prompt)[0] = strdup(prompt); in phpdbg_set_prompt()
H A Dphpdbg_parser.c1950 PHPDBG_G(cur_command) = strdup(input); in phpdbg_do_parse()
/PHP-7.2/ext/zip/lib/
H A Dzip_open.c166 if ((new_tempdir = strdup(tempdir)) == NULL) { in zip_archive_set_tempdir()
/PHP-7.2/Zend/
H A DZend.m4100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
H A Dzend.c786 zend_version_info = strdup(ZEND_CORE_VERSION_INFO); in zend_startup()
H A Dzend_virtual_cwd.c433 main_cwd_state.cwd = strdup(cwd); in virtual_cwd_main_cwd_init()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1640 cgi_sapi_module.php_ini_path_override = strdup(php_optarg);
/PHP-7.2/
H A Dconfigure.ac664 strdup \
/PHP-7.2/ext/ldap/
H A Dldap.c47 #define strdup _strdup macro
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch340 - if ((mfn = strdup(fn)) == NULL) {

Completed in 94 milliseconds

12