Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/tests/lang/
H A D034.phpt6 <?php # try to activate a german locale
13 # activate the german locale
H A Dbug30638.phpt4 <?php # try to activate a german locale
13 # activate the german locale
/PHP-7.2/main/streams/
H A Dphp_stream_transport.h196 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
202 int activate; member
H A Dtransports.c374 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable() argument
381 param.inputs.activate = activate; in php_stream_xport_crypto_enable()
/PHP-7.2/ext/zip/tests/
H A Dbug51353.phpt6 die('skip the test might get very long, activate it manually');
/PHP-7.2/Zend/
H A Dzend_extensions.h88 activate_func_t activate; member
H A Dzend_execute_API.c89 if (extension->activate) { in zend_extension_activator()
90 extension->activate(); in zend_extension_activator()
/PHP-7.2/main/
H A DSAPI.c425 if (sapi_module.activate) { in sapi_activate_headers_only()
426 sapi_module.activate(); in sapi_activate_headers_only()
483 if (sapi_module.activate) { in sapi_activate()
484 sapi_module.activate(); in sapi_activate()
H A DSAPI.h225 int (*activate)(void); member
/PHP-7.2/ext/intl/
H A DERROR.CONVENTIONS19 you activate warnings with intl.error_level or exceptions with
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c1833 if (cparam->inputs.activate && !sslsock->ssl_active) { in php_openssl_enable_crypto()
1964 } else if (!cparam->inputs.activate && sslsock->ssl_active) { in php_openssl_enable_crypto()
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja172 % ./configure --activate-module=src/modules/php3/libphp3.a
/PHP-7.2/
H A DINSTALL681 php4-imap-4.3.8.tgz. You need to use the phpxs command to activate and
813 its dependencies, and then activate it. Apache should be restarted in
1135 semicolon to activate them.
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c2392 element1->activate = NULL; in accelerator_remove_cb()

Completed in 72 milliseconds