Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 21 of 21) sorted by relevance

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_statistics.c240 (*stats)->triggers = pecalloc(statistic_count, sizeof(mysqlnd_stat_trigger), persistent); in mysqlnd_stats_init()
257 pefree(stats->triggers, persistent); in mysqlnd_stats_end()
273 ret = stats->triggers[statistic]; in mysqlnd_stats_set_trigger()
274 stats->triggers[statistic] = trigger; in mysqlnd_stats_set_trigger()
290 memset(stats->triggers, 0, stats->count * sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_reset_triggers()
H A Dmysqlnd_statistics.h39 if ((s_array)->triggers[(statistic)] && (s_array)->in_trigger == FALSE) { \
43 (s_array)->triggers[(statistic)]((s_array), (statistic), (val)); \
H A Dmysqlnd_structs.h265 mysqlnd_stat_trigger *triggers; member
/PHP-7.0/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-7.0/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-7.0/tests/classes/
H A Dautoload_013.phpt2 Ensure the ReflectionClass constructor triggers autoload.
H A Dautoload_014.phpt2 Ensure the ReflectionMethod constructor triggers autoload.
H A Dautoload_015.phpt2 Ensure the ReflectionProperty constructor triggers autoload.
H A Dautoload_017.phpt2 Ensure ReflectionClass::implementsInterface triggers autoload.
H A Dautoload_016.phpt2 Ensure ReflectionClass::getProperty() triggers autoload
/PHP-7.0/Zend/tests/
H A Dbug65108.phpt2 Bug #65108 (is_callable() triggers Fatal Error)
H A Dbug64960.phpt11 // this triggers the custom error handler
/PHP-7.0/ext/standard/tests/array/
H A Dbug40191.phpt2 Bug #40191 (use of array_unique() with objects triggers segfault)
/PHP-7.0/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt2 Host name mismatch triggers error
/PHP-7.0/ext/pdo_oci/tests/
H A Dcheckliveness.phpt28 // This triggers the call to check liveness
/PHP-7.0/ext/oci8/tests/
H A Dbug72524.phpt2 Bug #72524 (Binding null values triggers ORA-24816 error)
/PHP-7.0/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-7.0/ext/opcache/
H A DREADME179 3) Code that triggers an OPcache bug.
/PHP-7.0/
H A DUPGRADING.INTERNALS186 Additionally, if an extension triggers its own threads, TSRMLS_CACHE shouldn't
H A DNEWS1118 . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones)
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt4628 A(*COMMIT)B(*PRUNE)C a failure in B triggers (*COMMIT), but a failure
4629 in C triggers (*PRUNE). Perl's behaviour is more complex; in many cases

Completed in 145 milliseconds