Searched refs:cex (Results 1 – 2 of 2) sorted by relevance
558 zend_class_entry *ce,cex; in PHP_MINIT_FUNCTION() local592 INIT_CLASS_ENTRY(cex, "mysqli_sql_exception", mysqli_exception_methods); in PHP_MINIT_FUNCTION()593 mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
2262 zend_class_entry ce, cex; in PHP_MINIT_FUNCTION() local2338 INIT_CLASS_ENTRY(cex, "SNMPException", NULL); in PHP_MINIT_FUNCTION()2339 php_snmp_exception_ce = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
Completed in 16 milliseconds