Home
last modified time | relevance | path

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

/PHP-7.1/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
H A Dtest_task.bat44 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
45 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
/PHP-7.1/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 DMakefile128 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL
129 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
135 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
136 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
137 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
143 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
145 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
157 …\*.manifest $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
/PHP-7.1/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.1/ext/session/
H A Dmod_files.bat17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt12 Warning: Header may not contain NUL bytes in %s on line %d
/PHP-7.1/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.1/main/
H A Dspprintf.c110 #define NUL '\0' macro
250 prefix_char = NUL; in xbuf_format_converter()
769 case NUL: in xbuf_format_converter()
798 if (prefix_char != NUL) { in xbuf_format_converter()
803 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()
H A Dsnprintf.c300 #define NUL '\0' macro
650 prefix_char = NUL; in format_converter()
1164 case NUL: in format_converter()
1193 if (prefix_char != NUL) { in format_converter()
1198 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
/PHP-7.1/ext/standard/
H A Dmicrotime.c49 #define NUL '\0' macro
H A Durl_scanner_ex.re299 /* arg.s is string WITHOUT NUL.
300 To avoid partial match, NUL is added here */
H A Dvar_unserializer.re486 * appropriately terminated (usually NUL terminated, but '}' is also sufficient.) */
/PHP-7.1/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.1/ext/fileinfo/
H A Dlibmagic.patch2737 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
/PHP-7.1/
H A DNEWS434 . Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog2644 NUL character as backslash + 0 rather than backslash + NUL, because PCRE
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9711 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-7.1/ext/fileinfo/tests/
H A Dmagic169 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
H A Dmagic私はガラスを食べられます169 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),

Completed in 220 milliseconds