Searched refs:trimmed (Results 1 – 4 of 4) sorted by relevance
15 // Compares expect to a trimmed version of actual17 $trimmed= rtrim($actual, ' ');18 return (0 == strncmp($expect, $trimmed, strlen($trimmed)));
789 char *trimmed = buffer; in phpdbg_read_input() local790 while (isspace(*trimmed)) in phpdbg_read_input()791 trimmed++; in phpdbg_read_input()793 trimmed = estrdup(trimmed); in phpdbg_read_input()795 buffer = trimmed; in phpdbg_read_input()
798 int trimmed = 0; in php_trim() local810 trimmed++; in php_trim()815 len -= trimmed; in php_trim()816 c += trimmed; in php_trim()
3465 . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)4788 . op_array.vars array is trimmed (reallocated) during pass_two.
Completed in 63 milliseconds