Home
last modified time | relevance | path

Searched refs:h (Results 426 – 450 of 681) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/ext/zend_test/tests/
H A Dgh14741.phpt2 GH-14741 (Segmentation fault in Zend/zend_types.h)
/php-src/ext/filter/
H A Dconfig.m413 PHP_INSTALL_HEADERS([ext/filter], [php_filter.h])
/php-src/ext/standard/tests/time/
H A Didate.phpt23 h: 12
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/php-src/ext/phar/tests/files/
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/php-src/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/php-src/ext/ffi/tests/
H A D303.phpt9 ffi.preload={PWD}/300*.h
H A Dgh14215.phpt17 $header_path = __DIR__.'\\gh14215.h';
/php-src/ext/date/tests/
H A Dgh8730.phpt15 [h] => 0
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";
H A Dbug-gh11600.phpt19 string(%d) "h:mm%sa"
H A Dbug78452.phpt18 ["h"]=>
H A Dbug45682.phpt23 ["h"]=>
/php-src/ext/dom/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_DOM", PHP_PHP_BUILD + "\\include\\libxml2")
51 "dom_ce.h " +
52 "namespace_compat.h " +
53 "xml_common.h " +
54 "xpath_callbacks.h "
/php-src/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-src/ext/standard/tests/strings/
H A Dsprintf_star.phpt15 printf("%.*h\n", -1, $fx);
97 Precision -1 is only supported for %g, %G, %h and %H
/php-src/ext/gd/libgd/
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()
H A Dgd.h280 int h; member
401 gdImagePtr gdImageCreateFromGd2Part(FILE *in, int srcx, int srcy, int w, int h);
402 gdImagePtr gdImageCreateFromGd2PartCtx(gdIOCtxPtr in, int srcx, int srcy, int w, int h);
675 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
694 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
695 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
696 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
699 … gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h);
701 int srcX, int srcY, int w, int h, int pct);
703 int srcX, int srcY, int w, int h, int pct);
/php-src/ext/dba/libcdb/
H A Dcdb_make.h28 uint32 h; member
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re25 #include "timelib.h"
26 #include "timelib_private.h"
28 #include <ctype.h>
235 current->h = timelib_get_nr(&ptr, 2);
265 case 'H': s->period->h = nr; break;
295 s->period->h = timelib_get_unsigned_nr(&ptr, 2);
376 in.begin->h = TIMELIB_UNSET;
389 in.end->h = TIMELIB_UNSET;
402 in.period->h = 0;
/php-src/ext/random/
H A Drandom.c342 for (size_t h = len; 0 < h; h--) { local
343 size_t j = h-1;
367 for (size_t h = len; 0 < h; h--) { local
368 size_t j = h-1;
/php-src/Zend/tests/
H A Dforeach_010.phpt5 $o = (object)['a'=>0, 'b'=>1, 'c'=>2, 'd'=>3, 'e'=>4, 'f'=>5, 'g'=>6, 'h'=>7];
H A Dbug22836.phpt13 $h =& f();
/php-src/ext/readline/
H A Dconfig.w327 CHECK_HEADER_ADD_INCLUDE("editline/readline.h", "CFLAGS_READLINE")) {
/php-src/ext/standard/
H A DMakefile.frag.w329 $(BUILD_DIR)\ext\standard\basic_functions.obj: $(PHP_SRC_DIR)\Zend\zend_language_parser.h

Completed in 28 milliseconds

1...<<11121314151617181920>>...28