Home
last modified time | relevance | path

Searched refs:zend_number_or_string_or_null (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/tests/
H A Dnumber_or_str_zpp.phpt34 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 …]
/php-src/ext/zend_test/
H A Dtest.stub.php231 function zend_number_or_string_or_null(string|int|float|null $param): string|int|float|null {} function
H A Dtest_arginfo.h243 static ZEND_FUNCTION(zend_number_or_string_or_null);
335 ZEND_FE(zend_number_or_string_or_null, arginfo_zend_number_or_string_or_null)
H A Dtest.c311 static ZEND_FUNCTION(zend_number_or_string_or_null) in ZEND_FUNCTION() argument

Completed in 16 milliseconds