.. |
fixtures
|
fix notice
|
2014-11-14 02:15:36 +00:00 |
000-load.phpt
|
add test case
|
2012-06-24 23:08:31 +09:00 |
001-constants.phpt
|
Added missing constants
|
2013-01-31 17:54:13 +01:00 |
002-uv_loop_delete_segfault.phpt
|
uv_loop_delete segfault test case
|
2017-02-19 04:16:49 +03:00 |
003-uv_write_different-callbacks.phpt
|
stdout ofc
|
2017-02-20 23:12:06 +03:00 |
004-uv_write-no-memory_leak.phpt
|
Merge branch 'master' of https://github.com/Ezaki113/php-uv
|
2017-03-03 02:11:48 +01:00 |
005-uv_listen_cb-not-destroyed.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
006-uv_async_init-no-memory-leak.phpt
|
Merge branch 'fix-memory-leak' of https://github.com/Ezaki113/php-uv
|
2017-02-28 18:22:45 +01:00 |
010-uv_ip4_addr.phpt
|
Use objects instead of resources as handle representation
|
2017-05-07 13:14:26 +02:00 |
010-uv_ip4_name.phpt
|
add uv_ip test cases
|
2012-07-06 23:42:31 +09:00 |
010-uv_ip6_addr.phpt
|
Use objects instead of resources as handle representation
|
2017-05-07 13:14:26 +02:00 |
010-uv_ip6_name.phpt
|
add uv_ip test cases
|
2012-07-06 23:42:31 +09:00 |
010-uv_loop_new.phpt
|
fix issue with uv_loop_new based on 1.0 migration guide, add additional tests
|
2014-11-10 04:30:57 +00:00 |
100-uv_async.phpt
|
Current, broken PHP 7 port...
|
2015-01-18 02:58:40 +01:00 |
100-uv_check.phpt
|
Fix arginfo
|
2020-02-15 12:02:39 +01:00 |
100-uv_prepare.phpt
|
Current, broken PHP 7 port...
|
2015-01-18 02:58:40 +01:00 |
100-uv_stop.phpt
|
Add uv_stop()
|
2014-06-10 09:11:38 -04:00 |
100-uv_timer.phpt
|
Current, broken PHP 7 port...
|
2015-01-18 02:58:40 +01:00 |
101-uv-idle.phpt
|
add tcp bind test
|
2012-07-02 13:32:19 +09:00 |
200-ares_getaddrinfo.phpt
|
add skipif section on 2 tests
|
2016-11-01 18:26:28 +01:00 |
300-fs.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
310-fs-mkdir.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
310-fs-scandir.phpt
|
Fix scandir() & require callbacks where necessary
|
2020-02-15 19:46:57 +01:00 |
311-fs-rmdir.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
320-fs-event.phpt
|
Fix #50: bad fsevent example
|
2017-08-21 08:54:34 -04:00 |
320-fs-poll.phpt
|
Current, broken PHP 7 port...
|
2015-01-18 02:58:40 +01:00 |
320-fs-readlink.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
320-fs-sendfile.phpt
|
Fixed missing refcount increment
|
2015-01-21 17:04:49 +01:00 |
330-poll-pipe.phpt
|
better sub-process command
|
2019-04-29 07:40:20 +02:00 |
330-poll.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
399-fs-stat-regression-no14.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
400-tcp_bind6.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
400-tcp_bind.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
500-udp_bind6.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
500-udp_bind.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
600-pipe_bind.phpt
|
Refactor uv callback signatures
|
2020-02-15 17:40:10 +01:00 |
700-uv_rwlock.phpt
|
pthread_rwlock requires the lock being unlocked as often as it has been acquired
|
2016-11-01 16:32:05 +01:00 |
700-uv_wrlock.phpt
|
add uv_rwlock test cases and improve uv-rwlock functions
|
2012-06-30 14:10:58 +09:00 |
701-uv_mutex.phpt
|
improve uv_mutex functions and add test case
|
2012-06-30 14:42:06 +09:00 |
800-broken-uv_spawn-issue-79.phpt
|
Fix closing failed uv_spawn() (Closes #79)
|
2020-02-15 18:07:24 +01:00 |
800-uv_queue_work.phpt
|
Fixup package.xml
|
2019-04-28 14:13:47 +02:00 |
800-uv_stdio_new-issue59.phpt
|
Add uv_process_get_pid() (Closes #71)
|
2020-02-15 17:50:44 +01:00 |
800-uv_tty.phpt
|
add skipif section on 2 tests
|
2016-11-01 18:26:28 +01:00 |
999-uv_chdir.phpt
|
Fix build on php master
|
2019-04-28 13:44:03 +02:00 |
999-uv_cpu_info.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_cpuinfo.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_cwd.phpt
|
fix uv_cwd
|
2012-06-25 13:05:42 +09:00 |
999-uv_exepath.phpt
|
Current, broken PHP 7 port...
|
2015-01-18 02:58:40 +01:00 |
999-uv_get_free_memory.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_get_total_memory.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_hrtime.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_loadavg.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |
999-uv_resident_set_memory.phpt
|
add uv_setup_args and fix uv_get_process_title. should i call uv_setup_args at RINIT phase ?
|
2012-06-25 13:34:47 +09:00 |
999-uv_uptime.phpt
|
add several test cases
|
2012-06-25 00:20:19 +09:00 |