Home
last modified time | relevance | path

Searched refs:h (Results 201 – 225 of 747) sorted by relevance

12345678910>>...30

/PHP-5.5/Zend/
H A Dconfigure.in6 AM_CONFIG_HEADER(zend_config.h)
36 # include <stdlib.h>
40 # include <sys/types.h>
44 #include <sys/select.h>
48 # include <ieeefp.h>
52 # include <string.h>
54 # include <strings.h>
63 #include <math.h>
H A Dzend_ts_hash.c118 …retval = _zend_hash_quick_add_or_update(TS_HASH(ht), arKey, nKeyLength, h, pData, nDataSize, pDest… in _zend_ts_hash_quick_add_or_update()
124 ZEND_API int _zend_ts_hash_index_update_or_next_insert(TsHashTable *ht, ulong h, void *pData, uint … in _zend_ts_hash_index_update_or_next_insert() argument
129 …retval = _zend_hash_index_update_or_next_insert(TS_HASH(ht), h, pData, nDataSize, pDest, flag ZEND… in _zend_ts_hash_index_update_or_next_insert()
190 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, … in zend_ts_hash_del_key_or_index() argument
195 retval = zend_hash_del_key_or_index(TS_HASH(ht), arKey, nKeyLength, h, flag); in zend_ts_hash_del_key_or_index()
223 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… in zend_ts_hash_quick_find() argument
228 retval = zend_hash_quick_find(TS_HASH(ht), arKey, nKeyLength, h, pData); in zend_ts_hash_quick_find()
234 ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData) in zend_ts_hash_index_find() argument
239 retval = zend_hash_index_find(TS_HASH(ht), h, pData); in zend_ts_hash_index_find()
256 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, ulong h) in zend_ts_hash_index_exists() argument
[all …]
/PHP-5.5/ext/gd/
H A Dconfig.w3212 …CHECK_HEADER_ADD_INCLUDE("ft2build.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include" + "…
14 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
15 …(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng…
16 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
18 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) &&
22 CHECK_HEADER_ADD_INCLUDE("xpm.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\X11")
26 …CHECK_HEADER_ADD_INCLUDE("t1lib.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\t1lib")
36 … CHECK_HEADER_ADD_INCLUDE("vp8.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\vpx")) {
/PHP-5.5/ext/dba/
H A Ddba.dsp157 SOURCE=.\libcdb\cdb.h
169 SOURCE=.\php_cdb.h
173 SOURCE=.\php_db2.h
177 SOURCE=.\php_db3.h
181 SOURCE=.\php_dba.h
185 SOURCE=.\php_dbm.h
189 SOURCE=.\php_flatfile.h
193 SOURCE=.\php_gdbm.h
197 SOURCE=.\php_inifile.h
201 SOURCE=.\php_ndbm.h
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.h85 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2)) argument
86 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument
87 #define CDF_SHORT_SEC_SIZE(h) ((size_t)(1 << (h)->h_short_sec_size_p2)) argument
88 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt17 $h = clone $foo;
29 $h = clone $foo;
37 $h = clone $closure;
44 $h = clone new simplexmlelement('<test></test>');
51 $h = clone new xmlwriter;
/PHP-5.5/ext/ereg/regex/
H A DREADME11 Utils.h contains some things that just might have to be modified on
12 some systems, as well as a nested include (ugh) of <assert.h>.
16 -DUSEBCOPY will make utils.h substitute bcopy() for memmove().
31 Regex.h goes in /usr/include. All other .h files are internal only.
/PHP-5.5/win32/
H A Dphp5dllts.rc5 #include "resource.h"
19 #include "winres.h"
63 "resource.h\0"
H A Dphp5ts.rc5 #include "resource.h"
19 #include "winres.h"
63 "resource.h\0"
H A Dphp5ts_cli.rc5 #include "resource.h"
19 #include "winres.h"
63 "resource.h\0"
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt15 ����<���?���p���h���p���
16 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_basic.phpt17 $h = gzopen($filename, 'w');
18 gzwrite($h, $plaintxt);
19 gzclose($h);
H A Dgzfile_basic2.phpt17 $h = fopen($filename, 'w');
18 fwrite($h, $plaintxt);
19 fclose($h);
H A Dzlib_scheme_fopen_variation1.phpt16 $h = fopen($compressedFile, 'r');
17 fpassthru($h);
18 fclose($h);
/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-01.phpt15 �\�\�\("�h���~�t�@�\");
18h���~�t�@�\
/PHP-5.5/ext/gd/tests/
H A Dbug51263.phpt13 $h = 70;
14 $img = imagecreatetruecolor($w, $h);
16 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/PHP-5.5/sapi/thttpd/
H A Dconfig.m417 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then
21 elif grep Premium $PHP_THTTPD/version.h >/dev/null; then
31 rm -f $THTTPD/php_thttpd.c $THTTPD/php_thttpd.h $THTTPD/libphp5.a; \
33 \$(LN_S) $abs_srcdir/sapi/thttpd/php_thttpd.h $abs_builddir/$SAPI_STATIC $THTTPD/;\
/PHP-5.5/ext/zlib/
H A Dconfig0.m416 if test -f $PHP_ZLIB/include/zlib/zlib.h; then
19 elif test -f $PHP_ZLIB/include/zlib.h; then
25 if test -f $i/include/zlib/zlib.h; then
28 elif test -f $i/include/zlib.h; then
45 ZLIB_VERSION=`$EGREP "define ZLIB_VERSION" $ZLIB_DIR/include/zlib.h | $SED -e 's/[[^0-9\.]]//g'`
/PHP-5.5/ext/pcre/
H A Dconfig0.m415 test -f $i/pcre.h && PCRE_INCDIR=$i
19 AC_MSG_ERROR([Could not find pcre.h in $PHP_PCRE_REGEX])
34 pcre_major=`grep PCRE_MAJOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
35 pcre_minor=`grep PCRE_MINOR $PCRE_INCDIR/pcre.h | sed -e 's/[^0-9]//g'`
51 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
66 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcrelib/])
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_basic-win32.phpt35 $h = fopen($filename, "wb");
36 fwrite($h, $testln);
37 fclose($h);
39 $h = fopen($filename, "rb");
40 echo fgets($h);
41 fclose($h);
H A Dtouch_basic.phpt36 $h = fopen($filename, "wb");
37 fwrite($h, $testln);
38 fclose($h);
40 $h = fopen($filename, "rb");
41 echo fgets($h);
42 fclose($h);
H A Dfopen_variation14-win32.phpt61 $h = fopen($absFile, 'w');
62 fwrite($h, $readData);
63 fclose($h);
65 $h = fopen($fileURI, 'r');
66 if ($h !== false) {
73 fclose($h);
80 if ($h !== false) {
81 fwrite($h, $writeData);
82 fclose($h);
85 if ($h !== false) {
[all …]
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h TSRMLS_… in cdb_make_addend()
89 head->hp[head->num].h = h; in cdb_make_addend()
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
204 where = (hp->h >> 8) % len; in cdb_make_finish()
212 uint32_pack(buf, c->hash[u].h); in cdb_make_finish()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc.dsp103 SOURCE=.\php_xmlrpc.h
119 SOURCE=.\libxmlrpc\base64.h
127 SOURCE=.\libxmlrpc\encodings.h
135 SOURCE=.\libxmlrpc\queue.h
143 SOURCE=.\libxmlrpc\simplestring.h
159 SOURCE=.\libxmlrpc\xml_element.h
167 SOURCE=.\libxmlrpc\xml_to_dandarpc.h
175 SOURCE=.\libxmlrpc\xml_to_soap.h
183 SOURCE=.\libxmlrpc\xml_to_xmlrpc.h
191 SOURCE=.\libxmlrpc\xmlrpc.h
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplHeap_isEmpty.phpt8 $h = new SplMaxHeap();
10 var_dump($h->isEmpty());

Completed in 63 milliseconds

12345678910>>...30