Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/general_functions/
H A Dget_debug_type_basic.phpt2 Test get_debug_type() class reading
26 echo get_debug_type(new class {}) . "\n";
31 echo get_debug_type("foo") . "\n";
32 echo get_debug_type(false) . "\n";
33 echo get_debug_type(true) . "\n";
34 echo get_debug_type(1) . "\n";
35 echo get_debug_type(1.1) . "\n";
36 echo get_debug_type([]) . "\n";
37 echo get_debug_type(null) . "\n";
38 echo get_debug_type($fp) . "\n";
[all …]
/PHP-8.0/ext/standard/
H A Dtype.c40 PHP_FUNCTION(get_debug_type) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1367 function get_debug_type(mixed $value): string {} function
H A Dbasic_functions_arginfo.h2772 ZEND_FUNCTION(get_debug_type);
3420 ZEND_FE(get_debug_type, arginfo_get_debug_type)
/PHP-8.0/
H A DUPGRADING985 . Added get_debug_type() function, which returns a type useful for error
988 RFC: https://wiki.php.net/rfc/get_debug_type

Completed in 24 milliseconds