Lines Matching refs:nl2br
2 Test nl2br() function : usage variations - unexpected values for 'str' argument
5 /* Prototype : string nl2br(string $str)
11 * Test nl2br() function by passing different types of values other than
15 echo "*** Testing nl2br() : usage variations ***\n";
77 // loop through $values array to test nl2br() function with each element
81 var_dump( nl2br($value) );
91 *** Testing nl2br() : usage variations ***
112 Warning: nl2br() expects parameter 1 to be string, array given in %s on line %d
116 Warning: nl2br() expects parameter 1 to be string, array given in %s on line %d
120 Warning: nl2br() expects parameter 1 to be string, array given in %s on line %d
124 Warning: nl2br() expects parameter 1 to be string, array given in %s on line %d
128 Warning: nl2br() expects parameter 1 to be string, array given in %s on line %d
144 Warning: nl2br() expects parameter 1 to be string, resource given in %s on line %d