Home
last modified time | relevance | path

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

12

/php-src/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.
31 Shouldn't trigger __isset.
/php-src/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-src/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.phpt19 for ($i = 0; $i < 898; $i++) { //Will not trigger with <898
28 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
/php-src/.github/
H A Dnightly_matrix.php134 $trigger = $argv[1] ?? 'schedule'; variable
136 $discard_cache = ($trigger === 'schedule' && $attempt !== 1) || $trigger === 'workflow_dispatch';
/php-src/ext/mysqli/tests/
H A Dgh8058.phpt21 unset($stmt); // trigger dtor
28 unset($stmt); // trigger dtor
/php-src/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt38 // This line will trigger toUCallback
40 // This line will trigger fromUCallback
/php-src/tests/classes/
H A Dautoload_007.phpt2 Ensure instanceof does not trigger autoload.
H A Dautoload_010.phpt2 Ensure implements does trigger autoload.
H A Dautoload_011.phpt2 Ensure extends 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-src/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-src/Zend/tests/traits/
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165b.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-src/ext/gmp/tests/
H A Dgmp_dynamic_property.phpt2 GH-9186 Dynamic property unserialization should trigger a deprecated notice
/php-src/ext/zip/tests/
H A Doo_getstatusstring.phpt15 //delete an index that does not exist - trigger error

Completed in 72 milliseconds

12