Home
last modified time | relevance | path

Searched refs:h (Results 226 – 250 of 572) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/spl/tests/
H A Dbug54304.phpt12 $h = new foo;
13 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
/PHP-7.4/ext/intl/tests/
H A Dbug74484_MessageFormatter.phpt10 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
20 'h' => 8,
H A Dbug60192-getsortkey.phpt17 $c->getSortKey('h');
21 #0 %s(%d): Collator->getSortKey('h')
H A Dbug60192-compare.phpt16 $a = $c->compare('h', 'H');
20 #0 %s(%d): Collator->compare('h', 'H')
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.w327 && CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_ODBC')
8 && CHECK_HEADER_ADD_INCLUDE('sqlext.h', 'CFLAGS_PDO_ODBC')) {
/PHP-7.4/ext/date/tests/
H A Dbug48678.phpt15 [h] => 12
34 [h] => 12
H A DDateTime_format_basic1.phpt21 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
22 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A Ddate_basic1.phpt21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
H A Ddate_format_basic1.phpt21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
22 var_dump( date_format($date, '\i\t \i\s \t\h\e jS \d\a\y.') );
24 var_dump( date_format($date, 'H:m:s \m \i\s\ \m\o\n\t\h') );
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation6.phpt36 $h = fopen($secondFile, "w");
37 fwrite($h, "File in include path");
38 fclose($h);
H A Dfile_get_contents_variation1.phpt37 $h = fopen($secondFile, "w");
38 fwrite($h, "File in include path");
39 fclose($h);
H A Dfile_get_contents_variation2.phpt38 $h = fopen($scriptLocFile, "w");
39 fwrite($h, "File in script location");
40 fclose($h);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt26 $item = "���զh�r�`���|"; // BIG5 string
54 getting basename of %s���զh�r�`���|25
55 string(%d) "���զh�r�`���|25"
/PHP-7.4/ext/skeleton/
H A D.gitignore.in9 config.h
10 config.h.in
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt102 le h
157 in h
168 h \
171 h is
175 h
/PHP-7.4/ext/xsl/
H A Dconfig.w329 && CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XSL", PHP_PHP_BUILD + "\\include\\libxml2")
28 if (ext_xsl_lib_found && CHECK_HEADER_ADD_INCLUDE("libxslt\\xslt.h", "CFLAGS_XSL")) {
30 if (CHECK_HEADER_ADD_INCLUDE("libexslt\\exslt.h", "CFLAGS_XSL")) {
/PHP-7.4/ext/simplexml/
H A Dconfig.m416 PHP_INSTALL_HEADERS([ext/simplexml/php_simplexml.h ext/simplexml/php_simplexml_exports.h])
/PHP-7.4/ext/pdo_dblib/
H A Dconfig.m415 if test -f $i/include/sybdb.h; then
19 elif test -f $i/include/freetds/sybdb.h; then
32 if test -f $PHP_PDO_DBLIB/include/sybdb.h; then
35 elif test -f $PHP_PDO_DBLIB/include/freetds/sybdb.h; then
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt20 function h() {}
47 string(1) "h"
56 string(1) "h"
/PHP-7.4/ext/curl/
H A Dconfig.w327 var f = PHP_PHP_BUILD + "/include/curl/curlver.h";
10 var m = reg.exec(file_get_contents(PHP_PHP_BUILD + "/include/curl/curlver.h"));
17 CHECK_HEADER_ADD_INCLUDE("curl/easy.h", "CFLAGS_CURL") &&
/PHP-7.4/ext/xml/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2") &&
9 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/soap/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2") &&
9 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/ffi/tests/
H A D301-win32.phpt11 $fn = __DIR__ . "/300-win32.h";
24 $fn = __DIR__ . "/300-win32.h";
/PHP-7.4/ext/mysqli/
H A Dconfig.w3229 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
32 CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_MYSQLI", PHP_MYSQLI +
38 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
/PHP-7.4/ext/fileinfo/
H A Dconfig.m419 #include <string.h>
20 #include <strings.h>
21 #include <stdlib.h>

Completed in 25 milliseconds

12345678910>>...23