Home
last modified time | relevance | path

Searched refs:zend_number_or_string (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/zend_test/
H A Dtest.stub.php229 function zend_number_or_string(string|int|float $param): string|int|float {} function
H A Dtest_arginfo.h242 static ZEND_FUNCTION(zend_number_or_string);
334 ZEND_FE(zend_number_or_string, arginfo_zend_number_or_string)
H A Dtest.c291 static ZEND_FUNCTION(zend_number_or_string) in ZEND_FUNCTION() argument
/php-src/Zend/tests/
H A Dnumber_or_str_zpp.phpt15 var_dump(zend_number_or_string("string"));
16 var_dump(zend_number_or_string(1));
17 var_dump(zend_number_or_string(5.5));
18 var_dump(zend_number_or_string(null));
19 var_dump(zend_number_or_string(false));
20 var_dump(zend_number_or_string(true));
21 var_dump(zend_number_or_string(new ToString()));
29 zend_number_or_string(new Foo());
59 Deprecated: zend_number_or_string(): Passing null to parameter #1 ($param) of type string|int|float…
65 zend_number_or_string(): Argument #1 ($param) must be of type string|int|float, Foo given

Completed in 23 milliseconds