Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/php/CompatInfo/xdebug_func_array.php
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

278 lines
5.4 KiB
PHP

<?php
/**
* xdebug extension Function dictionary for PHP_CompatInfo 1.9.0b2 or better
*
* PHP versions 4 and 5
*
* @category PHP
* @package PHP_CompatInfo
* @author Davey Shafik <davey@php.net>
* @author Laurent Laville <pear@laurent-laville.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @version CVS: $Id: xdebug_func_array.php,v 1.1 2008/12/14 17:20:17 farell Exp $
* @link http://pear.php.net/package/PHP_CompatInfo
* @since version 1.9.0b2 (2008-12-19)
*/
$GLOBALS['_PHP_COMPATINFO_FUNC_XDEBUG'] = array (
'xdebug_break' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_call_class' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_call_file' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_call_function' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_call_line' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_clear_aggr_profiling_data' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_debug_zval' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_debug_zval_stdout' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_disable' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_dump_aggr_profiling_data' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_dump_function_profile' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_dump_function_trace' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_dump_superglobals' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_enable' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_code_coverage' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_declared_vars' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_function_count' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_function_profile' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_function_stack' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_function_trace' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_profiler_filename' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_stack_depth' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_get_tracefile_name' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_is_enabled' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_memory_usage' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_peak_memory_usage' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_print_declared_vars' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_print_function_stack' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_set_time_limit' =>
array (
'init' => '2.0.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_start_code_coverage' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_start_profiling' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_start_trace' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_stop_code_coverage' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_stop_profiling' =>
array (
'init' => '1.2.0',
'end' => '1.3.2',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_stop_trace' =>
array (
'init' => '1.2.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_time_index' =>
array (
'init' => '1.3.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
'xdebug_var_dump' =>
array (
'init' => '1.3.0',
'end' => '2.0.0',
'ext' => 'xdebug',
'pecl' => true,
),
);
?>