Home
last modified time | relevance | path

Searched refs:ob_get_length (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/tests/output/
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()
6 * proto int ob_get_length(void)
11 var_dump(ob_get_length());
14 var_dump(ob_get_length());
16 var_dump(ob_get_length());
18 $value = ob_get_length();
21 var_dump(ob_get_length());
26 var_dump(ob_get_length());
H A Dob_get_length_error_001.phpt2 Test wrong number of arguments for ob_get_length()
6 * proto int ob_get_length(void)
13 var_dump(ob_get_length($extra_arg));
21 Warning: ob_get_length() expects exactly 0 parameters, 1 given in %s on line 10
/PHP-5.5/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt2 Test ob_get_length() function : basic functionality
7 /* Prototype : int ob_get_length(void)
17 $len = ob_get_length();
22 echo "*** Testing ob_get_length() : basic functionality ***\n";
25 var_dump( ob_get_length() );
35 var_dump( ob_get_length( 'foobar' ) );
40 *** Testing ob_get_length() : basic functionality ***
49 Warning: ob_get_length() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/main/
H A Dphp_output.h261 PHP_FUNCTION(ob_get_length);
H A Doutput.c1487 PHP_FUNCTION(ob_get_length) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3280 PHP_FE(ob_get_length, arginfo_ob_get_length)

Completed in 37 milliseconds