Home
last modified time | relevance | path

Searched refs:H (Results 176 – 200 of 277) sorted by relevance

12345678910>>...12

/PHP-7.4/ext/date/tests/
H A Dbug13142.phpt2 Bug #13142 (strtotime handling of "M d H:i:s Y" format)
H A Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_basic.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dbug54851.phpt8 $date2 = DateTime::createFromFormat("D H i s", $date->format("D"). ' 0 00 00');
23 $date2 = DateTime::createFromFormat("D H i s", "Tuesday 0 00 00");
H A Ddate_time_immutable.phpt12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n";
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
H A Ddate_add_basic.phpt18 $format = 'Y-m-d H:i:s';
H A Ddate_sub_basic.phpt18 $format = 'Y-m-d H:i:s';
H A Ddate_period.phpt23 echo $dt->format( "l Y-m-d H:i:s\n" );
H A Dmktime_basic1.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
/PHP-7.4/ext/mbstring/tests/
H A Dbug52981.phpt16 test("\xF0\x90\x90\xB8");// U+10438 DESERET SMALL LETTER H (added in 3.1.0, March 2001)
H A Dmb_send_mail02.phpt42 $B%F%9%H(B
/PHP-7.4/ext/openssl/tests/
H A Dbug73478.phpt23 …dbn2fTNUGo64DtKE2WGTsZCl90RgrGUv8XW/4WDPXeE7g5u7KWHBG/LCE5+XsilE5P5/GIyqr9gsiudTmk+H/hiYZl9Smar9k0=
H A Dbug55646.phpt9 $unpacked = unpack("H*", $string);
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args.phpt24 string(12) "H:mm:ss zzzz"
/PHP-7.4/ext/standard/tests/strings/
H A Dbug53021.phpt5 var_dump(unpack("H*",html_entity_decode("é", ENT_QUOTES, "ISO-8859-1")));
H A Dstrpbrk_basic.phpt18 var_dump( strpbrk($text, 'H') );
H A Dhtmlentities17.phpt19 var_dump(htmlentities(pack('H*', $test[2]), ENT_QUOTES, 'UTF-8'));
H A Dstripcslashes_basic.phpt13 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h102 pdo_firebird_db_handle *H; member
/PHP-7.4/ext/opcache/tests/
H A Dpreload_011.phpt28 Warning: Can't preload unlinked class H: Unknown type dependencies in %s on line %d
H A Dpreload_variance.inc36 class H extends G {
/PHP-7.4/ext/spl/tests/
H A Dfileobject_getfileinfo_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
/PHP-7.4/ext/oci8/tests/
H A Dbind_sqltafc.phpt37 $c2 = "H";
132 string(1) "H"
/PHP-7.4/azure/
H A Dcoverage_job.yml15 sudo -H pip install gcovr
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt186 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
187 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
192 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
193 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);

Completed in 29 milliseconds

12345678910>>...12