MCPcopy Create free account
hub / github.com/MapServer/MapServer / mapscript_style_object_new

Function mapscript_style_object_new

mapscript/php/style.c:688–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688static zend_object_value mapscript_style_object_new(zend_class_entry *ce TSRMLS_DC)
689{
690 return mapscript_style_object_new_ex(ce, NULL TSRMLS_CC);
691}
692
693static zend_object_value mapscript_style_object_clone(zval *zobj TSRMLS_DC)
694{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected