/PHP-5.6/ext/calendar/tests/ |
H A D | jewishtojd.phpt | 7 echo jewishtojd(-1,-1,-1). "\n"; 8 echo jewishtojd(0,0,0). "\n"; 9 echo jewishtojd(1,1,1). "\n"; 10 echo jewishtojd(2,22,5763). "\n";
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | bug27457.phpt | 6 echo $test; 8 echo $test; 10 echo $test; 12 echo $test; 14 echo $test;
|
/PHP-5.6/Zend/tests/ |
H A D | error_reporting03.phpt | 9 echo @$nonex_foo; 13 echo @$nonex_bar; 18 echo $undef1; 20 echo $undef2; 30 echo "Done\n";
|
H A D | function_exists_basic.phpt | 10 echo "*** Testing function_exists() : basic functionality ***\n"; 12 echo "Internal function: "; 15 echo "User defined function: "; 19 echo "Case sensitivity: "; 22 echo "Non existent function: "; 25 echo "Method: ";
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | var_export-locale.phpt | 47 echo "\n"; 49 echo "\n"; 51 echo "\n"; 71 echo "\n"; 73 echo "\n"; 75 echo "\n"; 109 echo "\n"; 111 echo "\n"; 113 echo "\n"; 142 echo "\n"; [all …]
|
/PHP-5.6/ext/standard/tests/math/ |
H A D | bug28228.phpt | 5 echo number_format(1234.5678, 4, '', '') . "\n"; 6 echo number_format(1234.5678, 4, NULL, ',') . "\n"; 7 echo number_format(1234.5678, 4, 0, ',') . "\n"; 8 echo number_format(1234.5678, 4);
|
/PHP-5.6/ext/mcrypt/tests/ |
H A D | mcrypt_enc_get_algorithms_name.phpt | 8 echo mcrypt_enc_get_algorithms_name($td) . "\n"; 10 echo mcrypt_enc_get_algorithms_name($td) . "\n"; 12 echo mcrypt_enc_get_algorithms_name($td) . "\n"; 14 echo mcrypt_enc_get_algorithms_name($td) . "\n"; 16 echo mcrypt_enc_get_algorithms_name($td) . "\n";
|
/PHP-5.6/ext/intl/tests/ |
H A D | transliterator_transliterate_basic.phpt | 9 echo $t->transliterate($s),"\n"; 10 echo transliterator_transliterate($t, $s),"\n"; 11 echo $t->transliterate($s, 3),"\n"; 12 echo $t->transliterate($s, 3, 4),"\n"; 14 echo "Done.\n";
|
H A D | dateformat_formatObject_calendar_variant5.phpt | 14 echo IntlDateFormatter::formatObject($cal), "\n"; 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n"; 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 25 echo IntlDateFormatter::formatObject($cal), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar.phpt | 14 echo IntlDateFormatter::formatObject($cal), "\n"; 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n"; 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 25 echo IntlDateFormatter::formatObject($cal), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant2.phpt | 14 echo IntlDateFormatter::formatObject($cal), "\n"; 15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n"; 16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n"; 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)… 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n"; 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n"; 25 echo IntlDateFormatter::formatObject($cal), "\n"; 26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
|
/PHP-5.6/Zend/tests/generators/ |
H A D | yield_in_finally.phpt | 8 echo "before return\n"; 10 echo "after return\n"; 12 echo "before yield\n"; 14 echo "after yield\n"; 17 echo "after finally\n";
|
/PHP-5.6/ext/gd/tests/ |
H A D | colorat.phpt | 16 echo 'test colorat truecolor: '; 18 echo $c == 0x0 ? 'ok' : 'failed'; 19 echo "\n"; 28 echo 'test colorat palette: '; 37 echo !$failed ? 'ok' : 'failed'; 38 echo "\n";
|
/PHP-5.6/ext/zip/tests/ |
H A D | bug64342_0.phpt | 14 echo "$f\n"; 17 echo "add ok\n"; 19 echo "add failed\n"; 23 echo "close ok\n"; 25 echo "close failed\n"; 28 echo "open failed\n";
|
/PHP-5.6/sapi/cli/tests/ |
H A D | 015.phpt | 16 echo `"$php" -n --version | grep built:`; 17 echo `echo "<?php print_r(\\\$argv);" | "$php" -n -- foo bar baz`, "\n"; 18 echo `"$php" -n --version foo bar baz | grep built:`; 19 echo `"$php" -n --notexisting foo bar baz | grep Usage:`; 21 echo "Done\n";
|
/PHP-5.6/ext/dom/tests/ |
H A D | DOMElement_hasAttributes_basic.phpt | 15 echo "Error while parsing the document\n"; 21 echo "Verify that we have a DOMElement object:\n"; 22 echo get_class($element), "\n"; 24 echo "\nElement should have attributes:\n"; 30 echo "\nVerify that we have a DOMElement object:\n"; 31 echo get_class($element), "\n"; 33 echo "\nElement should have no attributes:\n";
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | each_variation6.phpt | 15 echo "*** Testing each() : usage variations ***\n"; 19 echo "\n-- Current position: --\n"; 20 echo key($arr) . " => " . current($arr) . "\n"; 22 echo "\n-- Call to each(): --\n"; 25 echo "\n-- New position: --\n"; 26 echo key($arr) . " => " . current($arr) . "\n"; 28 echo "Done";
|
H A D | end_basic.phpt | 14 echo "*** Testing end() : basic functionality ***\n"; 18 echo "\n-- Initial Position: --\n"; 19 echo key($array) . " => " . current($array) . "\n"; 21 echo "\n-- Call to end() --\n"; 24 echo "\n-- Current Position: --\n"; 25 echo key($array) . " => " . current($array) . "\n"; 27 echo "\n-- Add a new element to array --\n";
|
/PHP-5.6/ext/opcache/tests/ |
H A D | bug65665.phpt | 34 echo "correct\n"; 42 echo "wrong\n"; 60 echo "ect\n"; 72 echo "corr"; 80 echo "wrong\n"; 98 echo "correct\n"; 110 echo "wrong\n";
|
/PHP-5.6/ext/session/tests/ |
H A D | session_set_save_handler_class_011.phpt | 19 echo "*** Testing session_set_save_handler() : shutdown failure ***\n"; 26 echo "(#$this->num) constructor called\n"; 29 echo "(#$this->num) destructor called\n"; 34 echo "(#$this->num) destroyed, cannot write\n"; 36 echo "(#$this->num) writing $id = $data\n"; 43 echo "(#$this->num) destroyed, cannot write\n"; 45 echo "(#$this->num) closing $id\n"; 57 echo "done\n";
|
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionParameter_001.phpt | 18 echo "No arg function\n"; 26 echo "Parameters from twoArgMethod:\n\n"; 30 echo "\n"; 35 echo "Parameters from oneArgNonStatic:\n\n"; 39 echo "\n"; 45 echo "Parameters from noArgs:\n\n"; 50 echo "\n"; 53 echo "done\n";
|
/PHP-5.6/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 12 echo "*** Testing token_get_all() : basic functionality ***\n"; 15 $source = '<?php echo "Hello World"; ?>'; 16 echo "-- source string with PHP open and close tags --\n"; 20 $source = "echo 'Hello World';"; 21 echo "-- source string without PHP open and close tags --\n"; 24 echo "Done" 44 string(4) "echo" 94 string(19) "echo 'Hello World';"
|
/PHP-5.6/ext/sqlite3/tests/ |
H A D | sqlite3_09_blob_bound_param.phpt | 12 echo "Creating Table\n"; 15 echo "PREPARING insert\n"; 18 echo "Opening blob stream\n"; 22 echo "BINDING Parameter\n"; 26 echo "Closing statement\n"; 29 echo "SELECTING results\n"; 37 echo "Closing database\n"; 39 echo "Done\n";
|
/PHP-5.6/ext/spl/tests/ |
H A D | pqueue_001.phpt | 11 echo "Exception: ".$e->getMessage()."\n"; 19 echo "$k=>".print_r($v, 1)."\n"; 22 echo "EXTR_BOTH\n"; 32 echo "$k=>".print_r($v, 1)."\n"; 35 echo "EXTR_DATA\n"; 45 echo "$k=>".print_r($v, 1)."\n"; 48 echo "EXTR_PRIORITY\n"; 58 echo "$k=>".print_r($v, 1)."\n";
|
/PHP-5.6/tests/classes/ |
H A D | __call_006.phpt | 9 echo "You should not see this"; 24 echo "---> Invoke __call via simple method call.\n"; 28 echo "Exception caught OK; continuing.\n"; 31 echo "\n\n---> Invoke __call via scope resolution operator within instance.\n"; 35 echo "Exception caught OK; continuing.\n"; 38 echo "\n\n---> Invoke __call via scope resolution operator within child instance.\n"; 43 echo "Exception caught OK; continuing.\n"; 46 echo "\n\n---> Invoke __call via callback.\n"; 50 echo "Exception caught OK; continuing.\n";
|