Searched refs:explode (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_3/ext/pdo_mysql/tests/ |
| H A D | mysql_pdo_test.inc | 59 $parts = explode(';', $dsn); 61 $tmp = explode('=', $v); 109 $parts = explode('.', $version_string);
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | pharcommand.inc | 216 $path = explode(PATH_SEPARATOR, $_ENV['PATH']); 231 $files = explode("\n", `pear list-files PHP_Archive`);
|
| /PHP_5_3/ |
| H A D | run-tests.php | 64 list($major, $minor, $bug) = explode(".", phpversion(), 3); 206 $SHOW_ONLY_GROUPS = explode(",", getenv('SHOW_ONLY_GROUPS')); 213 $user_tests = explode (',', getenv('TEST_PHP_USER')); 278 $exts_to_test = explode(',',`$php $pass_options $info_params "$info_file"`); 490 $argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS'))); 562 $SHOW_ONLY_GROUPS = explode(",", $argv[++$i]);; 1429 foreach(explode("\n", trim($section_text['ENV'])) as $e) { 1430 $e = explode('=', trim($e), 2); 1457 $loaded = explode(",", `$php -n -r 'echo join(",", get_loaded_extensions());'`); 1634 $raw_lines = explode("\ [all...] |
| H A D | server-tests.php | 105 $setting = explode("=", $setting, 2); 127 $w = explode("\n", $wanted); 128 $o = explode("\n", $output); 319 $line = explode(":", $line, 2); 545 $line = explode("=", $line, 2); 1400 $line = explode(":", $line, 2); 1453 $line = explode(":", $line, 2);
|
| /PHP_5_3/scripts/dev/generate-phpt/src/ |
| H A D | generate-phpt.php | 10 list($major, $minor, $bug) = explode(".", phpversion(), 3);
|
| /PHP_5_3/scripts/dev/generate-phpt/src/setup/ |
| H A D | gtOptionalSections.php | 17 $options = explode(':', $commandLineOptions->getOption('s'));
|
| /PHP_5_3/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtVariationTestCaseFunction.php | 54 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
|
| H A D | gtVariationTestCaseMethod.php | 56 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
|
| /PHP_5_3/tests/ |
| H A D | quicktester.inc | 19 $tests = explode("\n",$tests); 38 list($left,$right) = explode($operator, $test);
|
| /PHP_5_3/win32/build/ |
| H A D | mkdist.php | 7 $sapi_targets = explode(" ", $argv[4]); 8 $ext_targets = explode(" ", $argv[5]); 9 $pecl_targets = explode(" ", $argv[6]);
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2777 PHP_FE(explode, arginfo_explode)
|
| H A D | php_string.h | 39 PHP_FUNCTION(explode); variable
|
| H A D | string.c | 1011 /* {{{ proto array explode(string separator, string str [, int limit]) 1013 PHP_FUNCTION(explode)
|
| /PHP_5_3/Zend/ |
| H A D | zend_vm_gen.php | 1009 $op1 = array_flip(explode("|",$m[3])); 1010 $op2 = array_flip(explode("|",$m[4])); 1038 $op1 = array_flip(explode("|",$m[2])); 1039 $op2 = array_flip(explode("|",$m[3])); 1055 $op1 = array_flip(explode("|",$m[2])); 1056 $op2 = array_flip(explode("|",$m[3]));
|
Completed in 39 milliseconds