Home
last modified time | relevance | path

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

/PHP-8.0/ext/json/
H A Dphp_json.h39 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
H A Djson.c35 PHP_JSON_API zend_class_entry *php_json_serializable_ce; variable
50 php_json_serializable_ce = zend_register_internal_interface(&ce);
H A Djson_encoder.c564 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { in php_json_encode_zval()

Completed in 8 milliseconds