Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Djson.c35 PHP_JSON_API zend_class_entry *php_json_serializable_ce; variable
49 php_json_serializable_ce = register_class_JsonSerializable(); in PHP_MINIT_FUNCTION()
50 php_json_serializable_ce->interface_gets_implemented = php_json_implement_json_serializable; in PHP_MINIT_FUNCTION()
H A Dphp_json.h39 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
H A Djson_encoder.c642 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { in php_json_encode_zval()
/php-src/ext/spl/
H A Dspl_fixedarray.c966 zend_ce_aggregate, zend_ce_arrayaccess, zend_ce_countable, php_json_serializable_ce); in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds