Home
last modified time | relevance | path

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

/php-src/tests/lang/
H A D034.phpt6 <?php # try to activate a german locale
13 # activate the german locale
H A Dbug30638.phpt6 # try to activate a german locale
15 # activate the german locale
/php-src/main/streams/
H A Dphp_stream_transport.h195 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
201 int activate; member
H A Dtransports.c378 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable() argument
385 param.inputs.activate = activate; in php_stream_xport_crypto_enable()
/php-src/ext/zip/tests/
H A Dbug51353.phpt7 die('skip the test might get very long, activate it manually');
/php-src/Zend/
H A Dzend_extensions.h86 activate_func_t activate; member
H A Dzend_execute_API.c97 if (extension->activate) { in zend_extension_activator()
98 extension->activate(); in zend_extension_activator()
/php-src/main/
H A DSAPI.c419 if (sapi_module.activate) { in sapi_activate_headers_only()
420 sapi_module.activate(); in sapi_activate_headers_only()
479 if (sapi_module.activate) { in sapi_activate()
480 sapi_module.activate(); in sapi_activate()
H A DSAPI.h244 int (*activate)(void); member
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md22 if you activate warnings with `intl.error_level` or exceptions with
/php-src/ext/opcache/
H A DZendAccelerator.c2777 element1->activate = NULL; in accelerator_remove_cb()
4578 int (*orig_activate)(void) = sapi_module.activate;
4591 sapi_module.activate = NULL;
4657 sapi_module.activate = orig_activate;
/php-src/ext/openssl/
H A Dxp_ssl.c1909 if (cparam->inputs.activate && !sslsock->ssl_active) { in php_openssl_enable_crypto()
2015 } else if (!cparam->inputs.activate && sslsock->ssl_active) { in php_openssl_enable_crypto()

Completed in 43 milliseconds