Home
last modified time | relevance | path

Searched refs:active (Results 26 – 50 of 80) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/assert/
H A Dassert_error4.phpt4 assert.active = 1
H A Dassert_basic1.phpt4 assert.active = 0
H A Dassert_basic3.phpt4 assert.active = 1
H A Dassert_basic6.phpt4 assert.active = 1
H A Dassert_error.phpt4 assert.active = 1
H A Dassert03.phpt4 assert.active = 1
H A Dassert_basic2.phpt4 assert.active = 1
H A Dassert_basic5.phpt4 assert.active = 1
H A Dassert_error2.phpt4 assert.active = 1
H A Dassert.phpt5 assert.active = 0
H A Dassert02.phpt4 assert.active=1
H A Dassert_error1.phpt4 assert.active = 1
/PHP-5.5/Zend/
H A Dzend_signal.c79 if (SIGG(active)) { in zend_signal_handler_defer()
139 if (SIGG(active)) { in zend_signal_handler_unblock()
290 SIGG(active) = 1; in zend_signal_activate()
315 SIGG(active) = 0; in zend_signal_deactivate()
H A Dzend_signal.h60 int active; /* internal signal handling is enabled */ member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c108 if (scoreboard.idle < 0 || scoreboard.active < 0) { in fpm_status_handle_request()
371 scoreboard.active, in fpm_status_handle_request()
372 scoreboard.idle + scoreboard.active, in fpm_status_handle_request()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt24 // No buffering active
H A Dset_magic_quotes_runtime_error.phpt6 * Description: Sets the current active configuration setting of magic_quotes_runtime
H A Dset_magic_quotes_runtime_basic.phpt8 * Description: Sets the current active configuration setting of magic_quotes_runtime
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt63 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
64 …00] HY000 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
H A Dbug_42499.phpt69 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
79 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
H A Dpdo_mysql_stmt_closecursor.phpt157 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
162 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
168 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
173 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
/PHP-5.5/Zend/tests/
H A Dbug45186.phpt54 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186.php …
H A Dbug45186_2.phpt50 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186_2.ph…
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt113 There is no active transaction
117 There is no active transaction
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c1018 if (! BG(url_adapt_state_ex).active) { in php_url_scanner_add_var()
1021 BG(url_adapt_state_ex).active = 1; in php_url_scanner_add_var()
1080 BG(url_adapt_state_ex).active = 0; in PHP_RINIT_FUNCTION()
1087 if (BG(url_adapt_state_ex).active) { in PHP_RSHUTDOWN_FUNCTION()
1089 BG(url_adapt_state_ex).active = 0; in PHP_RSHUTDOWN_FUNCTION()

Completed in 28 milliseconds

1234