Home
last modified time | relevance | path

Searched refs:w (Results 976 – 1000 of 1026) sorted by relevance

1...<<31323334353637383940>>...42

/PHP-7.2/ext/standard/
H A Dstreamsfuncs.c38 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc330 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w')];
778 '/{{([a-zA-Z0-9:]+)(\[\w+\])?}}/',
/PHP-7.2/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt35 …create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 512, "w", "fseek_ftell_rewind_basic"
H A D006_variation1.phpt10 $fp = fopen($filename, 'w');
34 $file_handle = fopen($file_name, "w");
H A Dfnmatch_variation.phpt23 fopen($file_name, "w");
H A Dfscanf_variation55.phpt28 $file_handle = fopen($filename, "w");
H A Dfscanf_variation8.phpt19 $file_handle = fopen($filename, "w");
H A Dfgetc_basic.phpt24 …create_files(dirname(__FILE__), 1, $file_content_types[$outerloop_counter], 0755, 1, "w", "fgetc_b…
H A Dumask_variation1.phpt34 $fp = fopen($filename, "w");
H A Dfread_basic.phpt42 create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "fread_basic");
H A Dchmod_basic-win32-mb.phpt16 $fd = fopen($filename, "w+");
H A Dchmod_basic-win32.phpt16 $fd = fopen($filename, "w+");
/PHP-7.2/ext/standard/tests/strings/
H A Dstrcmp.phpt68 $file1 = fopen($filename1, "w"); // creating new file
69 $file2 = fopen($filename2, "w"); // creating new file
H A Dstrcasecmp.phpt68 $file1 = fopen($filename1, "w"); // creating new file
69 $file2 = fopen($filename2, "w"); // creating new file
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c73 #define CHECK_EXTRA_REGS(p, w, do) \ argument
76 w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \
78 w = compiler->locals_offset + ((p) - SLJIT_S2) * (sljit_sw)sizeof(sljit_sw); \
129 #define CHECK_EXTRA_REGS(p, w, do) argument
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput5494 /\w/8
537 /\x{100}*\w/8DZ
541 \w
H A Dtestoutput61289 /^\w+/8W
2150 /^\X*\w{4}/8
2498 /[[:^ascii:]\w]/8W
2514 /[\w[:^ascii:]]/8W
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c95148 memset(&w, 0, sizeof(w));
96769 Walker w;
96833 Walker w;
98251 Walker w;
98823 Walker w;
98923 Walker w;
101989 memset(&w, 0, sizeof(w));
117631 memset(&w, 0, sizeof(w));
128865 memset(&w, 0, sizeof(w));
137288 memset(&w, 0, sizeof(w));
[all …]
/PHP-7.2/Zend/
H A DZend.m4251 fp = fopen("conftest.zend", "w");
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1491 ^a++\w!
5184 \w any "word" character
5884 word "word" characters (same as \w)
5950 [[:<:]] is converted to \b(?=\w)
5951 [[:>:]] is converted to \b(?<=\w)
6652 \w+(?=;)
7737 \w a "word" character
7854 word same as \w
8877 /123\w+X|dogY/
9870 pcrecpp::RE re("(\\w+):(\\d+)");
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING180 OP_WORD_BOUNDARY \w
190 OP_WORDCHAR \w
H A DChangeLog362 such as \w are turned into Unicode properties), wide characters were not
573 8. Fixed a bug that was incorrectly auto-possessifying \w+ in the pattern
574 ^\w+(?>\s*)(?<=\w) which caused it not to match "test test".
897 properties for \w, \d, etc) is present in a test regex. Otherwise if the
3717 28. A pattern such as (?=(\w+))\1: which simulates an atomic group using a
4387 9. A repeated \w when used in UTF-8 mode with characters greater than 256
4394 something similar for -w.
4396 (b) Added the -w (match as a word) option.
4410 -w, --word-regex(p)
5319 (iv) The character escapes \b, \B, \d, \D, \s, \S, \w, and \W (either
[all …]
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.2/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
/PHP-7.2/
H A DREADME.STREAMS281 in the mode parameter, except that it checks for a 'w' in the string when

Completed in 610 milliseconds

1...<<31323334353637383940>>...42