You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: Indirect modification of overloaded element of Threaded has no effect in C:\Users\dylan-work\Documents\projects\pocketmine-mp\test2.php on line 25
Notice: Indirect modification of overloaded element of Threaded has no effect in C:\Users\dylan-work\Documents\projects\pocketmine-mp\test2.php on line 26
object(Threaded)#1 (0) {
}
The text was updated successfully, but these errors were encountered:
On closer inspection this problem could be hard to solve, because BP_VAR_W writes could also be generated by something like threaded->nonExisting[0] = 1, which should not result in automatic property creation. pthreads_store_read() doesn't make any differentiation between property reads and array offset accesses.
dktapps
changed the title
Multidimensional array writes don't work on Threaded when the target sub-array doesn't exist
Multidimensional array writes don't work on ThreadSafeArray when the target sub-array doesn't exist
May 16, 2023
produces
vs
which produces
The text was updated successfully, but these errors were encountered: