Lines Matching refs:strval
2 Test strval() function
7 /* Prototype: string strval ( mixed $var );
98 /* loop to check that strval() recognizes different
103 var_dump( strval($scalar) );
106 echo "\n*** Testing strval() with non_scalar values ***\n";
137 strval() on objects, arrays, boolean and others */
141 var_dump( strval($value) );
146 var_dump( strval() );
149 var_dump( strval( $scalars[0], $scalars[1]) );
278 *** Testing strval() with non_scalar values ***
312 Warning: strval() expects exactly 1 parameter, 0 given in %s on line %d
315 Warning: strval() expects exactly 1 parameter, 2 given in %s on line %d