Home
last modified time | relevance | path

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

123

/PHP-5.3/win32/build/
H A Dconfutils.js169 var a = CWD.split("\\");
170 var b = path.split("\\");
328 arg = arg.split("=", 2);
530 explicit_path = explicit_path.split(";");
546 env = env.split(";");
607 var dirs = path.split(';');
655 libnames = libnames.split(';');
670 var path = path_to_check.split(';');
752 libnames = libnames.split(';');
963 file_version = RegExp.$3.split('.');
[all …]
H A Dphpize.js.in179 // If it is --foo=bar, split on the equals sign
180 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.w32287 path = PHP_EXTRA_INCLUDES.split(';');
296 path = PHP_EXTRA_LIBS.split(';');
H A Dconfig.w32.phpize.in290 path = PHP_EXTRA_INCLUDES.split(';');
299 path = PHP_EXTRA_LIBS.split(';');
/PHP-5.3/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.3/
H A Dserver-tests.php141 $dirs = split('[\\/]',$path);
558 $this->exts_to_test = split(":",$out);
719 $paths = split(';',$this->conf['TEST_PATHS']);
721 $paths = split(':|;',$this->conf['TEST_PATHS']);
/PHP-5.3/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.3/ext/standard/tests/strings/
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 Dchunk_split_basic.phpt6 * Description: Returns split line
H A Dchunk_split_error.phpt6 * Description: Returns split line
/PHP-5.3/ext/standard/tests/file/
H A Duserstreams.phpt98 $split = parse_url($path);
99 $this->varname = $split["host"];

Completed in 49 milliseconds

123