b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/monitor-functions-002.phpt

--TEST--
Function Monitor: Setting a replacement list of functions to spy on
--INI--
xdebug.mode=develop
--FILE--
<?php
xdebug_start_function_monitor( [ 'strlen', 'array_push' ] );
xdebug_stop_function_monitor();
xdebug_start_function_monitor( [ 'strlen', 'array_pull' ] );
?>
===DONE===
--EXPECT--
===DONE===

Copyright © 2019 by b0y-101