Searched refs:trimmed (Results 1 – 4 of 4) sorted by relevance
2 GH-14553 (Bug in phpdbg8.3 (also 8.1 and 8.2) echo output - trimmed at NULL byte (?))
787 char *trimmed = buffer; in phpdbg_read_input() local788 while (isspace(*trimmed)) in phpdbg_read_input()789 trimmed++; in phpdbg_read_input()791 trimmed = estrdup(trimmed); in phpdbg_read_input()793 buffer = trimmed; in phpdbg_read_input()
2637 zend_string *trimmed = mb_get_substr(str, 0, from, enc); in PHP_FUNCTION() local2638 width -= mb_get_strwidth(trimmed, enc); in PHP_FUNCTION()2639 zend_string_free(trimmed); in PHP_FUNCTION()
468 . Fixed bug GH-14553 (echo output trimmed at NULL byte). (nielsdos)
Completed in 27 milliseconds