Skip to content

Commit

Permalink
zend_array
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Mar 20, 2024
1 parent a721e65 commit cc47833
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 129 deletions.
8 changes: 8 additions & 0 deletions examples/thread/test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
$map = new Swoole\Thread\Map(2);
echo "1\n";
$map['uuid'] = uniqid();

echo "2\n";
$map['uuid'] = uniqid();

Loading

0 comments on commit cc47833

Please sign in to comment.