Home
last modified time | relevance | path

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

12

/php-src/ext/pcre/tests/
H A Dnull_bytes.phpt32 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %snull_bytes.p…
37 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 6
40 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 7
45 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %snull_bytes.p…
50 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 14
53 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 15
H A Dpreg_replace_callback_array_error.phpt98 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL byte …
101 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL byte …
104 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL byte …
107 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL byte …
H A Ddelimiters.phpt26 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %sdelimiters.p…
40 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %sdelimiters.p…
H A Dbug73392.phpt34 Warning: preg_replace_callback_array(): Delimiter must not be alphanumeric, backslash, or NUL byte …
/php-src/ext/xmlreader/tests/
H A Dbug73246.phpt12 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
14 Warning: XMLReader::XML(): Encoding must not contain NUL bytes in %s on line %d
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_nul_terminator_cases_path.phpt2 DOM\HTMLDocument::createFromFile() - NUL terminator cases path
22 DOM\HTMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
/php-src/.github/scripts/windows/
H A Dbuild_task.bat8 del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
10 del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
H A Dtest_task.bat67 rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
68 rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
/php-src/ext/spl/tests/SplFileObject/
H A Dbug80933.phpt2 Bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR)
6 "Lorem ipsum \0 dolor sit amet", // string with NUL
/php-src/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-src/ext/simplexml/tests/
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
28 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/php-src/docs/
H A Dmake.bat13 %SPHINXBUILD% >NUL 2>NUL
/php-src/Zend/tests/
H A Dgh10810.phpt2 GH-10810: Fix NUL byte terminating Exception::__toString()
H A Dframeless_bug_001.phpt19 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %s on line %d
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromFile_03.phpt16 DOM\XMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
/php-src/ext/standard/tests/password/
H A Dbug75221.phpt2 Bug #75221 (Argon2i always throws NUL at the end)
/php-src/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-src/ext/session/
H A Dmod_files.bat17 SET /A Depth=%2 + 0 2>NUL
24 SET /A Bits=%3 + 0 2>NUL
/php-src/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt12 Warning: Header may not contain NUL bytes in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dbug60801.phpt2 Bug #60801 (strpbrk() mishandles NUL byte)
/php-src/ext/dom/tests/
H A Dbug79971_2.phpt17 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
H A Dbug80268.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
/php-src/main/
H A Dspprintf.c100 #define NUL '\0' macro
229 prefix_char = NUL; in xbuf_format_converter()
715 case NUL: in xbuf_format_converter()
745 if (prefix_char != NUL) { in xbuf_format_converter()
750 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()

Completed in 98 milliseconds

12