Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
php_gv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define phpext_gv_ptr   &gv_module_entry
 
#define PHP_GV_API
 

Functions

static PHP_FUNCTION (digraph)
 
static PHP_FUNCTION (strictgraph)
 
static PHP_FUNCTION (strictdigraph)
 
static PHP_FUNCTION (readstring)
 
static ZEND_NAMED_FUNCTION (_wrap_read)
 
static ZEND_NAMED_FUNCTION (_wrap_graph)
 
static PHP_FUNCTION (node)
 
static ZEND_NAMED_FUNCTION (_wrap_edge)
 
static ZEND_NAMED_FUNCTION (_wrap_setv)
 
static ZEND_NAMED_FUNCTION (_wrap_getv)
 
static ZEND_NAMED_FUNCTION (_wrap_nameof)
 
static PHP_FUNCTION (findsubg)
 
static PHP_FUNCTION (findnode)
 
static PHP_FUNCTION (findedge)
 
static ZEND_NAMED_FUNCTION (_wrap_findattr)
 
static PHP_FUNCTION (headof)
 
static PHP_FUNCTION (tailof)
 
static ZEND_NAMED_FUNCTION (_wrap_graphof)
 
static PHP_FUNCTION (rootof)
 
static PHP_FUNCTION (protonode)
 
static PHP_FUNCTION (protoedge)
 
static ZEND_NAMED_FUNCTION (_wrap_ok)
 
static PHP_FUNCTION (firstsubg)
 
static PHP_FUNCTION (nextsubg)
 
static PHP_FUNCTION (firstsupg)
 
static PHP_FUNCTION (nextsupg)
 
static ZEND_NAMED_FUNCTION (_wrap_firstedge)
 
static ZEND_NAMED_FUNCTION (_wrap_nextedge)
 
static ZEND_NAMED_FUNCTION (_wrap_firstout)
 
static ZEND_NAMED_FUNCTION (_wrap_nextout)
 
static PHP_FUNCTION (firsthead)
 
static PHP_FUNCTION (nexthead)
 
static ZEND_NAMED_FUNCTION (_wrap_firstin)
 
static ZEND_NAMED_FUNCTION (_wrap_nextin)
 
static PHP_FUNCTION (firsttail)
 
static PHP_FUNCTION (nexttail)
 
static ZEND_NAMED_FUNCTION (_wrap_firstnode)
 
static ZEND_NAMED_FUNCTION (_wrap_nextnode)
 
static ZEND_NAMED_FUNCTION (_wrap_firstattr)
 
static ZEND_NAMED_FUNCTION (_wrap_nextattr)
 
static ZEND_NAMED_FUNCTION (_wrap_rm)
 
static PHP_FUNCTION (layout)
 
static ZEND_NAMED_FUNCTION (_wrap_render)
 
static PHP_FUNCTION (renderresult)
 
static PHP_FUNCTION (renderchannel)
 
static PHP_FUNCTION (renderdata)
 
static ZEND_NAMED_FUNCTION (_wrap_write)
 
static PHP_FUNCTION (tred)
 
 PHP_MINIT_FUNCTION (gv)
 

Variables

zend_module_entry gv_module_entry
 

Macro Definition Documentation

◆ PHP_GV_API

#define PHP_GV_API

Definition at line 18 of file php_gv.h.

◆ phpext_gv_ptr

#define phpext_gv_ptr   &gv_module_entry

Definition at line 13 of file php_gv.h.

Function Documentation

◆ PHP_FUNCTION() [1/26]

static PHP_FUNCTION ( digraph  )
static

◆ PHP_FUNCTION() [2/26]

static PHP_FUNCTION ( findedge  )
static

◆ PHP_FUNCTION() [3/26]

static PHP_FUNCTION ( findnode  )
static

◆ PHP_FUNCTION() [4/26]

static PHP_FUNCTION ( findsubg  )
static

◆ PHP_FUNCTION() [5/26]

static PHP_FUNCTION ( firsthead  )
static

◆ PHP_FUNCTION() [6/26]

static PHP_FUNCTION ( firstsubg  )
static

◆ PHP_FUNCTION() [7/26]

static PHP_FUNCTION ( firstsupg  )
static

◆ PHP_FUNCTION() [8/26]

static PHP_FUNCTION ( firsttail  )
static

◆ PHP_FUNCTION() [9/26]

static PHP_FUNCTION ( headof  )
static

◆ PHP_FUNCTION() [10/26]

static PHP_FUNCTION ( layout  )
static

◆ PHP_FUNCTION() [11/26]

static PHP_FUNCTION ( nexthead  )
static

◆ PHP_FUNCTION() [12/26]

static PHP_FUNCTION ( nextsubg  )
static

◆ PHP_FUNCTION() [13/26]

