Searched refs:PHP_RINIT (Results 1 – 25 of 27) sorted by relevance
12
/PHP-5.4/ |
H A D | README.EXTENSIONS | 20 PHP_RINIT(foo), /* per-request startup function */ 37 PHP_RINIT(foo), /* per-request startup function */
|
/PHP-5.4/ext/skeleton/ |
H A D | skeleton.c | 40 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */
|
/PHP-5.4/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 242 PHP_RINIT(pdo_mysql),
|
/PHP-5.4/ext/xsl/ |
H A D | php_xsl.c | 60 PHP_RINIT(xsl), /* Replace with NULL if there's nothing to do at request start */
|
/PHP-5.4/main/ |
H A D | php.h | 375 #define PHP_RINIT ZEND_MODULE_ACTIVATE_N macro
|
/PHP-5.4/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 357 PHP_RINIT(mysqlnd),
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_extension.c | 242 PHP_RINIT(com_dotnet),
|
/PHP-5.4/ext/intl/ |
H A D | php_intl.c | 564 PHP_RINIT( intl ),
|
/PHP-5.4/ext/odbc/ |
H A D | birdstep.c | 148 PHP_RINIT(birdstep),
|
H A D | php_odbc.c | 401 PHP_RINIT(odbc),
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 3392 PHP_RINIT(basic), /* request startup */ 3712 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION() 3714 PHP_RINIT(syslog)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION() 3716 PHP_RINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION() 3717 PHP_RINIT(url_scanner_ex)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
|
/PHP-5.4/ext/zlib/ |
H A D | zlib.c | 1018 PHP_RINIT(zlib),
|
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 139 PHP_RINIT(libxml), /* per-request startup function */
|
/PHP-5.4/ext/pcntl/ |
H A D | pcntl.c | 184 PHP_RINIT(pcntl),
|
/PHP-5.4/ext/spl/ |
H A D | php_spl.c | 982 PHP_RINIT(spl),
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 996 PHP_RINIT(mysqli),
|
/PHP-5.4/ext/tidy/ |
H A D | tidy.c | 457 PHP_RINIT(tidy),
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 580 PHP_RINIT(mbstring), 1630 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 348 PHP_RINIT(mysql),
|
/PHP-5.4/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 216 PHP_RINIT(sybase),
|
/PHP-5.4/ext/mssql/ |
H A D | php_mssql.c | 197 PHP_RINIT(mssql),
|
/PHP-5.4/ext/session/ |
H A D | session.c | 2659 PHP_RINIT(session), PHP_RSHUTDOWN(session),
|
/PHP-5.4/ext/oci8/ |
H A D | oci8.c | 1032 PHP_RINIT(oci), /* per-request startup function */
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 609 PHP_RINIT(date), /* request startup */
|
/PHP-5.4/ext/imap/ |
H A D | php_imap.c | 574 PHP_RINIT(imap),
|
Completed in 159 milliseconds
12