Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.c240 (*stats)->triggers = calloc(statistic_count, sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_init()
257 free(stats->triggers); 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.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.h258 mysqlnd_stat_trigger *triggers; member
/PHP-5.5/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-5.5/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-5.5/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-5.5/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.5/ext/standard/tests/array/
H A Dbug40191.phpt2 Bug #40191 (use of array_unique() with objects triggers segfault)
/PHP-5.5/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-5.5/ext/opcache/
H A DREADME174 3) Code that triggers an OPcache bug.
/PHP-5.5/
H A DNEWS1721 . Fixed bug #65108 (is_callable() triggers Fatal Error).
3810 . Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to
6878 - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines).
7849 - Fixed bug #40191 (use of array_unique() with objects triggers segfault).
8023 - Fixed bug #39313 (spl_autoload triggers Fatal error). (Marcus)
/PHP-5.5/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 79 milliseconds