Searched refs:PHP_RINIT (Results 1 – 25 of 25) sorted by relevance
/php-src/ext/skeleton/ |
H A D | skeleton.c | 64 PHP_RINIT(%EXTNAME%), /* PHP_RINIT - Request initialization */
|
/php-src/ext/dl_test/ |
H A D | dl_test.c | 175 PHP_RINIT(dl_test),
|
/php-src/ext/intl/ |
H A D | php_intl.c | 116 PHP_RINIT( intl ),
|
/php-src/ext/pdo_mysql/ |
H A D | pdo_mysql.c | 260 PHP_RINIT(pdo_mysql),
|
/php-src/ext/com_dotnet/ |
H A D | com_extension.c | 62 PHP_RINIT(com_dotnet),
|
/php-src/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 275 PHP_RINIT(mysqlnd),
|
/php-src/ext/json/ |
H A D | json.c | 83 PHP_RINIT(json),
|
/php-src/main/ |
H A D | php.h | 381 #define PHP_RINIT ZEND_MODULE_ACTIVATE_N macro
|
/php-src/ext/random/ |
H A D | random.c | 822 PHP_RINIT(random), /* PHP_RINIT - Request initialization */
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 156 PHP_RINIT(basic), /* request startup */ 280 PHP_RINIT(module)(INIT_FUNC_ARGS_PASSTHRU); 424 PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
|
/php-src/ext/spl/ |
H A D | php_spl.c | 769 PHP_RINIT(spl),
|
/php-src/ext/mysqli/ |
H A D | mysqli.c | 620 PHP_RINIT(mysqli),
|
/php-src/ext/zend_test/ |
H A D | test.c | 1404 PHP_RINIT(zend_test),
|
/php-src/ext/tidy/ |
H A D | tidy.c | 165 PHP_RINIT(tidy),
|
/php-src/ext/zlib/ |
H A D | zlib.c | 1430 PHP_RINIT(zlib),
|
/php-src/ext/libxml/ |
H A D | libxml.c | 97 PHP_RINIT(libxml), /* per-request startup function */
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 157 PHP_RINIT(pcntl),
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 697 PHP_RINIT(phpdbg),
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 3027 PHP_RINIT(pcre),
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 206 PHP_RINIT(mbstring), 1132 PHP_RINIT(mb_regex) (INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION()
|
/php-src/ext/session/ |
H A D | session.c | 3389 PHP_RINIT(session), PHP_RSHUTDOWN(session),
|
/php-src/ext/odbc/ |
H A D | php_odbc.c | 301 PHP_RINIT(odbc),
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 132 PHP_RINIT(pgsql),
|
/php-src/ext/soap/ |
H A D | soap.c | 327 PHP_RINIT(soap),
|
/php-src/ext/date/ |
H A D | php_date.c | 380 PHP_RINIT(date), /* request startup */
|
Completed in 228 milliseconds