Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_statistics.c241 (*stats)->triggers = calloc(statistic_count, sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_init()
258 free(stats->triggers); in mysqlnd_stats_end()
274 ret = stats->triggers[statistic]; in mysqlnd_stats_set_trigger()
275 stats->triggers[statistic] = trigger; in mysqlnd_stats_set_trigger()
291 memset(stats->triggers, 0, stats->count * sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_reset_triggers()
H A Dmysqlnd_statistics.h41 if ((s_array)->triggers[(statistic)] && (s_array)->in_trigger == FALSE) { \
45 (s_array)->triggers[(statistic)]((s_array), (statistic), (val) TSRMLS_CC); \
H A Dmysqlnd_structs.h268 mysqlnd_stat_trigger *triggers; member
/PHP-5.6/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-5.6/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-5.6/tests/classes/
H A Dautoload_013.phpt2 Ensure the ReflectionClass constructor triggers autoload.
H A Dautoload_015.phpt2 Ensure the ReflectionProperty constructor triggers autoload.
H A Dautoload_014.phpt2 Ensure the ReflectionMethod constructor triggers autoload.
H A Dautoload_017.phpt2 Ensure ReflectionClass::implementsInterface triggers autoload.
H A Dautoload_016.phpt2 Ensure ReflectionClass::getProperty() triggers autoload
/PHP-5.6/Zend/tests/
H A Dbug65108.phpt2 Bug #65108 (is_callable() triggers Fatal Error)
H A Dbug64960.phpt11 // this triggers the custom error handler
/PHP-5.6/ext/standard/tests/array/
H A Dbug40191.phpt2 Bug #40191 (use of array_unique() with objects triggers segfault)
/PHP-5.6/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt2 Host name mismatch triggers error
/PHP-5.6/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-5.6/ext/opcache/
H A DREADME184 3) Code that triggers an OPcache bug.
/PHP-5.6/
H A DUPGRADING193 to avoid confusion. Their use triggers E_DEPRECATED but continues to work as
H A DNEWS2300 as before but triggers E_DEPRECATED). (Daniel Lowrey)
3299 . Fixed bug #65108 (is_callable() triggers Fatal Error).
5388 . Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to
8456 - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines).
9427 - Fixed bug #40191 (use of array_unique() with objects triggers segfault).
9601 - Fixed bug #39313 (spl_autoload triggers Fatal error). (Marcus)
/PHP-5.6/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 98 milliseconds