Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 135) sorted by last modified time

123456

/PHP-5.5/win32/build/
H A Dphpize.js.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCase.php9 protected $subject; variable in gtBasicTestCase
H A DgtBasicTestCaseFunction.php20 $this->subject = $function;
42 …$this->testCase[] = "Test function ".$this->subject->getName()."() by calling it with its expected…
51 $lists = $this->subject->getValidArgumentLists();
56 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtBasicTestCaseMethod.php18 $this->subject = $method;
37 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNa…
42 $lists = $this->subject->getValidArgumentLists();
45 $this->testCase[] = "var_dump( \$class->".$this->subject->getName()."( ".$list." ) );";
H A DgtErrorTestCaseFunction.php19 $this->subject = $function;
41 …$this->testCase[] = "Test function ".$this->subject->getName()."() by calling it more than or less…
46 $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.php20 $this->subject = $method;
43 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…
49 $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 DgtTestCase.php14 protected $subject; variable in gtTestCase
111 $conStatements = $this->subject->getConstructorInitStatements();
123 $constructorList = $this->subject->getConstructorArgumentList();
124 $this->testCase[] = "\$class = new ".$this->subject->getClassName()."( ".$constructorList." );";
134 $statements = $this->subject->getInitialisationStatements();
H A DgtVariationTestCase.php29 $statements = $this->subject->getInitialisationStatements();
H A DgtVariationTestCaseFunction.php23 $this->subject = $function;
46 …$this->testCase[] = "Test function ".$this->subject->getName()."() by substituting argument ".$thi…
54 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
59 $this->testCase[] = " var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtVariationTestCaseMethod.php8 protected $subject; variable in gtVariationTestCaseMethod
25 $this->subject = $method;
50 …$this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getNam…
56 $argumentList = explode(",", $this->subject->getMaximumArgumentList());
61 $this->testCase[] = " var_dump(\$class->".$this->subject->getName()."( ".$list." ) );";
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1266 $this->subject = $method;
1365 protected $subject;
1600 $this->subject = $function;
1660 $this->subject = $function;
1687 $list = $this->subject->getExtraArgumentList();
1691 $list = $this->subject->getShortArgumentList();
1720 $this->subject = $function;
1822 $this->subject = $method;
1869 protected $subject;
2011 protected $subject;
[all …]
/PHP-5.5/sapi/cli/tests/
H A D006.phpt61 Parameter #1 [ <required> $subject ]
71 Parameter #1 [ <required> $subject ]
82 Parameter #2 [ <required> $subject ]
92 Parameter #2 [ <required> $subject ]
102 Parameter #2 [ <required> $subject ]
111 Parameter #1 [ <required> $subject ]
/PHP-5.5/main/
H A Dinternal_functions.c.in7 | This source file is subject to version 3.01 of the PHP license, |
H A Dbuild-defs.h.in7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc41 the same weapons, subject to the same diseases, heal'd by
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re7 | This source file is subject to version 3.01 of the PHP license, |
H A Durl_scanner_ex.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt9 mixed $subject [, int &$count]);
38 class subject
44 $obj_subject = new subject;
H A Dstr_replace.phpt9 mixed $subject [, int &$count]);
50 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
90 $subject
97 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
125 class subject
131 $obj_subject = new subject;
H A Dstr_replace_basic.phpt9 mixed $subject [, int &$count]);
H A Dstr_replace_error.phpt9 mixed $subject [, int &$count]);
H A Dstr_replace_variation1.phpt9 mixed $subject [, int &$count]);
H A Dstr_replace_variation2.phpt9 mixed $subject [, int &$count]);
15 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
55 $subject
62 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
H A Dbug39621.phpt7 $subject = "qxxx\0xxxxxxxx";
10 $result = str_replace ( $search, $replace, $subject );
15 $subject = "qxxx\0xxxxxxxx";
18 $result = str_ireplace ( $search, $replace, $subject );
23 $subject = "qxxx\0xxxxxxxx";
26 $result = str_replace ( $search, $replace, $subject );
31 $subject = "qxXx\0xxxxxxxx";
34 $result = str_ireplace ( $search, $replace, $subject );

Completed in 28 milliseconds

123456