Home
last modified time | relevance | path

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

12345678910>>...42

/PHP-7.2/
H A DINSTALL927 Noteworthy nano commands: ^w (search), ^o (save), and ^x (exit)
H A DNEWS2022 argument w/strict_types). (Anatol)
2536 . Fixed bug #72373 (TypeError after Generator function w/declared return type
2697 . Fixed bug #50194 (imagettftext broken on transparent background 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.m41078 FILE *fp = fopen("conftestval", "w");
1707 fp = fopen(filename, "w");
H A Dconfigure.ac572 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
/PHP-7.2/Zend/
H A DZend.m4251 fp = fopen("conftest.zend", "w");
H A Dzend_strtod.c1254 ULong *xa, *xa0, w, y, z; local
1275 w = xa > xa0 ? *--xa : 0;
1276 d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
1293 w = xa > xa0 ? *--xa : 0;
1295 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
1299 w = xa > xa0 ? *--xa : 0;
1301 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
1303 d1 = w << k + 16 | y << k;
/PHP-7.2/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.phpt22 $fp = fopen(dirname(__FILE__)."/test.txt","w");
H A Dbug38779_1.phpt34 $fp1 = fopen($filename, "w");
H A Dbug48693.phpt22 $w = create_function('', 'return 3;');
29 $w()
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dbug68887.phpt5 fclose(fopen("php://temp","w+"));
7 fclose(fopen("php://temp","w+"));
9 fclose(fopen("php://temp","w+"));
H A Dbug72373.phpt2 Bug #72373: TypeError after Generator function w/declared return type finishes
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-7.2/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt16 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/PHP-7.2/build/
H A Dlibtool.m41172 chmod u+w . 2>&5
5789 _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
/PHP-7.2/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 Dbug72447.phpt10 $fp = fopen('testfile', 'w');
H A Dbz2_filter_compress.phpt9 $fp = fopen('php://stdout', 'w');

Completed in 75 milliseconds

12345678910>>...42