Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 345) sorted by last modified time

12345678910>>...14

/PHP-5.5/win32/build/
H A Dmkdist.php115 function copy_file_list($source_dir, $dest_dir, $list) argument
119 foreach ($list as $item) {
/PHP-5.5/win32/
H A Dinstall.txt235 Here is a list of server modules shipped with PHP 5:
562 Note that the second line in the list above can be found in the actual
914 This list describes how to set up the PHP CGI binary to work with
953 list of built in extensions:
1218 If you are still stuck, someone on the PHP installation mailing list
1223 mailing list, send an empty mail to
1224 php-install-subscribe@lists.php.net. The mailing list address is
1227 If you want to get help on the mailing list, please try to be precise
1240 reports in mailing list or personal letters. The bug system is also
1287 directives are documented in the manual though. For a complete list of
[all …]
/PHP-5.5/tests/
H A Dquicktester.inc38 list($left,$right) = explode($operator, $test);
/PHP-5.5/tests/lang/
H A Dbug22510.phpt9 public $list = array();
13 $cl = &$this->list;
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
H A Dengine_assignExecutionOrder_002.phpt8 list($a,,$b) = $f;
29 list($e[$f++],$e[$f++]) = $g[$f];
41 // a list of lists
42 list(list($j[$h++],$j[$h++]),$j[$h++]) = $i[$h];
49 list(list($l,$m),$n) = $k;
54 list($o,$p) = 20;
58 // list of lists with blanks and nulls expect 10 20 40 50 60 70 80
64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
69 list($y,$z) = array();
73 list($aa,$bb) = array(10);
[all …]
H A Dengine_assignExecutionOrder_004.phpt29 list($a[i1()+i2()], , list($a[i3()], $a[i4()]), $a[]) = array (0, 1, array(30, 40), 3, 4);
H A D031.phpt11 while(list(,$o) = each($arrayOuter)){
13 while(list(,$i) = each($arrayInner)){
22 while(list(,$o) = each($arrayOuter)){
23 while(list(,$i) = each($arrayInner)){
32 while(list(,$o) = each($arrayOuter)){
34 while(list(,$i) = each($arrayInner)){
43 while(list(,$o) = each($arrayOuter)){
45 while(list(,$i) = each($placeholder)){
/PHP-5.5/tests/classes/
H A Diterators_006.phpt34 list($this->key, $this->current) = each($this->array);
35 // list($key, $current) = each($this->array);
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCaseFunction.php53 foreach($lists as $list){
56 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtBasicTestCaseMethod.php44 foreach($lists as $list){
45 $this->testCase[] = "var_dump( \$class->".$this->subject->getName()."( ".$list." ) );";
H A DgtErrorTestCaseFunction.php46 $list = $this->subject->getExtraArgumentList();
48 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
50 $list = $this->subject->getShortArgumentList();
52 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtErrorTestCaseMethod.php49 $list = $this->subject->getExtraArgumentList();
51 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
53 $list = $this->subject->getShortArgumentList();
55 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtVariationTestCaseFunction.php56 $list = implode(", ", $argumentList);
59 $this->testCase[] = " var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtVariationTestCaseMethod.php58 $list = implode(", ", $argumentList);
61 $this->testCase[] = " var_dump(\$class->".$this->subject->getName()."( ".$list." ) );";
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt11 -s sections....................... Create optional sections, colon separated list
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar891 * Return the list of constructor argument names
1065 * Return the list of all optional argument names
1103 * @return string - list of arguments
1126 * Return the short list of arguments
1128 * @return string - list of arguments
1292 foreach($lists as $list){
1633 foreach($lists as $list){
1687 $list = $this->subject->getExtraArgumentList();
1691 $list = $this->subject->getShortArgumentList();
1753 $list = implode(", ", $argumentList);
[all …]
/PHP-5.5/sapi/thttpd/
H A DREADME77 You can see the list of valid PHP options by executing
H A Dthttpd_patch57 /* CONFIGURE: A list of index filenames to check. The files are searched
635 + ** list taken from Apache 1.3.19
1040 # A list of file extensions followed by the corresponding MIME encoding.
1054 -# A list of file extensions followed by the corresponding MIME type.
/PHP-5.5/sapi/tux/
H A DREADME55 You can see the list of valid PHP options by executing
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt35 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
H A Dbug61679.phpt15 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
H A Dbug61977.phpt20 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
H A Dbug65066_100.phpt14 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);

Completed in 35 milliseconds

12345678910>>...14