From: Hartmut Holzgraefe Date: Thu, 8 Aug 2002 20:19:33 +0000 (+0000) Subject: reverting ' to \" to stop stupid discussions X-Git-Tag: php-4.3.0dev_zend2_alpha3~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1059312f37e9dd47f3bc57bc0b39d5c195f36c94;p=php reverting ' to \" to stop stupid discussions although i still do not believe the arguments are reasonable ... --- diff --git a/ext/standard/info.c b/ext/standard/info.c index fc390d6df8..0a36f151eb 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -46,7 +46,7 @@ ZEND_EXTERN_MODULE_GLOBALS(iconv) #endif -#define SECTION(name) PUTS("

" name "

\n") +#define SECTION(name) PUTS("

" name "

\n") PHPAPI extern char *php_ini_opened_path; @@ -57,10 +57,10 @@ static int _display_module_info(zend_module_entry *module, void *arg TSRMLS_DC) int show_info_func = *((int *) arg); if (show_info_func && module->info_func) { - php_printf("

%s

\n", module->name, module->name); + php_printf("

%s

\n", module->name, module->name); module->info_func(module TSRMLS_CC); } else if (!show_info_func && !module->info_func) { - php_printf(""); + php_printf(""); php_printf(""); php_printf("%s", module->name); php_printf("\n"); @@ -82,10 +82,10 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) && (Z_TYPE_PP(data)==IS_ARRAY)) { zend_hash_internal_pointer_reset(Z_ARRVAL_PP(data)); while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { - PUTS(""); - PUTS(""); + PUTS(""); + PUTS(""); PUTS(name); - PUTS("['"); + PUTS("[\""); switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { case HASH_KEY_IS_STRING: zend_html_puts(string_key, string_len-1); @@ -94,7 +94,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) php_printf("%ld", num_key); break; } - PUTS("']"); + PUTS("\"]"); if (Z_TYPE_PP(tmp) == IS_ARRAY) { PUTS("
");
 				zend_print_zval_r(*tmp, 0);
@@ -119,7 +119,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC)
  */
 void php_info_print_style(void)
 {
-	php_printf("