Home
last modified time | relevance | path

Searched refs:zend_string_or_object (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/tests/
H A Dstr_or_obj_zpp.phpt10 var_dump(zend_string_or_object("string"));
11 var_dump(zend_string_or_object(1));
12 var_dump(zend_string_or_object(null));
13 var_dump(zend_string_or_object(new stdClass()));
14 var_dump(zend_string_or_object(new Foo()));
17 zend_string_or_object([]);
39 Deprecated: zend_string_or_object(): Passing null to parameter #1 ($param) of type object|string is…
45 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
H A Dnumber_or_str_zpp.phpt24 zend_string_or_object([]);
64 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
/php-src/ext/zend_test/
H A Dtest.stub.php232 function zend_string_or_object(object|string $param): object|string {} function
H A Dtest_arginfo.h261 static ZEND_FUNCTION(zend_string_or_object);
364 ZEND_FE(zend_string_or_object, arginfo_zend_string_or_object)
H A Dtest.c192 static ZEND_FUNCTION(zend_string_or_object) in ZEND_FUNCTION() argument

Completed in 24 milliseconds