Searched refs:get_debug_type (Results 1 – 5 of 5) sorted by relevance
2 Test get_debug_type() class reading26 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 …]
40 PHP_FUNCTION(get_debug_type) in PHP_FUNCTION() argument
1367 function get_debug_type(mixed $value): string {} function
2772 ZEND_FUNCTION(get_debug_type);3420 ZEND_FE(get_debug_type, arginfo_get_debug_type)
985 . Added get_debug_type() function, which returns a type useful for error988 RFC: https://wiki.php.net/rfc/get_debug_type
Completed in 24 milliseconds