MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapscript_create_style

Function mapscript_create_style

mapscript/php/style.c:639–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637
638
639void mapscript_create_style(styleObj *style, parent_object parent, zval *return_value TSRMLS_DC)
640{
641 php_style_object * php_style;
642 object_init_ex(return_value, mapscript_ce_style);
643 php_style = (php_style_object *)zend_object_store_get_object(return_value TSRMLS_CC);
644 php_style->style = style;
645
646 php_style->parent = parent;
647
648 MAPSCRIPT_ADDREF(parent.val);
649}
650
651static void mapscript_style_object_destroy(void *object TSRMLS_DC)
652{

Callers 4

mapscript_fetch_objectFunction · 0.85
php_mapscript.cFile · 0.85
class.cFile · 0.85
label.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected