Searched refs:trigger (Results 1 – 25 of 36) sorted by relevance
12
13 echo "Doesn't trigger __get.\n";16 echo "Doesn't trigger __set.\n";19 echo "Doesn't trigger __unset.\n";22 echo "Shouldn't trigger __isset.\n";26 Doesn't trigger __get.29 Doesn't trigger __set.30 Doesn't trigger __unset.33 Shouldn't trigger __isset.
12 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */13 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
14 // try to trigger usual "match known text" optimization
14 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */15 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
16 // this must be a class, closure does not trigger segfault28 // trigger error handler
7 $GLOBALS["A". $i] = 1; //trigger resize
2 Bug #65322: compile time errors won't trigger auto loading
34 // This line will trigger toUCallback36 // This line will trigger fromUCallback
2 Ensure instanceof does not trigger autoload.
2 Ensure implements does trigger autoload.
2 Ensure extends does trigger autoload.
2 Ensure callback methods in unknown classes trigger autoload.
2 Ensure catch blocks for unknown exception types do not trigger autoload.
2 Ensure type hints for unknown types do not trigger autoload.
8 yield; // trigger generator
9 // trigger a generator
16 $gen->rewind(); // trigger run
2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
15 //delete an index that does not exist - trigger error
8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
24 // Rename that directory in order that the file full path will be long enough to trigger the bug
251 …(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats statistic, mysqlnd_stat_trigger trigger) in mysqlnd_stats_set_trigger() argument258 stats->triggers[statistic] = trigger; in mysqlnd_stats_set_trigger()
Completed in 29 milliseconds