Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 910) sorted by path

12345678910>>...37

/PHP-5.5/
H A DINSTALL1131 Noteworthy nano commands: ^w (search), ^o (save), and ^x (exit)
H A DNEWS5664 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
9024 - Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o
H A DREADME.STREAMS281 in the mode parameter, except that it checks for a 'w' in the string when
H A DREADME.TESTING248 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
51 php server-tests.php -w -u http://localhost/test
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
H A Dacinclude.m41090 FILE *fp = fopen("conftestval", "w");
1716 fp = fopen(filename, "w");
H A Dconfigure.in578 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
/PHP-5.5/Zend/
H A DZend.m4275 fp = fopen("conftest.zend", "w");
H A Dzend_strtod.c1033 ULong *xa, *xa0, w, y, z; local
1054 w = xa > xa0 ? *--xa : 0;
1055 d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
1072 w = xa > xa0 ? *--xa : 0;
1074 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
1078 w = xa > xa0 ? *--xa : 0;
1080 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
1082 d1 = w << k + 16 | y << k;
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Dbug21478.phpt23 $fp = fopen(dirname(__FILE__)."/test.txt","w");
H A Dbug38779_1.phpt34 $fp1 = fopen($filename, "w");
H A Dbug48693.phpt9 $w = create_function('', 'return 3;');
15 $w(),
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dinter_007.phpt14 class_alias('c', 'w');
16 interface a extends d, w { }
H A Dlsb_018.phpt40 $w = Baz::getInstance();
44 $w->identify();
52 $w->identify();
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt16 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/PHP-5.5/build/
H A Dlibtool.m41172 chmod u+w . 2>&5
5789 _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
/PHP-5.5/ext/bz2/tests/
H A D001.phpt11 var_dump(bzopen("", "w"));
25 Warning: bzopen(): '' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on li…
34 Warning: bzopen(): 'x' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on l…
37 Warning: bzopen(): 'rw' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on …
H A D002.phpt10 $fp = fopen("bz_open_002.txt", "w");
11 var_dump(bzopen($fp, "w"));
18 var_dump(bzopen($fp, "w"));
28 var_dump(bzopen($fp, "w"));
34 var_dump(bzopen($fp, "w"));
37 var_dump(bzopen($fp, "w"));
43 var_dump(bzopen($fp, "w"));
49 var_dump(bzopen($fp, "w"));
58 var_dump(bzopen($fp, "w"));
64 var_dump(bzopen($fp, "w"));
[all …]
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
H A Dbz2_filter_compress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dbz2_filter_decompress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt21 $fp = fopen('/dev/null', 'w');

Completed in 111 milliseconds

12345678910>>...37