mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
0c09089caf
Fix the string generated when the `ns\class` is passed to a macro
#define ESCAPE(x) #x
// puts(ESCAPE(ns\class)); // warning: unknown escape sequence: \c
puts(ESCAPE(ns\\class)); // Properly prints ns\class to stdout.
13 KiB
Executable File
13 KiB
Executable File