Home
last modified time | relevance | path

Searched refs:n (Results 1 – 8 of 8) sorted by relevance

/php-uv/tests/
H A D800-uv_tty.phpt6 die("skip test requiring a tty\n");
15 echo "OK\n";
18 echo "OK\n";
H A D004-uv_write-no-memory_leak.phpt35 echo "$t->counter\n$memory\n";
H A D300-fs.phpt16 echo trim($data) . "\n";
31 echo "H" . trim($data) . "\n";
H A D330-poll-pipe.phpt5 $php = (getenv('TEST_PHP_EXECUTABLE') ? : PHP_BINARY) . ' ' . (getenv('TEST_PHP_ARGS') ? : '-n');
H A D200-ares_getaddrinfo.phpt6 die("skip test requiring internet connection\n");
H A D330-poll.phpt31 echo "$buffer\n";
/php-uv/
H A Dphp_uv.c2550 *n = 0;
2580 if (*data->n == loop->gc_buffer_size) {
2602 data.n = n;
2605 *n = 0;
2622 *n = 1;
5187 int n = 0; local
5195 command_args[n] = command->val;
5197 n++;
5199 command_args[n] = Z_STRVAL_P(value);
5200 n++;
[all …]
H A DREADME.md729 echo "Hello\n";
756 echo "Hello\n";

Completed in 36 milliseconds