Home
last modified time | relevance | path

Searched refs:zend_ce_stringable (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/
H A Dzend_interfaces.h33 extern ZEND_API zend_class_entry *zend_ce_stringable;
H A Dzend_interfaces.c31 ZEND_API zend_class_entry *zend_ce_stringable; variable
661 zend_ce_stringable = register_class_Stringable(); in zend_register_interfaces()
H A Dzend_exceptions.c753 zend_ce_throwable = register_class_Throwable(zend_ce_stringable); in zend_register_default_exception()
H A Dzend_inheritance.c3175 && !zend_class_implements_interface(ce, zend_ce_stringable)) { in zend_do_link_class()
3181 ce->interfaces[ce->num_interfaces - 1] = zend_ce_stringable; in zend_do_link_class()
3182 do_interface_implementation(ce, zend_ce_stringable); in zend_do_link_class()
H A Dzend_API.c3392 ZEND_ASSERT(zend_ce_stringable in do_register_internal_class()
3394 zend_do_implement_interface(class_entry, zend_ce_stringable); in do_register_internal_class()
3428 if (interface_entry == zend_ce_stringable in zend_class_implements()
3429 && zend_class_implements_interface(class_entry, zend_ce_stringable)) { in zend_class_implements()
/php-src/ext/tokenizer/
H A Dtokenizer.c252 php_token_ce = register_class_PhpToken(zend_ce_stringable); in PHP_MINIT_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c2635 …ce_SimpleXMLElement = register_class_SimpleXMLElement(zend_ce_stringable, zend_ce_countable, spl_c… in PHP_MINIT_FUNCTION()
/php-src/ext/spl/
H A Dspl_directory.c2756 spl_ce_SplFileInfo = register_class_SplFileInfo(zend_ce_stringable); in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3274 …chingIterator(spl_ce_IteratorIterator, zend_ce_arrayaccess, zend_ce_countable, zend_ce_stringable); in PHP_MINIT_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c7389 reflector_ptr = register_class_Reflector(zend_ce_stringable); in PHP_MINIT_FUNCTION()
7407 reflection_type_ptr = register_class_ReflectionType(zend_ce_stringable); in PHP_MINIT_FUNCTION()

Completed in 81 milliseconds