Searched refs:H (Results 176 – 200 of 323) sorted by relevance
12345678910>>...13
/PHP-5.6/ext/standard/tests/strings/ |
H A D | strpbrk_basic.phpt | 18 var_dump( strpbrk($text, 'H') );
|
H A D | stripcslashes_basic.phpt | 13 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | wintestoutput3 | 87 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P 96 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
|
H A D | testoutput23 | 18 /[\H]/BZSI 33 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ 60 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
|
H A D | testinput2 | 2180 /\H++X/BZ 2184 /\H+\hY/BZ 2187 /\H+ Y/BZ 2197 / *\H/BZ 2211 /\h+\d\h+\w\h+\S\h+\H/BZ 2215 /\H+\h\H+\d/BZ 3104 /X\H*\R/BZ 3107 /X\H+\R/BZ 3110 /X\H++\R/BZ 3890 /\H+\D \H+\d \H+\S \H+\s \H+\W \H+\w \H+. \H+\C \H+\R \H+\H \H+\h \H+\V \H+\v \H+\Z \H+\z \H+$/BZx [all …]
|
H A D | testoutput25 | 65 /[\H]/BZSI 80 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ 107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
|
H A D | testoutput3 | 96 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P 105 Starting chars: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
|
H A D | testoutputEBC | 47 /-- Test \H --/ 124 /-- Test \H+ --/
|
/PHP-5.6/ext/date/tests/ |
H A D | date_add_basic.phpt | 20 $format = 'Y-m-d H:i:s';
|
H A D | date_sub_basic.phpt | 20 $format = 'Y-m-d H:i:s';
|
H A D | strftime_error.phpt | 16 $format = '%b %d %Y %H:%M:%S';
|
H A D | idate_error.phpt | 17 $format = '%b %d %Y %H:%M:%S';
|
H A D | strftime_variation23.phpt | 16 $format = '%b %d %Y %H:%M:%S';
|
H A D | bug20382-2.phpt | 40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n"; 42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
|
H A D | date_modify_basic1.phpt | 23 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n";
|
H A D | gmstrftime_error.phpt | 19 $format = '%b %d %Y %H:%M:%S';
|
H A D | idate_variation5.phpt | 21 '24 hour format' => 'H',
|
H A D | DateTime_modify_basic1.phpt | 23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
|
H A D | mktime_basic1.phpt | 5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
|
/PHP-5.6/ext/spl/tests/ |
H A D | fileobject_getfileinfo_basic.phpt | 4 H�vard Eide <nucleuz at gmail.com>
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bind_sqltafc.phpt | 37 $c2 = "H"; 132 string(1) "H"
|
/PHP-5.6/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 293 … index.php�:/HEٜ�web.php�:/Hq%��b/c.php��:/H�…
|
/PHP-5.6/ext/phar/tests/files/ |
H A D | nophar.phar | 293 … index.php�:/HEٜ�web.php�:/Hq%��b/c.php��:/H�…
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_types.phpt | 188 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900); 189 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920); 192 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960); 194 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980); 195 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
|
/PHP-5.6/ext/openssl/tests/ |
H A D | bug55646.phpt | 9 function stringAsHex($string){$unpacked = unpack("H*", $string);return implode(" ", str_split($unpa…
|
Completed in 45 milliseconds
12345678910>>...13