Home
last modified time | relevance | path

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

/php-src/tests/output/
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()
10 var_dump(ob_get_length());
13 var_dump(ob_get_length());
15 var_dump(ob_get_length());
17 $value = ob_get_length();
20 var_dump(ob_get_length());
25 var_dump(ob_get_length());
/php-src/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt2 Test ob_get_length() function : basic functionality
11 $len = ob_get_length();
16 echo "*** Testing ob_get_length() : basic functionality ***\n";
19 var_dump( ob_get_length() );
30 *** Testing ob_get_length() : basic functionality ***
/php-src/main/
H A Doutput.c1450 PHP_FUNCTION(ob_get_length) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1557 function ob_get_length(): int|false {} function
H A Dbasic_functions_arginfo.h2324 ZEND_FUNCTION(ob_get_length);
2945 ZEND_FE(ob_get_length, arginfo_ob_get_length)

Completed in 41 milliseconds