<?php function my_strtolower(string $arg) { } $rf = new \ReflectionFunction('my_strtolower'); $params = $rf->getParameters(); echo "Userspace: ", $params[0]->getType(), "\n"; $rf = new \ReflectionFunction('strtolower'); $params = $rf->getParameters(); echo "Builtin: ", $params[0]->getType(), "\n";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`