b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/tracing/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/tracing/function_counter.phpt

--TEST--
Test for xdebug_get_function_count
--INI--
xdebug.mode=develop
--FILE--
<?php
	echo xdebug_get_function_count(). "\n";

	for ($i = 0; $i < 9; $i++) {
		strrev($i);
	}

	echo xdebug_get_function_count(). "\n";
?>
--EXPECT--
1
11

Copyright © 2019 by b0y-101