Searched defs:PUTS (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/zlib/ | ||
| H A D | zlib.c | 66 # ifndef PUTS 67 # define PUTS(a) php_printf("%s",a) macro 70 # define PUTC(a) PUTS(a) |
| /PHP_5_3/main/ | ||
| H A D | php.h | 386 #define PUTS(str) do { \ macro |
Completed in 4 milliseconds