Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Dphp_json.h39 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
H A Djson.c40 PHP_JSON_API zend_class_entry *php_json_serializable_ce; variable
96 php_json_serializable_ce = zend_register_internal_interface(&ce); in PHP_MINIT_FUNCTION()
H A Djson_encoder.c541 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce)) { in php_json_encode_zval()

Completed in 12 milliseconds