Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/dba/libcdb/
H A Dcdb_make.c62 c->split = 0; in cdb_make_start()
174 c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0); in cdb_make_finish()
175 if (!c->split) in cdb_make_finish()
178 c->hash = c->split + c->numentries; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
202 hp = c->split + c->start[i]; in cdb_make_finish()
221 if (c->split) in cdb_make_finish()
222 efree(c->split); in cdb_make_finish()
H A Dcdb_make.h48 struct cdb_hp *split; /* includes space for hash */ member
/PHP-7.0/scripts/dev/
H A Dcheck_parameters.php320 …$split = preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', $txt, -1, PRE…
322 if (count($split) < 2) continue; // no functions defined on this file
323 array_shift($split); // the first part isn't relevant
340 for ($i = 0; $i < count($split); $i+=2) {
343 list($f) = preg_split('@/\*\s*}}}\s*\*/@S', $split[$i+1][0]);
344 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
/PHP-7.0/ext/standard/tests/file/
H A Dinclude_streams.phpt34 $split = parse_url($path);
35 if ($split["host"] !== b"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)
/PHP-7.0/tests/classes/
H A Dstatic_properties_004.phpt16 echo "\nBut because this is implemented using PHP references, the reference set can easily be split
33 But because this is implemented using PHP references, the reference set can easily be split:
/PHP-7.0/ext/spl/examples/
H A Dfindfile.inc29 * If path contains ';' then this parameter is split and every
36 $list = split(PATH_SEPARATOR, $path);
H A Dregexfindfile.inc23 * If path contains ';' then this parameter is split and every
H A Dautoload.inc36 $inc = split(':', ini_get('include_path'));
/PHP-7.0/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
/PHP-7.0/ext/phar/tests/zip/
H A Dcorrupt_010.phpt16 phar error: split archives spanning multiple zips cannot be processed in zip-based phar "%sdisknumb…
/PHP-7.0/sapi/cli/tests/
H A Demptyheader.phpt2 Correctly handle split and empty header
/PHP-7.0/win32/build/
H A Dconfutils.js198 var a = CWD.split("\\");
199 var b = path.split("\\");
357 arg = arg.split("=", 2);
583 env = env.split(";");
644 var dirs = path.split(';');
674 var a = m.split(/ /);
746 libnames = libnames.split(';');
848 libnames = libnames.split(';');
1530 var _tmp = src.split("\\");
1585 var dirs = k.split("\\");
[all …]
/PHP-7.0/ext/standard/tests/streams/
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
/PHP-7.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…
H A Dchunk_split_variation13.phpt6 * Description: Returns split line
H A Dchunk_split_error.phpt6 * Description: Returns split line
H A Dchunk_split_basic.phpt6 * Description: Returns split line
H A Dchunk_split_variation4.phpt6 * Description: Returns split line
/PHP-7.0/build/
H A Dorder_by_dep.awk67 split($1, mod, ";");
/PHP-7.0/ext/hash/
H A Dhash_tiger.c105 # define split(str) \ macro
116 # define split split_ex macro
129 split(str); \
/PHP-7.0/ext/skeleton/
H A Dcreate_stubs56 split(type, type_array, "\|")
57 split(spec, spec_array, "\|")
/PHP-7.0/ext/pcre/tests/
H A Dpreg_split_basic.phpt13 …/i', $string)); //tries to find NAME regardless of case in $string (can't split it so just returns…
/PHP-7.0/ext/mbstring/tests/
H A Dmb_split_error.phpt11 * Description: split multibyte string into array by regular expression
H A Dmb_split_variation2.phpt11 * Description: split multibyte string into array by regular expression

Completed in 35 milliseconds

123