Searched refs:zend_number_or_string_or_null (Results 1 – 4 of 4) sorted by relevance
34 var_dump(zend_number_or_string_or_null("string"));35 var_dump(zend_number_or_string_or_null(1));36 var_dump(zend_number_or_string_or_null(5.5));37 var_dump(zend_number_or_string_or_null(null));38 var_dump(zend_number_or_string_or_null(false));39 var_dump(zend_number_or_string_or_null(true));40 var_dump(zend_number_or_string_or_null(new ToString()));43 zend_number_or_string_or_null([]);48 zend_number_or_string_or_null(new Foo());73 zend_number_or_string_or_null(): Argument #1 ($param) must be of type string|int|float|null, array …[all …]
249 function zend_number_or_string_or_null(string|int|float|null $param): string|int|float|null {} function
272 static ZEND_FUNCTION(zend_number_or_string_or_null);377 ZEND_FE(zend_number_or_string_or_null, arginfo_zend_number_or_string_or_null)
313 static ZEND_FUNCTION(zend_number_or_string_or_null) in ZEND_FUNCTION() argument
Completed in 16 milliseconds