Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 910) sorted by last modified time

12345678910>>...37

/PHP-5.5/tests/strings/
H A D002.phpt7 $fp = fopen("php://stdout", "w") or die("Arrggsgg!!");
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt11 … 1 should not have any special behaviour (http://marc.info/?l=php-internals&m=123476465621346&w=2).
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt59 foreach($t as $w) {
60 echo "double:$v:$w\n";
H A Dbug21961.phpt32 function bar($w)
34 $this->name = $w;
H A Dengine_assignExecutionOrder_002.phpt64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
65 echo "$r $s $t $u $v $w $x\n";
/PHP-5.5/tests/classes/
H A Diterators_001.phpt73 foreach($t as $w) {
74 echo "double:$v:$w\n";
H A Diterators_002.phpt63 foreach($t as $w) {
64 echo "double:$v:$w\n";
H A Diterators_003.phpt54 foreach($t as $w) {
55 if ($w == 1) {
59 if ($w == 2) {
63 echo "double:$v:$w\n";
H A Diterators_004.phpt14 foreach($obj as $w) {
15 echo "object:$w\n";
50 foreach($obj as $v => $w) {
51 echo "object:$v=>$w\n";
/PHP-5.5/
H A Dserver-tests.php127 $w = explode("\n", $wanted);
129 $w1 = array_diff_assoc($w,$o);
130 $o1 = array_diff_assoc($o,$w);
196 $w = null;
198 $n = @stream_select($r, $w, $e, 60);
H A Drun-tests.php1102 $w = null;
1105 $n = @stream_select($r, $w, $e, $timeout);
2160 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2171 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
2187 function generate_array_diff($ar1, $ar2, $is_reg, $w) argument
2207 $old1[$idx1] = sprintf("%03d- ", $idx1+1) . $w[$idx1++];
2213 $old1[$idx1] = sprintf("%03d- ", $idx1+1) . $w[$idx1++];
2244 $diff[] = sprintf("%03d- ", $idx1 + 1) . $w[$idx1++];
2256 $w = explode("\n", $wanted);
2258 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
[all …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar823 $fh = fopen($fileName, 'w');
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2333 + int r = 0, w = 0;
2343 + w++;
2361 + if (r > 0 || w > 0) {
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3421 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.5/sapi/cli/
H A Dphp_cli.c93 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.5/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
35 var_dump(`$php -n -w "$filename"`);
36 var_dump(`$php -n -w "wrong"`);
37 …ump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n -w`);
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
35 var_dump(`$php -n -w "$filename"`);
36 var_dump(`$php -n -w "wrong"`);
37 …ump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n -w`);
H A D007.phpt13 var_dump(`"$php" -n -s -w -l`);
/PHP-5.5/main/
H A Dreentrancy.c429 char *w = s - 1; in php_strtok_r() local
430 *w = '\0'; in php_strtok_r()
/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt32 $h = gzopen($secondFile, "w");
42 $h = gzopen($firstFile, "w");
52 $h = gzopen($filename, "w");
70 $h = gzopen($scriptFile, "w");
H A Dzlib_filter_deflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_deflate2.phpt9 $fp = fopen('php://stdout', 'w');
16 �A� Dѫ�΍���1�MB��Uv�_�(�EL���/��aP�=Pi �;�6�f�Ce4��U9;w�5�� m /
H A Dzlib_filter_inflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_inflate2.phpt8 $a = gzopen(dirname(__FILE__) . '/test.txt.gz', 'w');

Completed in 73 milliseconds

12345678910>>...37