Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 1128) sorted by last modified time

12345678910>>...46

/PHP-5.6/win32/
H A Dinstall.txt306 advisable to first get PHP working and tested without any
795 (register globals to environment, $_ENV). You would only get the
1029 php_snmp.dll SNMP get and walk functions NT only!
1416 script file via my browser, I get a blank screen.
1419 script file via my browser, I get a server 500 error.
1430 file via my browser, I get the error:
1570 * Then get the source rpm and INSTALL it, NOT --rebuild
1613 script file via my browser, I get a blank screen.
1622 script file via my browser, I get a server 500 error.
1634 when I try to start apache I get undefined symbol errors:
[all …]
H A Dphp5dll.dsp762 SOURCE=..\ext\pcre\pcrelib\get.c
/PHP-5.6/tests/output/
H A Dob_implicit_flush_variation_001.phpt24 //get an unset variable
H A Dob_flush_basic_001.phpt18 echo "This should get flushed.\n";
35 This should get flushed.
/PHP-5.6/tests/lang/
H A Dshort_tags.003.phpt7 <?='this should get echoed'?>
25 this should get echoed
H A Dengine_assignExecutionOrder_003.phpt63 echo "Expect 15 and get...$val\n";
87 Expect 15 and get...15
/PHP-5.6/tests/classes/
H A Dfactory_and_singleton_001.phpt35 public function get() {
61 var_dump($x->get());
62 var_dump($y->get());
68 var_dump($y->get());
H A Dfactory_and_singleton_002.phpt35 public function get() {
61 var_dump($x->get());
62 var_dump($y->get());
68 var_dump($y->get());
H A Dimplicit_instantiation_001.phpt6 // These values get implicitly converted to objects
11 // These values do not get implicitly converted to objects
/PHP-5.6/tests/basic/
H A D003.phpt10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?>
12 post-a=(Hello World) get-b=(Hello Again World) get-c=(Hi Mom)
/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php16 public static function get($name) { function in gtCodeSnippet
H A DgtText.php16 public static function get($name) { function in gtText
/PHP-5.6/scripts/dev/generate-phpt/src/setup/
H A DgtPreConditionList.php28 die(gtText::get('help'));
/PHP-5.6/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIfClassHasMethod.php20 return gtText::get('methodNotSpecified');
H A DgtIsSpecifiedFunctionOrMethod.php18 return gtText::get('functionOrMethodNotSpecified');
H A DgtIsSpecifiedTestType.php18 return gtText::get('testTypeNotSpecified');
H A DgtIsValidClass.php21 return gtText::get('unknownClass');
H A DgtIsValidFunction.php22 return gtText::get('unknownFunction');
H A DgtIsValidMethod.php25 return gtText::get('unknownMethod');
/PHP-5.6/scripts/dev/generate-phpt/tests/
H A DgtIfClassHasMethodTest.php37 $this->assertEquals($ch->getMessage(), gtText::get('methodNotSpecified'));
H A DgtIsSpecifiedFunctionOrMethodTest.php38 $this->assertEquals($ch->getMessage(), gtText::get('functionOrMethodNotSpecified'));
H A DgtIsSpecifiedTestTypeTest.php29 $this->assertEquals($ch->getMessage(), gtText::get('testTypeNotSpecified'));
H A DgtIsValidClassTest.php37 $this->assertEquals($ch->getMessage(), gtText::get('unknownClass'));
H A DgtIsValidFunctionTest.php37 $this->assertEquals($ch->getMessage(), gtText::get('unknownFunction'));
H A DgtIsValidMethodTest.php37 $this->assertEquals($ch->getMessage(), gtText::get('unknownMethod'));

Completed in 47 milliseconds

12345678910>>...46