Home
last modified time | relevance | path

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

/PHP-5.5/win32/build/
H A DMakefile.phpize22 …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 DMakefile102 @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.5/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt11 Warning: Header may not contain NUL bytes in %s on line %d
/PHP-5.5/ext/session/
H A Dmod_files.bat17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
/PHP-5.5/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.phpt136 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
/PHP-5.5/ext/ereg/regex/
H A Dregex.dsp46 # 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 Dtests16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
/PHP-5.5/main/
H A Dspprintf.c110 #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 Dsnprintf.c296 #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.5/ext/standard/
H A Dmicrotime.c48 #define NUL '\0' macro
H A Durl_scanner_ex.re81 /* key is stored withOUT NUL
82 val is stored WITH NUL */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2113 /* * 4 is for octal representation, + 1 is for NUL */
2517 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
3056 + * is 1, 2, or 4. We need at least 1 byte for NUL
3060 + * after we shifted as NUL termination.
/PHP-5.5/
H A DNEWS3015 . Fixed bug #60801 (strpbrk() mishandles NUL byte). (Adam)
3068 . Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL
3643 . Fixed bug #60801 (strpbrk() mishandles NUL byte). (Adam)
3701 . Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic169 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
18591 # It is followed by a NUL
18601 # And then NUL / 'c' / Build Data / NUL / 'd' / Date / NUL / 'e' / Data Length
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2644 NUL character as backslash + 0 rather than backslash + NUL, because PCRE
/PHP-5.5/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

Completed in 198 milliseconds