| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 459 php_printf("class %s { /* GUID=%s */\n", ansiname, guidstring); 500 php_printf("\t/* DISPID=%d */\n", func->memid); 503 php_printf("\t/* %s [%d] */\n", 515 php_printf("\t/* %s */\n", funcdesc); 519 php_printf("\tvar $%s;\n\n", ansiname); 524 php_printf("\tfunction %s(\n", ansiname); 529 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); 532 php_printf("[in]"); 534 php_printf("[out]"); 538 php_printf(" [all...] |
| /PHP_5_3/ext/interbase/ |
| H A D | php_ibase_includes.h | 41 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
|
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 233 php_printf("%s", value);
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8.c | 1453 php_printf ("OCI8 DEBUG L1: np_dtor cleaning up: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 1469 php_printf ("OCI8 DEBUG L1: np_dtor releasing: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 1914 php_printf ("OCI8 DEBUG L1: Got a cached stub: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 1916 php_printf ("OCI8 DEBUG L1: Got a cached connection: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 1918 php_printf ("OCI8 DEBUG L1: Got NO cached connection at (%s:%d) \n", __FILE__, __LINE__); 2165 php_printf ("OCI8 DEBUG L1: New Persistent Connection address: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 2167 php_printf ("OCI8 DEBUG L1: New Non-Persistent Connection address: (%p) at (%s:%d) \n", connection, __FILE__, __LINE__); 2169 php_printf ("OCI8 DEBUG L1: num_persistent=(%ld), num_links=(%ld) at (%s:%d) \n", OCI_G(num_persistent), OCI_G(num_links), __FILE__, __LINE__); 2692 php_printf ("OCI8 DEBUG L1: persistent_helper processing for timeout: (%p stub=%d) at (%s:%d) \n", connection, connection->is_stub, __FILE__, __LINE__); 2825 php_printf ("OCI [all...] |
| H A D | php_oci8_int.h | 259 php_printf ("OCI8 DEBUG: " #func " at (%s:%d) \n", __FILE__, __LINE__); \ 269 php_printf ("OCI8 DEBUG: " #func " at (%s:%d) \n", __FILE__, __LINE__); \
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 544 php_printf("%s", value); 567 php_printf("%s", value); 631 php_printf("return up to %s bytes", value); 673 php_printf("Unknown cursor model %s", value); 2225 php_printf("<h2>No rows found</h2>\n"); 2231 php_printf("<table><tr>"); 2233 php_printf("<table %s ><tr>", pv_format); 2237 php_printf("<th>%s</th>", result->values[i].name); 2240 php_printf("</tr>\n"); 2244 php_printf("<t [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | formatted_print.c | 48 # define PRINTF_DEBUG(arg) php_printf arg
|
| H A D | info.c | 96 php_printf("<h2><a name=\"module_%s\">%s</a></h2>\n", zend_module->name, zend_module->name); 112 php_printf("<tr><td>%s</td></tr>\n", zend_module->name); 114 php_printf("%s\n", zend_module->name); 171 php_printf("%ld", num_key); 228 php_printf("<style type=\"text/css\">\n"); 230 php_printf("</style>\n"); 635 php_printf("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=%s\" />\n", charset); 693 php_printf("<h1 class=\"p\">PHP Version %s</h1>\n", PHP_VERSION); 1040 php_printf("<table border=\"0\" cellpadding=\"3\" width=\"600\">\n"); 1042 php_printf("\ [all...] |
| H A D | var.c | 45 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); 47 php_printf("%*c[\"", level + 1, ' '); 49 php_printf("\"]=>\n"); 64 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); 67 php_printf("%*c[", level + 1, ' '); 71 php_printf("\"%s\":protected", prop_name); 73 php_printf("\"%s\":\"%s\":private", prop_name, class_name); 76 php_printf("\""); 78 php_printf("\""); 96 php_printf(" [all...] |
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 67 # define PUTS(a) php_printf("%s",a)
|
| /PHP_5_3/main/ |
| H A D | php.h | 275 PHPAPI int php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
|
| H A D | php3_compat.h | 87 #define php3_printf php_printf
|
| H A D | main.c | 135 php_printf("Unable to disable function '%s'\n", function_name_5[i]); 144 php_printf("Unable to disable function '%s'\n", function_name_6[i]); 642 /* {{{ php_printf 644 PHPAPI int php_printf(const char *format, ...) function 1044 php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</name><value><int>%ld</int></value></member><member><name>faultString</name><value><string>%s:%s in %s on line %d</string></value></member></struct></value></fault></methodResponse>", PG(xmlrpc_error_number), error_type_str, buffer, error_filename, error_lineno); 1053 php_printf("%s<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, buf, error_filename, error_lineno, STR_PRINT(append_string)); 1056 php_printf("%s<br />\n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, buffer, error_filename, error_lineno, STR_PRINT(append_string)); 1070 php_printf("%s\n%s: %s in %s on line %d\n%s", STR_PRINT(prepend_string), error_type_str, buffer, error_filename, error_lineno, STR_PRINT(append_string)); 1883 zuf.printf_function = php_printf; 1917 php_printf("\nGetVersionE [all...] |
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 219 php_printf("%s\n", module->name); 246 php_printf("%s\n", ext->name); 954 php_printf( "Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>]\n" 1924 php_printf("[PHP Modules]\n"); 1926 php_printf("\n[Zend Modules]\n"); 1928 php_printf("\n"); 1959 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 1961 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 174 php_printf("%s\n", module->name); 204 php_printf("%s\n", ext->name); 481 php_printf( "Usage: %s [options] [-f] <file> [--] [args...]\n" 607 php_printf("Could not open input file: %s\n", script_file); 814 php_printf("[PHP Modules]\n"); 816 php_printf("\n[Zend Modules]\n"); 818 php_printf("\n"); 829 php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s",
|
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 606 php_printf( usage ); 722 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 724 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 785 php_printf("Could not open input file: %s.\n", *p);
|
| /PHP_5_3/sapi/milter/ |
| H A D | php_milter.c | 132 php_printf("No input file specified"); 137 php_printf("Could not open input file: %s\n", filename); 198 php_printf("No input file specified"); 203 php_printf("Could not open input file: %s\n", filename); 1114 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 220 php_printf("%s\n", module->name); 247 php_printf("%s\n", ext->name); 926 php_printf( "Usage: %s [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>] [-D] [-F]\n" 1674 php_printf("[PHP Modules]\n"); 1676 php_printf("\n[Zend Modules]\n"); 1678 php_printf("\n"); 1724 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 1726 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|