Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c221 (*stats)->triggers = pecalloc(statistic_count, sizeof(mysqlnd_stat_trigger), persistent); in mysqlnd_stats_init()
238 pefree(stats->triggers, persistent); in mysqlnd_stats_end()
254 ret = stats->triggers[statistic]; in mysqlnd_stats_set_trigger()
255 stats->triggers[statistic] = trigger; in mysqlnd_stats_set_trigger()
271 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.h310 mysqlnd_stat_trigger *triggers; member
/PHP-7.4/ext/pcre/tests/
H A Dbug42737.phpt2 Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)
/PHP-7.4/ext/session/tests/
H A Dbug74936.phpt2 Bug #74936 session_cache_expire() triggers a warning in read mode.
H A Dbug74941.phpt2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
/PHP-7.4/ext/reflection/tests/
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
/PHP-7.4/ext/opcache/tests/
H A Dbug76711.phpt2 Bug #76711 OPcache enabled triggers false-positive "Illegal string offset"
/PHP-7.4/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_016.phpt2 Ensure ReflectionClass::getProperty() triggers autoload
H A Dautoload_017.phpt2 Ensure ReflectionClass::implementsInterface triggers autoload.
/PHP-7.4/ext/exif/tests/bug73115/
H A Dbug73115.phpt2 Bug #73115 (exif_read_data triggers warning on reading binary strings)
/PHP-7.4/ext/standard/tests/array/
H A Dbug40191.phpt2 Bug #40191 (use of array_unique() with objects triggers segfault)
/PHP-7.4/Zend/tests/
H A Dbug65108.phpt2 Bug #65108 (is_callable() triggers Fatal Error)
H A Dbug78921.phpt2 Bug #78921: When Reflection triggers class load, property visibility is incorrect
H A Dbug64960.phpt11 // this triggers the custom error handler
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/PHP-7.4/ext/pdo_oci/tests/
H A Dcheckliveness.phpt28 // This triggers the call to check liveness
/PHP-7.4/ext/openssl/tests/
H A Dstream_verify_peer_name_003.phpt2 Host name mismatch triggers error
/PHP-7.4/ext/oci8/tests/
H A Dbug72524.phpt2 Bug #72524 (Binding null values triggers ORA-24816 error)
/PHP-7.4/
H A DNEWS523 . Fixed bug #71145 (Multiple statements in init command triggers unbuffered
1272 . Fixed bug #78904 (Uninitialized property triggers __get()). (Nikita)
2679 . Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string

Completed in 55 milliseconds