Searched refs:gd_font_ce (Results 1 – 1 of 1) sorted by relevance
220 static zend_class_entry *gd_font_ce = NULL; variable274 gd_font_ce = register_class_GdFont(); in php_gd_font_minit_helper()275 gd_font_ce->create_object = php_gd_font_object_create; in php_gd_font_minit_helper()632 object_init_ex(return_value, gd_font_ce); in PHP_FUNCTION()2694 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagefontsize()2762 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagechar()
Completed in 11 milliseconds