Home
last modified time | relevance | path

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

123

/PHP-8.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.
31 Shouldn't trigger __isset.
/PHP-8.4/.github/
H A Dnightly_matrix.php49 $trigger = $argv[1] ?? 'schedule'; variable
53 || ($trigger === 'schedule' && $attempt !== 1)
54 || $trigger === 'workflow_dispatch';
/PHP-8.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-8.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.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-8.4/ext/mysqli/tests/
H A Dgh8058.phpt21 unset($stmt); // trigger dtor
28 unset($stmt); // trigger dtor
/PHP-8.4/Zend/tests/lazy_objects/
H A Duse_case_002.phpt42 printf("Fetching identifier does not trigger initializer\n");
48 Fetching identifier does not trigger initializer
/PHP-8.4/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt38 // This line will trigger toUCallback
40 // This line will trigger fromUCallback
/PHP-8.4/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.
/PHP-8.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-8.4/ext/pdo_pgsql/tests/
H A Dissue78621.inc16 $db->exec("create function hey() returns trigger as \$\$ begin new.a := 'oh'; raise notice 'I tampe…
17 $db->exec("create trigger hop before insert on t for each row execute procedure hey()");
/PHP-8.4/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-8.4/ext/opcache/tests/jit/
H A Dgh17257.phpt14 call_user_func('get_const', 1); // need an extra arg to trigger the issue
/PHP-8.4/ext/gmp/tests/
H A Dgmp_dynamic_property.phpt2 GH-9186 Dynamic property unserialization should trigger a deprecated notice

Completed in 18 milliseconds

123