Searched refs:NUL (Results 1 – 25 of 29) sorted by relevance
12
3 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin >NUL 2>NUL5 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin64 >NUL 2>NUL7 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw >NUL 2>NUL9 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw-w64 >NUL 2>NUL11 if "%APPVEYOR%" equ "True" rmdir /s /q C:\msys64 >NUL 2>NUL13 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win32 >NUL 2>NUL15 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win64 >NUL 2>NUL17 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win32 >NUL 2>NUL19 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL21 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL[all …]
50 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL51 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
14 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d16 Warning: XMLReader::XML(): Encoding must not contain NUL bytes in %s on line %d
2 Bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR)6 "Lorem ipsum \0 dolor sit amet", // string with NUL
2 Bug #77431 (SplFileInfo::__construct() accepts NUL bytes)
2 ArrayObject/Iterator on array with NUL bytes
31 …D_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL37 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
145 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL146 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL152 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL153 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL154 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL160 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL162 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL174 …\*.manifest $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
2 Bug #75221 (Argon2i always throws NUL at the end)
12 Warning: Header may not contain NUL bytes in %s on line %d
2 Bug #60801 (strpbrk() mishandles NUL byte)
7 // Split from str_pad for NUL Bytes
95 var_dump( strstr("/x0", "0") ); // Hexadecimal NUL
124 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
17 SET /A Depth=%2 + 0 2>NUL24 SET /A Bits=%3 + 0 2>NUL
19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
2 Bug #80268 (loadHTML() truncates at NUL bytes)
100 #define NUL '\0' macro237 prefix_char = NUL; in xbuf_format_converter()732 case NUL: in xbuf_format_converter()761 if (prefix_char != NUL) { in xbuf_format_converter()766 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()
288 #define NUL '\0' macro636 prefix_char = NUL; in format_converter()1126 case NUL: in format_converter()1155 if (prefix_char != NUL) { in format_converter()1160 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
41 #define NUL '\0' macro
297 /* arg.s is string WITHOUT NUL.298 To avoid partial match, NUL is added here */
672 * appropriately terminated (usually NUL terminated, but '}' is also sufficient.) */
117 #define NUL '\0' macro177 prefix_char = NUL; in format_converter()738 case NUL: in format_converter()767 if (prefix_char != NUL) { in format_converter()772 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
Completed in 42 milliseconds