Home
last modified time | relevance | path

Searched refs:h (Results 301 – 325 of 653) sorted by relevance

1...<<11121314151617181920>>...27

/php-src/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dspoofchecker_004.phpt16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_005.phpt16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dbug58756_MessageFormatter.phpt19 $msgf = new MessageFormatter('en_US', '{0,date,full} {0,time,h:m:s a V}');
26 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/php-src/ext/mysqli/
H A Dconfig.w3225 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h mysqli_mysqlnd.h");
/php-src/sapi/cli/
H A Dconfig.w3211 PHP_INSTALL_HEADERS("sapi/cli", "cli.h");
14 CHECK_HEADER_ADD_INCLUDE("editline/readline.h", "CFLAGS_CLI")) {
H A Dconfig.m49 AC_CHECK_HEADERS([sys/pstat.h])
12 [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <machine/vmparam.h>
13 #include <sys/exec.h>
59 PHP_INSTALL_HEADERS([sapi/cli], [cli.h])
/php-src/ext/date/tests/
H A DDateInterval_format.phpt29 echo $interval->format('h=%h') . "\n";
60 h=4
H A DDatePeriod_serialize-001.phpt47 ["h"]=>
72 …"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:7;s:1:"h";i:0;s:1:"i";i:0;s:1…
98 ["h"]=>
145 ["h"]=>
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt44 $h = 0;
46 list(list($j[$h++],$j[$h++]),$j[$h++]) = $i[3];
76 // expect h to be defined and be 10
/php-src/ext/ldap/
H A Dconfig.m42 if test -f $1/include/ldap.h; then
6 elif test -f $1/ldap/public/ldap.h; then
27 if test -f $OCISDKRPMINC/ldap.h; then
32 elif test -f $1/sdk/include/ldap.h; then
65 AC_MSG_ERROR(Cannot find ldap.h)
106 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <ldap.h>]], [[ldap_set_rebind_proc(0,0,0)]])],
/php-src/sapi/phpdbg/
H A DMakefile.frag14 $(builddir)/phpdbg_lexer.lo: $(srcdir)/phpdbg_parser.h
19 $(srcdir)/phpdbg_parser.h: $(srcdir)/phpdbg_parser.c
/php-src/ext/opcache/tests/jit/
H A Dbug80802.phpt23 …if(self::$threadLocalStorage !== null and isset(self::$threadLocalStorage[$h = spl_object_id($this…
24 unset(self::$threadLocalStorage[$h]);
/php-src/ext/xml/
H A Dconfig.m435 PHP_INSTALL_HEADERS([ext/xml], [expat_compat.h php_xml.h])
/php-src/ext/ffi/
H A Dconfig.w324 if (CHECK_HEADER_ADD_INCLUDE("ffi.h", "CFLAGS_FFI", PHP_FFI+ ";" + PHP_PHP_BUILD + "\\include") &&
16 if (GREP_HEADER("ffitarget.h", "FFI_VECTORCALL_PARTIAL", PHP_PHP_BUILD + "\\include")) {
/php-src/Zend/
H A DREADME.md41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
123 `zend_vm_def.h` and `zend_vm_execute.skl` as input and produces
124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
125 definitions. It is included from `zend_compile.h`. The second one is an executor
131 At last you can debug the executor using the original `zend_vm_def.h` or the
132 generated `zend_vm_execute.h` file. Debugging with the original file requires
/php-src/ext/odbc/
H A Dconfig.w328 && CHECK_HEADER_ADD_INCLUDE("sql.h", "CFLAGS_ODBC")
9 && CHECK_HEADER_ADD_INCLUDE("sqlext.h", "CFLAGS_ODBC")) {
/php-src/ext/bz2/
H A Dconfig.m47 if test -r $PHP_BZ2/include/bzlib.h; then
12 if test -r $i/include/bzlib.h; then
/php-src/ext/iconv/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_ICONV", PHP_ICONV)) {
20 PHP_INSTALL_HEADERS("ext/iconv", "php_iconv.h");
/php-src/ext/zip/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE("zip.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\include;" + PHP_EXTRA_INCLU…
7 …CHECK_HEADER_ADD_INCLUDE("zipconf.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\lib\\libzip\\include;" + PH…
/php-src/ext/date/lib/
H A Dparse_date.re29 #include <ctype.h>
30 #include <errno.h>
31 #include <math.h>
32 #include <assert.h>
1305 s->time->h += timelib_meridian(&ptr, s->time->h);
1347 s->time->h += timelib_meridian(&ptr, s->time->h);
1367 s->time->h += timelib_meridian(&ptr, s->time->h);
1801 s->time->relative.h = 0 - s->time->relative.h;
1918 s->time->h += timelib_meridian(&ptr, s->time->h);
2105 if (time->h == TIMELIB_UNSET ) time->h = 0;
[all …]
/php-src/ext/ffi/tests/
H A Dpreload.inc3 FFI::load(__DIR__ . "/300.h");
/php-src/ext/pcre/
H A Dconfig0.m427 #include <pcre2.h>
28 #include <stdlib.h>
58 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
100 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcre2lib/])
/php-src/win32/
H A Dglob.c347 char *h; in globtilde() local
356 for (p = pattern + 1, h = (char *) patbuf; in globtilde()
357 h < (char *)eb && *p && *p != SLASH; *h++ = (char) *p++) in globtilde()
360 *h = EOS; in globtilde()
363 if (h == (char *)eb) in globtilde()
372 if ((h = getenv("HOME")) == NULL) { in globtilde()
377 h = pwd->pw_dir; in globtilde()
390 h = pwd->pw_dir; in globtilde()
397 for (b = patbuf; b < eb && *h; *b++ = *h++) in globtilde()
/php-src/ext/standard/tests/file/
H A Dreadfile_variation9.phpt19 $h = fopen($absFile,"w");
20 fwrite($h, "The File Contents");
21 fclose($h);

Completed in 75 milliseconds

1...<<11121314151617181920>>...27