Searched refs:gd_font_ce (Results 1 – 1 of 1) sorted by relevance
242 static zend_class_entry *gd_font_ce = NULL; variable296 gd_font_ce = register_class_GdFont(); in php_gd_font_minit_helper()297 gd_font_ce->create_object = php_gd_font_object_create; in php_gd_font_minit_helper()782 object_init_ex(return_value, gd_font_ce); in PHP_FUNCTION()2839 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagefontsize()2908 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagechar()
Completed in 19 milliseconds