Searched refs:NUL (Results 1 – 18 of 18) sorted by relevance
/PHP-5.6/win32/build/ |
H A D | Makefile.phpize | 22 …D_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL 26 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL 27 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
|
H A D | Makefile | 102 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL 103 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL 109 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL 110 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL 111 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL 117 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL 119 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL 131 …\*.manifest $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
|
/PHP-5.6/ext/session/ |
H A D | mod_files.bat | 17 SET /A Depth=%2 + 0 2>NUL 24 SET /A Bits=%3 + 0 2>NUL
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug60227_3.phpt | 11 Warning: Header may not contain NUL bytes in %s on line %d
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug60801.phpt | 2 Bug #60801 (strpbrk() mishandles NUL byte)
|
H A D | strstr.phpt | 114 var_dump( strstr("/x0", "0") ); // Hexadecimal NUL
|
H A D | strpos.phpt | 136 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regex.dsp | 46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 47 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 72 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 73 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
|
H A D | tests | 16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
|
/PHP-5.6/main/ |
H A D | spprintf.c | 110 #define NUL '\0' macro 253 prefix_char = NUL; in xbuf_format_converter() 749 case NUL: in xbuf_format_converter() 778 if (prefix_char != NUL) { in xbuf_format_converter() 783 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()
|
H A D | snprintf.c | 296 #define NUL '\0' macro 645 prefix_char = NUL; in format_converter() 1142 case NUL: in format_converter() 1171 if (prefix_char != NUL) { in format_converter() 1176 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
|
/PHP-5.6/ext/standard/ |
H A D | microtime.c | 48 #define NUL '\0' macro
|
H A D | url_scanner_ex.re | 81 /* key is stored withOUT NUL 82 val is stored WITH NUL */
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 2067 /* * 4 is for octal representation, + 1 is for NUL */ 2469 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */ 3151 + * is 1, 2, or 4. We need at least 1 byte for NUL 3155 + * after we shifted as NUL termination.
|
/PHP-5.6/ |
H A D | NEWS | 4593 . Fixed bug #60801 (strpbrk() mishandles NUL byte). (Adam) 4646 . Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL 5221 . Fixed bug #60801 (strpbrk() mishandles NUL byte). (Adam) 5279 . Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2644 NUL character as backslash + 0 rather than backslash + NUL, because PCRE
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9711 have a terminating NUL located at string + pmatch[0].rm_eo (there need 9712 not actually be a NUL at that location), regardless of the value of
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 169 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
|
Completed in 164 milliseconds