Searched refs:PHP_MINIT (Results 1 – 25 of 79) sorted by relevance
1234
/PHP-7.0/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 57 PHP_MINIT(pdo_sqlite),
|
/PHP-7.0/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 49 PHP_MINIT(pdo_firebird),
|
/PHP-7.0/ext/skeleton/ |
H A D | skeleton.c | 144 PHP_MINIT(extname),
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | pdo_pgsql.c | 64 PHP_MINIT(pdo_pgsql),
|
/PHP-7.0/ext/pdo_oci/ |
H A D | pdo_oci.c | 56 PHP_MINIT(pdo_oci),
|
/PHP-7.0/ext/spl/ |
H A D | php_spl.c | 935 PHP_MINIT(spl_exceptions)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 936 PHP_MINIT(spl_iterators)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 937 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 938 PHP_MINIT(spl_directory)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 939 PHP_MINIT(spl_dllist)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 940 PHP_MINIT(spl_heap)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 941 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 942 PHP_MINIT(spl_observer)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() 979 PHP_MINIT(spl),
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 54 PHP_MINIT(pdo_odbc),
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_rinit_hook.c | 94 PHP_MINIT(phpdbg_webhelper),
|
/PHP-7.0/ext/recode/ |
H A D | recode.c | 94 PHP_MINIT(recode),
|
/PHP-7.0/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 252 PHP_MINIT(pdo_mysql),
|
/PHP-7.0/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 68 PHP_MINIT(pdo_dblib),
|
/PHP-7.0/ext/readline/ |
H A D | readline.c | 158 PHP_MINIT(readline), 181 return PHP_MINIT(cli_readline)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION()
|
/PHP-7.0/ext/xsl/ |
H A D | php_xsl.c | 54 PHP_MINIT(xsl),
|
/PHP-7.0/ext/tokenizer/ |
H A D | tokenizer.c | 75 PHP_MINIT(tokenizer),
|
/PHP-7.0/ext/json/ |
H A D | json.c | 162 PHP_MINIT(json),
|
/PHP-7.0/ext/shmop/ |
H A D | shmop.c | 100 PHP_MINIT(shmop),
|
/PHP-7.0/ext/pdo/ |
H A D | pdo.c | 147 PHP_MINIT(pdo),
|
/PHP-7.0/main/ |
H A D | php.h | 365 #define PHP_MINIT ZEND_MODULE_STARTUP_N macro
|
/PHP-7.0/ext/sysvsem/ |
H A D | sysvsem.c | 98 PHP_MINIT(sysvsem),
|
/PHP-7.0/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 338 PHP_MINIT(mysqlnd),
|
/PHP-7.0/ |
H A D | README.input_filter | 47 PHP_MINIT(my_input_filter),
|
/PHP-7.0/ext/sysvshm/ |
H A D | sysvshm.c | 99 PHP_MINIT(sysvshm),
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_extension.c | 242 PHP_MINIT(com_dotnet),
|
/PHP-7.0/ext/sysvmsg/ |
H A D | sysvmsg.c | 108 PHP_MINIT(sysvmsg),
|
/PHP-7.0/ext/bcmath/ |
H A D | bcmath.c | 116 PHP_MINIT(bcmath),
|
Completed in 55 milliseconds
1234