Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_statistics.c224 (*stats)->triggers = pecalloc(statistic_count, sizeof(mysqlnd_stat_trigger), persistent); in mysqlnd_stats_init()
241 pefree(stats->triggers, persistent); in mysqlnd_stats_end()
257 ret = stats->triggers[statistic]; in mysqlnd_stats_set_trigger()
258 stats->triggers[statistic] = trigger; in mysqlnd_stats_set_trigger()
274 memset(stats->triggers, 0, stats->count * sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_reset_triggers()
H A Dmysqlnd_statistics.h33 if ((s_array)->triggers[(statistic)] && (s_array)->in_trigger == FALSE) { \
37 (s_array)->triggers[(statistic)]((s_array), (statistic), (val)); \
H A Dmysqlnd_structs.h305 mysqlnd_stat_trigger *triggers; member
/PHP-7.1/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-7.1/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-7.1/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.1/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.1/ext/standard/tests/array/
H A Dbug40191.phpt2 Bug #40191 (use of array_unique() with objects triggers segfault)
/PHP-7.1/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt2 Host name mismatch triggers error
/PHP-7.1/ext/pdo_oci/tests/
H A Dcheckliveness.phpt28 // This triggers the call to check liveness
/PHP-7.1/ext/oci8/tests/
H A Dbug72524.phpt2 Bug #72524 (Binding null values triggers ORA-24816 error)
/PHP-7.1/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-7.1/ext/opcache/
H A DREADME179 3) Code that triggers an OPcache bug.
/PHP-7.1/
H A DUPGRADING247 - the lasinsertid() in pdo_pgsql extension triggers an error, when no nextval()
H A DNEWS1311 . Fixed bug #73978 (openssl_decrypt triggers bug in PDO). (Jakub Zelenka)
1843 . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones)
2408 . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones)
/PHP-7.1/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 66 milliseconds