Searched refs:php_json_serializable_ce (Results 1 – 2 of 2) sorted by relevance
54 extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
50 PHP_JSON_API zend_class_entry *php_json_serializable_ce; variable102 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