Home
last modified time | relevance | path

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

12

/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/
H A DNEWS248 . Fixed bug GH-12592 (strcspn() odd behaviour with NUL bytes and empty mask).
H A DUPGRADING149 of incorrectly stopping at the first NUL character. See GH-12592.
H A DUPGRADING.INTERNALS38 out zend_string*. This won't cut off the string if it embeds a NUL byte.
/php-src/Zend/tests/
H A Dframeless_bug_001.phpt19 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %s on line %d
H A Dgh10810.phpt2 GH-10810: Fix NUL byte terminating Exception::__toString()
/php-src/docs/
H A Dmake.bat13 %SPHINXBUILD% >NUL 2>NUL
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst6 the string is usually indicated by the special NUL character, ``'\0'``. This comes with a few
10 look for the terminating NUL character.
11 - The string may not contain the NUL character itself.
12 - It is easy to run into buffer overflows if the NUL byte is accidentally missing.
/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)
H A Dbug80268_2.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
/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/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/fileinfo/
H A Dlibmagic.patch2700 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
/php-src/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!),
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt14 // Regression test for QPrint-encoding of strings with embedded NUL (zero) bytes
78 // Make sure we maintain legacy behavior when linefeed string contains NUL (zero) bytes
81 // null-terminated C string, so including NUL bytes would have the side effect of
/php-src/ext/pcre/tests/
H A Dbug73392.phpt34 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 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_grep_error1.phpt40 Warning: preg_grep(): Delimiter must not be alphanumeric, backslash, or NUL byte in %spreg_grep_err…
H A Dpreg_match_all_error1.phpt42 Warning: preg_match_all(): Delimiter must not be alphanumeric, backslash, or NUL byte in %spreg_mat…
H A Dpreg_match_error1.phpt39 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %spreg_match_e…
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 …

Completed in 173 milliseconds

12