Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 70) sorted by last modified time

123

/PHP-5.5/win32/build/
H A Dconfutils.js173 var a = CWD.split("\\");
174 var b = path.split("\\");
332 arg = arg.split("=", 2);
535 explicit_path = explicit_path.split(";");
551 env = env.split(";");
612 var dirs = path.split(';');
660 libnames = libnames.split(';');
675 var path = path_to_check.split(';');
757 libnames = libnames.split(';');
983 file_version = RegExp.$3.split('.');
[all …]
H A Dphpize.js.in183 // If it is --foo=bar, split on the equals sign
184 arg = arg.split("=", 2);
H A Dprojectgen.js8 arr = local.split(" ");
148 var defs = get_define("PHP_DLL_DEF_SOURCES").split(" ");
466 DSP_SOURCES = files.split(" ");
479 DSP_HEADERS = headers.split(" ");
490 newarr = line.split(',');
508 DSP_HEADERS = DSP_HEADERS.concat(libheaders.split(" "));
518 DSP_SOURCES = sources.split(" ");
585 bcflags = (cflags.replace(/\/([A-Z])\s/g, "/$1")).split(" ");
H A Dbuildconf.js188 arg = arg.split("=", 2);
H A Dconfig.w32321 path = PHP_EXTRA_INCLUDES.split(';');
330 path = PHP_EXTRA_LIBS.split(';');
H A Dconfig.w32.phpize.in300 path = PHP_EXTRA_INCLUDES.split(';');
309 path = PHP_EXTRA_LIBS.split(';');
/PHP-5.5/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-5.5/scripts/dev/
H A Dcheck_parameters.php312 …$split = preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', $txt, -1, PRE…
314 if (count($split) < 2) continue; // no functions defined on this file
315 array_shift($split); // the first part isn't relevant
332 for ($i = 0; $i < count($split); $i+=2) {
335 list($f) = preg_split('@/\*\s*}}}\s*\*/@S', $split[$i+1][0]);
336 check_function(preg_replace('/\s*,\s*/S', '::', $split[$i][0]), $f, $split[$i][1]);
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt6 * Description: Returns split line
H A Dchunk_split_error.phpt6 * Description: Returns split line
H A Dchunk_split_variation1.phpt6 * Description: Returns split line %d%d
H A Dchunk_split_variation10.phpt6 * Description: Returns split line
H A Dchunk_split_variation11.phpt6 * Description: Returns split line
H A Dchunk_split_variation12.phpt6 * Description: Returns split line
H A Dchunk_split_variation13.phpt6 * Description: Returns split line
H A Dchunk_split_variation2.phpt6 * Description: Returns split line
H A Dchunk_split_variation3.phpt6 * Description: Returns split line
H A Dchunk_split_variation4.phpt6 * Description: Returns split line
H A Dchunk_split_variation5.phpt10 * Description: Returns split line
H A Dchunk_split_variation6.phpt6 * Description: Returns split line
H A Dchunk_split_variation7.phpt6 * Description: Returns split line
H A Dchunk_split_variation8.phpt10 * Description: Returns split line
H A Dchunk_split_variation9.phpt6 * Description: Returns split line
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads

Completed in 58 milliseconds

123