Home
last modified time | relevance | path

Searched refs:estrdup (Results 101 – 125 of 134) sorted by relevance

123456

/PHP-5.3/
H A DCODING_STANDARDS72 9. Prefer emalloc(), efree(), estrdup(), etc. to their standard C library
/PHP-5.3/ext/imap/
H A Dphp_imap.c3820 mystring = estrdup(tmp); in PHP_FUNCTION()
3928 tempMailTo = estrdup(to); in _php_imap_mail()
3957 tempMailTo = estrdup(cc); in _php_imap_mail()
3983 tempMailTo = estrdup(bcc); in _php_imap_mail()
4424 return estrdup(address); in _php_rfc822_write_address()
/PHP-5.3/Zend/
H A Dzend_API.c2370 if (error) *error = estrdup("cannot access self:: when no class scope is active"); in zend_is_callable_check_class()
2382 if (error) *error = estrdup("cannot access parent:: when no class scope is active"); in zend_is_callable_check_class()
2384 if (error) *error = estrdup("cannot access parent:: when current class scope has no parent"); in zend_is_callable_check_class()
2397 if (error) *error = estrdup("cannot access static:: when no class scope is active"); in zend_is_callable_check_class()
H A Dzend.c435 *opened_path = estrdup(filename); in zend_fopen_wrapper()
H A Dzend_language_scanner.l440 SCNG(script_org) = (unsigned char *)estrdup(str->value.str.val); in zend_prepare_string_for_scanning()
/PHP-5.3/ext/standard/
H A Dftp_fopen_wrapper.c1065 buf = estrdup(resource->path); in php_stream_ftp_mkdir()
H A Dimage.c1025 iname = estrdup(fline); /* simple way to get necessary buffer of required size */ in php_get_xbm()
H A Dbasic_functions.c4102 char *allowed_env_vars = estrdup(BG(sm_allowed_env_vars));
4132 pe.previous_value = estrdup(*env);
4295 argv[pos++] = estrdup(Z_STRVAL_P(arg_ptr));
4343 opts->opt_name = estrdup(Z_STRVAL_P(arg_ptr));
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1662 list = estrdup(name); in PHP_FUNCTION()
1957 mimetype = estrdup(SG(sapi_headers).mimetype); in PHP_FUNCTION()
2896 _from_encodings = estrdup(Z_STRVAL_PP(hash_entry)); in PHP_FUNCTION()
4812 return estrdup(ret); in php_mb_encoding_detector()
/PHP-5.3/ext/ldap/
H A Dldap.c1294 ldap_mods[i]->mod_type = estrdup(attribute); in php_ldap_do_modify()
2075 ZVAL_STRING(cb_url, estrdup(url), 0); in _ldap_rebind_proc()
/PHP-5.3/ext/xml/
H A Dxml.c924 parser->ltags[parser->level-1] = estrdup(tag_name); in _xml_startElementHandler()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c904 str = estrdup((char*)xmlBufferContent(out)); in to_xml_string()
2416 value = estrdup((*ext)->val); in to_xml_array()
2662 type = estrdup((*ext)->val); in to_zval_array()
/PHP-5.3/ext/oci8/
H A Doci8.c2461 *version = estrdup(version_buff); in php_oci_client_get_version()
2481 *version = estrdup(version_buff); in php_oci_server_get_version()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1834 char *res = estrdup(""), **str = &res, *s_tmp; in mysqlnd_get_backtrace()
H A Dmysqlnd_wireprotocol.c335 packet->server_version = estrdup((char *)p); in php_mysqlnd_greet_read()
/PHP-5.3/ext/sockets/
H A Dsockets.c519 SOCKETS_G(strerror_buf) = estrdup(tmp);
/PHP-5.3/ext/interbase/
H A Dibase_query.c337 ib_query->query = estrdup(query); in _php_ibase_alloc_query()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c354 mfn = estrdup(fn); in file_apprentice()
/PHP-5.3/ext/zip/
H A Dphp_zip.c1543 ze_obj->filename = estrdup(resolved_path); in ZIPARCHIVE_METHOD()
/PHP-5.3/ext/phar/
H A Dphar_object.c2359 newentry.link = estrdup(newentry.link);
2364 newentry.tmp = estrdup(newentry.tmp);
H A Dphar.c116 tmp = estrdup(PHAR_GLOBALS->cache_list); in phar_split_cache_list()
/PHP-5.3/ext/date/
H A Dphp_date.c1044 return estrdup(""); in date_format()
3798 return estrdup(""); in date_interval_format()
/PHP-5.3/ext/curl/
H A Dinterface.c1450 char *org = estrdup(string); in split_certinfo()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c994 res = estrdup((char*)tmp); in sxe_xmlNodeListGetString()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c141 param->name = estrdup(name); in rewrite_name_to_position()

Completed in 258 milliseconds

123456