Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_interfaces.h33 extern ZEND_API zend_class_entry *zend_ce_stringable;
H A Dzend_interfaces.c32 ZEND_API zend_class_entry *zend_ce_stringable; variable
670 zend_ce_stringable = register_class_Stringable(); in zend_register_interfaces()
H A Dzend_exceptions.c758 zend_ce_throwable = register_class_Throwable(zend_ce_stringable); in zend_register_default_exception()
H A Dzend_API.c3485 ZEND_ASSERT(zend_ce_stringable in do_register_internal_class()
3487 zend_do_implement_interface(class_entry, zend_ce_stringable); in do_register_internal_class()
3527 if (interface_entry == zend_ce_stringable in zend_class_implements()
3528 && zend_class_implements_interface(class_entry, zend_ce_stringable)) { in zend_class_implements()
H A Dzend_inheritance.c3627 && !zend_class_implements_interface(ce, zend_ce_stringable)) { in zend_do_link_class()
3633 ce->interfaces[ce->num_interfaces - 1] = zend_ce_stringable; in zend_do_link_class()
3634 do_interface_implementation(ce, zend_ce_stringable); in zend_do_link_class()
/php-src/ext/tokenizer/
H A Dtokenizer.c251 php_token_ce = register_class_PhpToken(zend_ce_stringable); in PHP_MINIT_FUNCTION()
/php-src/ext/bcmath/
H A Dbcmath.c1000 bcmath_number_ce = register_class_BcMath_Number(zend_ce_stringable); in bcmath_number_register_class()
/php-src/ext/simplexml/
H A Dsimplexml.c2645 …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.c2737 spl_ce_SplFileInfo = register_class_SplFileInfo(zend_ce_stringable); in PHP_MINIT_FUNCTION()
H A Dspl_iterators.c3153 …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.c7596 reflector_ptr = register_class_Reflector(zend_ce_stringable); in PHP_MINIT_FUNCTION()
7614 reflection_type_ptr = register_class_ReflectionType(zend_ce_stringable); in PHP_MINIT_FUNCTION()

Completed in 159 milliseconds