Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.4/ext/spl/tests/
H A Dbug45622b.phpt13 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.
/PHP-7.4/ext/pcre/tests/
H A Dbug63055.phpt12 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
13 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
H A Dstudy.phpt14 // try to trigger usual "match known text" optimization
/PHP-7.4/Zend/tests/
H A Dbug63055.phpt14 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
15 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
H A Dbug78010.phpt14 for ($i = 0; $i < 898; $i++) { //Will not trigger with <898
23 foreach (array_fill(0, 389, 'x') as &$params) { //Will not trigger <389
H A Dbug64960.phpt16 // this must be a class, closure does not trigger segfault
28 // trigger error handler
H A Dglobals_005.phpt7 $GLOBALS["A". $i] = 1; //trigger resize
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt34 // This line will trigger toUCallback
36 // This line will trigger fromUCallback
/PHP-7.4/tests/classes/
H A Dautoload_007.phpt2 Ensure instanceof does not trigger autoload.
H A Dautoload_011.phpt2 Ensure extends does trigger autoload.
H A Dautoload_010.phpt2 Ensure implements does trigger autoload.
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.
H A Dautoload_009.phpt2 Ensure type hints for unknown types do not trigger autoload.
/PHP-7.4/Zend/tests/generators/
H A Dfunc_get_args.phpt8 yield; // trigger generator
H A Dgenerator_returns_generator.phpt9 // trigger a generator
H A Dbacktrace.phpt16 $gen->rewind(); // trigger run
/PHP-7.4/Zend/tests/traits/
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165c.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-7.4/ext/zip/tests/
H A Doo_getstatusstring.phpt15 //delete an index that does not exist - trigger error
/PHP-7.4/ext/exif/tests/
H A Dbug68799.phpt8 * Pollute the heap. Helps trigger bug. Sometimes not needed.
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug30730.phpt24 // Rename that directory in order that the file full path will be long enough to trigger the bug

Completed in 79 milliseconds

12