Home
last modified time | relevance | path

Searched refs:h (Results 351 – 375 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/ffi/tests/
H A D303.phpt8 ffi.preload={PWD}/300*.h
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt55 string(1) "h"
93 string(1) "h"
125 string(1) "h"
H A Dstr_split_variation6_64bit.phpt55 string(1) "h"
93 string(1) "h"
125 string(1) "h"
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
73 sniatnoc ,g'ts cod'h fo elp'xE"
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt25 $h = fopen($filename,"w");
28 fwrite($h, "Here is a repeated amount of data");
30 fclose($h);
H A Dreadfile_variation8-win32-mb.phpt30 $h = fopen($absFile,"w");
31 fwrite($h, "The File Contents");
32 fclose($h);
/PHP-7.4/sapi/cgi/
H A Dconfig9.m412 AC_MSG_CHECKING([for sun_len in sys/un.h])
13 AC_EGREP_HEADER([sun_len], [sys/un.h],
16 [Define if sockaddr_un in sys/un.h contains a sun_len component])],
/PHP-7.4/ext/date/lib/
H A Ddow.c195 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time() argument
197 if (h < 0 || h > 23 || i < 0 || i > 59 || s < 0 || s > 59) { in timelib_valid_time()
H A Dparse_iso_intervals.re25 #include "timelib.h"
26 #include "timelib_private.h"
28 #include <ctype.h>
233 current->h = timelib_get_nr((char **) &ptr, 2);
263 case 'H': s->period->h = nr; break;
293 s->period->h = timelib_get_unsigned_nr((char **) &ptr, 2);
374 in.begin->h = TIMELIB_UNSET;
387 in.end->h = TIMELIB_UNSET;
400 in.period->h = 0;
/PHP-7.4/ext/pspell/
H A Dconfig.w327 …if (CHECK_HEADER_ADD_INCLUDE("pspell.h", "CFLAGS_PSPELL", PHP_PHP_BUILD + "\\include\\pspell;" + P…
/PHP-7.4/ext/date/tests/
H A Dbug49081.phpt17 [h] => 4
H A Dbug55253.phpt18 echo $interval->format('Add %h hours %i minutes') . "\n";
29 echo $interval->format('Subtract %h hours %i minutes from expected') . "\n";
/PHP-7.4/ext/libxml/
H A Dconfig0.m415 PHP_INSTALL_HEADERS([ext/libxml/php_libxml.h])
/PHP-7.4/ext/standard/
H A Dmail.c74 unsigned int h = 5381; in PHP_FUNCTION() local
82 h = (h + (h << 5)) ^ (zend_ulong) (unsigned char) tolower(str[j]); in PHP_FUNCTION()
85 h = (h % 53); in PHP_FUNCTION()
87 RETURN_LONG((zend_long) h); in PHP_FUNCTION()
/PHP-7.4/ext/filter/tests/
H A D056.phpt14 'cont-ains.h-yph-en-s.com',
48 string(24) "cont-ains.h-yph-en-s.com"
/PHP-7.4/Zend/tests/
H A Dbug22836.phpt13 $h =& f();
H A Dforeach_010.phpt5 $o = (object)['a'=>0, 'b'=>1, 'c'=>2, 'd'=>3, 'e'=>4, 'f'=>5, 'g'=>6, 'h'=>7];
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt24 �\�\�\("�h���~�t�@�\");
/PHP-7.4/ext/json/
H A DMakefile.frag.w322 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js…
/PHP-7.4/ext/readline/
H A Dconfig.w327 CHECK_HEADER_ADD_INCLUDE("editline/readline.h", "CFLAGS_READLINE")) {
/PHP-7.4/ext/gd/libgd/
H A Dgd.h280 int h; member
397 gdImagePtr gdImageCreateFromGd2Part(FILE *in, int srcx, int srcy, int w, int h);
398 gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, int h);
652 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
671 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
672 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
673 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
676 … gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h);
678 int srcX, int srcY, int w, int h, int pct);
680 int srcX, int srcY, int w, int h, int pct);
H A Dgd_gd2.c412 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr() argument
416 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2PartPtr()
422 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part() argument
427 im = gdImageCreateFromGd2PartCtx(in, srcx, srcy, w, h); in gdImageCreateFromGd2Part()
434 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx() argument
455 if (w<1 || h <1) { in gdImageCreateFromGd2PartCtx()
471 im = gdImageCreateTrueColor(w, h); in gdImageCreateFromGd2PartCtx()
473 im = gdImageCreate(w, h); in gdImageCreateFromGd2PartCtx()
521 ecy = (srcy + h) / cs; in gdImageCreateFromGd2PartCtx()
604 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
/PHP-7.4/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/PHP-7.4/ext/com_dotnet/
H A Dconfig.w3212 CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET');
/PHP-7.4/ext/snmp/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE("snmp.h", "CFLAGS_SNMP", PHP_PHP_BUILD + "\\include\\net-snmp;" + PHP…

Completed in 35 milliseconds

1...<<11121314151617181920>>...23