static PHP_FUNCTION ( nextsupg  )
static

◆ PHP_FUNCTION() [14/26]

static PHP_FUNCTION ( nexttail  )
static

◆ PHP_FUNCTION() [15/26]

static PHP_FUNCTION ( node  )
static

◆ PHP_FUNCTION() [16/26]

static PHP_FUNCTION ( protoedge  )
static

◆ PHP_FUNCTION() [17/26]

static PHP_FUNCTION ( protonode  )
static

◆ PHP_FUNCTION() [18/26]

static PHP_FUNCTION ( readstring  )
static

◆ PHP_FUNCTION() [19/26]

static PHP_FUNCTION ( renderchannel  )
static

◆ PHP_FUNCTION() [20/26]

static PHP_FUNCTION ( renderdata  )
static

◆ PHP_FUNCTION() [21/26]

static PHP_FUNCTION ( renderresult  )
static

◆ PHP_FUNCTION() [22/26]

static PHP_FUNCTION ( rootof  )
static

◆ PHP_FUNCTION() [23/26]

static PHP_FUNCTION ( strictdigraph  )
static

◆ PHP_FUNCTION() [24/26]

static PHP_FUNCTION ( strictgraph  )
static

◆ PHP_FUNCTION() [25/26]

static PHP_FUNCTION ( tailof  )
static

◆ PHP_FUNCTION() [26/26]

static PHP_FUNCTION ( tred  )
static

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( gv  )

◆ ZEND_NAMED_FUNCTION() [1/22]

static ZEND_NAMED_FUNCTION ( _wrap_edge  )
static

◆ ZEND_NAMED_FUNCTION() [2/22]

static ZEND_NAMED_FUNCTION ( _wrap_findattr  )
static

◆ ZEND_NAMED_FUNCTION() [3/22]

static ZEND_NAMED_FUNCTION ( _wrap_firstattr  )
static

◆ ZEND_NAMED_FUNCTION() [4/22]

static ZEND_NAMED_FUNCTION ( _wrap_firstedge  )
static

◆ ZEND_NAMED_FUNCTION() [5/22]

static ZEND_NAMED_FUNCTION ( _wrap_firstin  )
static

◆ ZEND_NAMED_FUNCTION() [6/22]

static ZEND_NAMED_FUNCTION ( _wrap_firstnode  )
static

◆ ZEND_NAMED_FUNCTION() [7/22]

static ZEND_NAMED_FUNCTION ( _wrap_firstout  )
static

◆ ZEND_NAMED_FUNCTION() [8/22]

static ZEND_NAMED_FUNCTION ( _wrap_getv  )
static

◆ ZEND_NAMED_FUNCTION() [9/22]

static ZEND_NAMED_FUNCTION ( _wrap_graph  )
static

◆ ZEND_NAMED_FUNCTION() [10/22]

static ZEND_NAMED_FUNCTION ( _wrap_graphof  )
static

◆ ZEND_NAMED_FUNCTION() [11/22]

static ZEND_NAMED_FUNCTION ( _wrap_nameof  )
static

◆ ZEND_NAMED_FUNCTION() [12/22]

static ZEND_NAMED_FUNCTION ( _wrap_nextattr  )
static

◆ ZEND_NAMED_FUNCTION() [13/22]

static ZEND_NAMED_FUNCTION ( _wrap_nextedge  )
static

◆ ZEND_NAMED_FUNCTION() [14/22]

static ZEND_NAMED_FUNCTION ( _wrap_nextin  )
static

◆ ZEND_NAMED_FUNCTION() [15/22]

static ZEND_NAMED_FUNCTION ( _wrap_nextnode  )
static

◆ ZEND_NAMED_FUNCTION() [16/22]

static ZEND_NAMED_FUNCTION ( _wrap_nextout  )
static

◆ ZEND_NAMED_FUNCTION() [17/22]

static ZEND_NAMED_FUNCTION ( _wrap_ok  )
static

◆ ZEND_NAMED_FUNCTION() [18/22]

static ZEND_NAMED_FUNCTION ( _wrap_read  )
static

◆ ZEND_NAMED_FUNCTION() [19/22]

static ZEND_NAMED_FUNCTION ( _wrap_render  )
static

◆ ZEND_NAMED_FUNCTION() [20/22]

static ZEND_NAMED_FUNCTION ( _wrap_rm  )
static

◆ ZEND_NAMED_FUNCTION() [21/22]

static ZEND_NAMED_FUNCTION ( _wrap_setv  )
static

◆ ZEND_NAMED_FUNCTION() [22/22]

static ZEND_NAMED_FUNCTION ( _wrap_write  )
static

Variable Documentation

◆ gv_module_entry

zend_module_entry gv_module_entry
extern

Definition at line 5642 of file gv_php.cpp.

Referenced by get_module().