Searched refs:strcat (Results 1 – 16 of 16) sorted by relevance
/PHP-5.4/win32/ |
H A D | readdir.c | 44 strcat(filespec, "\\*"); in opendir() 159 strcat(filespec, "/*"); in rewinddir()
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 105 strcat(env, instance); in PHP_INI_END()
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 2516 strcat(buf, "not_null "); 2521 strcat(buf, "primary_key "); 2526 strcat(buf, "unique_key "); 2531 strcat(buf, "multiple_key "); 2536 strcat(buf, "blob "); 2541 strcat(buf, "unsigned "); 2546 strcat(buf, "zerofill "); 2551 strcat(buf, "binary "); 2556 strcat(buf, "enum "); 2561 strcat(buf, "set "); [all …]
|
/PHP-5.4/Zend/ |
H A D | bench.php | 337 function strcat($n) { function 419 strcat(200000);
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 211 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors() 213 strcat(msg, br); in php_stream_display_wrapper_errors() 360 strcat(out, "CALL_DTOR, "); in _php_stream_pretty_free_options() 362 strcat(out, "RELEASE_STREAM, "); in _php_stream_pretty_free_options() 364 strcat(out, "PREVERSE_HANDLE, "); in _php_stream_pretty_free_options() 366 strcat(out, "RSRC_DTOR, "); in _php_stream_pretty_free_options() 368 strcat(out, "PERSISTENT, "); in _php_stream_pretty_free_options() 370 strcat(out, "IGNORE_ENCLOSING, "); in _php_stream_pretty_free_options()
|
/PHP-5.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 539 strcat(arg, " "); in firebird_info_cb() 541 strcat(arg, s); in firebird_info_cb()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regerror.c | 326 strcat((char* )buf, ": /");
|
/PHP-5.4/ext/standard/ |
H A D | config.m4 | 130 strcat(answer,"rISCgZzpwk3UhDidwXvin0"); 158 strcat(salt,"rasmuslerd............"); 216 strcat(salt,"");
|
H A D | http_fopen_wrapper.c | 389 strcat(scratch, path); in php_stream_url_wrap_http_ex() 528 strcat(scratch, ":"); in php_stream_url_wrap_http_ex() 533 strcat(scratch, resource->pass); in php_stream_url_wrap_http_ex()
|
H A D | php_crypt_r.c | 379 strcat(passwd, "$"); in php_md5_crypt_r()
|
/PHP-5.4/ext/soap/ |
H A D | php_http.c | 1051 strcat(s, new_url->path); in make_http_soap_request() 1058 strcat(s, new_url->path); in make_http_soap_request()
|
H A D | php_encoding.c | 3040 strcat(buf, tzbuf); in to_xml_datetime_ex()
|
/PHP-5.4/ext/snmp/ |
H A D | snmp.c | 865 strcat(buf2, buf); in php_snmp_internal() 1199 strcat(pptr, "]"); in netsnmp_session_init() 1211 strcat(pptr, inet_ntoa(((struct sockaddr_in*)(*res))->sin_addr)); in netsnmp_session_init()
|
/PHP-5.4/ext/interbase/ |
H A D | interbase.c | 513 strcat(IBG(errmsg), " "); in _php_ibase_error()
|
/PHP-5.4/ext/imap/ |
H A D | php_imap.c | 1659 strcat(tmp, " "); in PHP_FUNCTION() 1661 strcat(tmp, "{"); in PHP_FUNCTION()
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 3966 strcat(csv, copybuf);
|
Completed in 106 milliseconds