Home
last modified time | relevance | path

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

/PHP-5.6/ext/json/
H A Dphp_json.h54 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
H A Djson.c50 PHP_JSON_API zend_class_entry *php_json_serializable_ce; variable
102 php_json_serializable_ce = zend_register_internal_interface(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
666 if (instanceof_function(Z_OBJCE_P(val), php_json_serializable_ce TSRMLS_CC)) { in php_json_encode()

Completed in 7 milliseconds