Home
last modified time | relevance | path

Searched refs:NUL (Results 1 – 25 of 25) sorted by relevance

/PHP-7.3/appveyor/
H A Dbuild_task.bat3 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin >NUL 2>NUL
5 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin64 >NUL 2>NUL
7 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw >NUL 2>NUL
9 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw-w64 >NUL 2>NUL
11 if "%APPVEYOR%" equ "True" rmdir /s /q C:\msys64 >NUL 2>NUL
13 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win32 >NUL 2>NUL
15 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-Win64 >NUL 2>NUL
17 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win32 >NUL 2>NUL
19 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL
21 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
[all …]
H A Dtest_task.bat50 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
51 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
/PHP-7.3/win32/build/
H A DMakefile.phpize31 …D_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
37 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
H A DMakefile147 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL
148 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
154 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
155 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
156 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
162 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
164 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
176 …\*.manifest $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-7.3/ext/spl/tests/
H A Dbug77431.phpt2 Bug #77431 (SplFileInfo::__construct() accepts NUL bytes)
H A Darray_028.phpt2 ArrayObject/Iterator on array with NUL bytes
/PHP-7.3/ext/standard/tests/password/
H A Dbug75221.phpt2 Bug #75221 (Argon2i always throws NUL at the end)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt12 Warning: Header may not contain NUL bytes in %s on line %d
/PHP-7.3/ext/session/
H A Dmod_files.bat17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
/PHP-7.3/ext/standard/tests/strings/
H A Dbug60801.phpt2 Bug #60801 (strpbrk() mishandles NUL byte)
H A Dstrstr.phpt114 var_dump( strstr("/x0", "0") ); // Hexadecimal NUL
H A Dstrpos.phpt139 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
/PHP-7.3/ext/dom/tests/
H A Dbug80268.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
H A Dbug79971_2.phpt19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/PHP-7.3/main/
H A Dspprintf.c108 #define NUL '\0' macro
247 prefix_char = NUL; in xbuf_format_converter()
766 case NUL: in xbuf_format_converter()
795 if (prefix_char != NUL) { in xbuf_format_converter()
800 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()
H A Dsnprintf.c298 #define NUL '\0' macro
648 prefix_char = NUL; in format_converter()
1162 case NUL: in format_converter()
1191 if (prefix_char != NUL) { in format_converter()
1196 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
/PHP-7.3/ext/standard/
H A Dmicrotime.c44 #define NUL '\0' macro
H A Durl_scanner_ex.re301 /* arg.s is string WITHOUT NUL.
302 To avoid partial match, NUL is added here */
H A Dvar_unserializer.re550 * appropriately terminated (usually NUL terminated, but '}' is also sufficient.) */
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c124 #define NUL '\0' macro
186 prefix_char = NUL; in format_converter()
749 case NUL: in format_converter()
778 if (prefix_char != NUL) { in format_converter()
783 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
/PHP-7.3/
H A DNEWS75 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
2108 . Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)
2639 . Fixed bug #75221 (Argon2i always throws NUL at the end). (cmb)
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2001 - /* NUL terminate, as every buffer is handled here. */
3634 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
4031 * after we shifted as NUL termination.
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic208 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
H A Dmagic私はガラスを食べられます208 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),

Completed in 149 milliseconds