Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.c60 c->split = 0; in cdb_make_start()
172 c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0); in cdb_make_finish()
173 if (!c->split) in cdb_make_finish()
176 c->hash = c->split + c->numentries; in cdb_make_finish()
187 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
200 hp = c->split + c->start[i]; in cdb_make_finish()
219 if (c->split) in cdb_make_finish()
220 efree(c->split); in cdb_make_finish()
H A Dcdb_make.h44 struct cdb_hp *split; /* includes space for hash */ member
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php316 …$split = preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', $txt, -1, PRE…
318 if (count($split) < 2) continue; // no functions defined on this file
319 array_shift($split); // the first part isn't relevant
336 for ($i = 0; $i < count($split); $i+=2) {
339 list($f) = preg_split('@/\*\s*}}}\s*\*/@S', $split[$i+1][0]);
340 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
/PHP-8.0/ext/standard/tests/file/
H A Dinclude_streams.phpt34 $split = parse_url($path);
35 if ($split["host"] !== "GLOBALS" ||
36 empty($split["path"]) ||
37 empty($GLOBALS[substr($split["path"],1)])) {
40 $this->varname = substr($split["path"],1);
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)
H A Duserstreams.phpt97 $split = parse_url($path);
98 $this->varname = $split["host"];
/PHP-8.0/tests/classes/
H A Dstatic_properties_004.phpt16 echo "\nReferences cannot be used to split the properties:\n";
32 References cannot be used to split the properties:
/PHP-8.0/ext/tokenizer/tests/
H A Dno_inline_html_split.phpt2 Inline HTML should not be split at partial PHP tags
/PHP-8.0/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_010.phpt14 phar error: split archives spanning multiple zips cannot be processed in zip-based phar "%sdisknumb…
/PHP-8.0/sapi/cli/tests/
H A Demptyheader.phpt2 Correctly handle split and empty header
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt30 $split = mb_str_split($enc, 1, $cs);
44 echo " " . unpack("H*", $split[$i])[1];
H A Dmb_str_split_ru.phpt29 $split = mb_str_split($enc, 1, $cs);
44 echo " " . unpack("H*", $split[$i])[1];
H A Dmb_str_split_error_conditions.phpt10 // Invalid split length
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-bwp-msg-flush-split-fallback.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/PHP-8.0/win32/build/
H A Dconfutils.js193 var a = CWD.split("\\");
194 var b = path.split("\\");
353 arg = arg.split("=", 2);
624 env = env.split(";");
685 var dirs = path.split(';');
715 var a = m.split(/ /);
787 libnames = libnames.split(';');
889 libnames = libnames.split(';');
1602 var _tmp = src.split("\\");
1657 var dirs = k.split("\\");
[all …]
H A Dbuildconf.js184 arg = arg.split("=", 2);
H A Dphpize.js.in179 // If it is --foo=bar, split on the equals sign
180 arg = arg.split("=", 2);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
/PHP-8.0/ext/standard/tests/strings/
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
/PHP-8.0/ext/readline/
H A DREADME.md17 Therefore, that code was split into ext/readline so that this can dynamically
/PHP-8.0/build/
H A Dorder_by_dep.awk67 split($1, mod, ";");
/PHP-8.0/ext/hash/
H A Dhash_tiger.c101 # define split(str) \ macro
112 # define split split_ex macro
125 split(str); \
/PHP-8.0/ext/pcre/tests/
H A Dpreg_split_basic.phpt12 …/i', $string)); //tries to find NAME regardless of case in $string (can't split it so just returns…

Completed in 45 milliseconds

12