Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 543) sorted by path

12345678910>>...22

/PHP-7.4/
H A DCONTRIBUTING.md24 * [What happens after submitting contribution?](#what-happens-after-submitting-contribution)
264 and check the PHP and web server error logs after running your PHP tests.
269 ## What happens after submitting contribution?
H A DEXTENSIONS6 Maintained: Someone actually looks after it.
H A DNEWS144 . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
350 . Fixed bug #80024 (Duplication of info about inherited socket after pool
417 . Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb)
611 . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)
713 . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
810 . Fixed bug #79820 (Use after free when type duplicated into
1098 . Fixed bug #76047 (Use-after-free when accessing already destructed
1875 . Fixed bug #77185 (Use-after-free in FPM master event handling).
2046 . Fixed bug #77843 (Use after free with json serializer). (Nikita)
2320 . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
[all …]
H A DREADME.md62 PHP ships with an extensive test suite, the command `make test` is used after
H A DUPGRADING.INTERNALS171 m. The write_property() object handler now returns the assigned value (after
187 p. ZEND_EXT_BEGIN_FCALL is emitted after arguments are sent, this means
/PHP-7.4/Zend/tests/
H A D019.phpt123 // dump the array after element was unset
295 echo "value of static_var after unset: $static_var\n";
302 echo "value of static_var after new assignment: $static_var\n";
1297 value of static_var after unset:
1300 value of static_var after new assignment: 20
1306 value of static_var after unset:
1309 value of static_var after new assignment: 20
1315 value of static_var after unset:
1318 value of static_var after new assignment: 20
H A Dbug34617.phpt2 Bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called)
H A Dbug34786.phpt16 echo "after: ".error_reporting()."\n";
22 after: 1
H A Dbug36268.phpt2 Bug #36268 (Object destructors called even after fatal errors)
H A Dbug38220.phpt33 echo "after call $method\n";
69 after call func1
77 after call close
84 after call func1
92 after call close
H A Dbug52001.phpt2 Bug #52001 (Memory allocation problems after using variable variables)
H A Dbug55007.phpt2 Bug #55007 (compiler fail after previous fail)
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug69388.phpt2 Bug #69388: Use after free on recursive calls to PHP compiler
H A Dbug69446.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug69446_2.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
H A Dbug71859.phpt21 // to do after constructs_in_destructor is destroyed.
H A Dbug72057.phpt2 Bug #72057 (PHP hangs when user error handler throws exception after Notice from type coercion)
H A Dbug72162.phpt2 Bug #72162 (use-after-free - error_reporting)
H A Dbug72177.phpt2 Bug #72177 Scope issue in __destruct after ReflectionProperty::setValue()
H A Dbug72177_2.phpt2 Bug #72177 Scope issue in __destruct after ReflectionProperty::setValue()
H A Dbug72373.phpt2 Bug #72373: TypeError after Generator function w/declared return type finishes
/PHP-7.4/Zend/tests/anon/
H A D010.phpt2 Trait binding after anon class
/PHP-7.4/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt2 Positional arguments cannot be used after argument unpacking
10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d

Completed in 39 milliseconds

12345678910>>...22