Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-5.5/ext/spl/tests/
H A Dbug46115.phpt5 $h = new RecursiveArrayIterator(array());
7 $z = $x->invoke($h);
H A Dpqueue_current_error.phpt8 $h = new SplPriorityQueue();
9 var_dump($h->current());
H A Dheap_isempty_variation_001.phpt12 $h = new SplHeap2;
13 $h->isEmpty(1);
H A Dheap_it_current_empty.phpt8 $h = new SplMinHeap();
10 foreach ($h as $val) { echo 'FAIL'; }
H A Dspl_heap_count_error.phpt8 $h = new SplPriorityQueue();
9 $h->count(1);
H A Dheap_top_variation_003.phpt8 $h = new SplMinHeap();
10 $h->top();
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_error.phpt12 $h = gzopen($f, 'r');
17 var_dump(gzseek( $h, $offset, $whence, $extra_arg ) );
18 var_dump(gzseek($h));
H A Dgzopen_variation9.phpt25 $h = gzopen($file, $mode);
27 var_dump($h);
28 if ($h !== false) {
29 gzclose($h);
H A Dgzread_basic.phpt15 $h = gzopen($f, 'r');
19 var_dump(gzread( $h, $length ) );
21 gzclose($h);
/PHP-5.5/ext/bcmath/libbcmath/
H A DMakefile.am5 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
10 cp $(srcdir)/src/private.h $(distdir)/src
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php760 foreach ($hashes[$i] as $h) {
761 if (isset($h[2])) {
763 $h[0], strlen($h[0]), hexdec($h[1]), hexdec($h[2]));
766 $h[0], strlen($h[0]), hexdec($h[1]));
/PHP-5.5/Zend/tests/
H A Dclosure_035.phpt7 $h = function () use ($x) {
11 return $h();
H A Dbug47714.phpt20 $h = new handler();
21 $h->handle($exception);
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation15-win32.phpt65 $h = fopen($absFile, 'w');
66 fwrite($h, $readData);
67 fclose($h);
70 if ($h !== false) {
77 fclose($h);
84 if ($h !== false) {
85 fwrite($h, $writeData);
86 fclose($h);
88 $h = fopen($absFile, 'r');
89 if ($h !== false) {
[all …]
/PHP-5.5/ext/curl/
H A Dconfig.m49 if test -r $PHP_CURL/include/curl/easy.h; then
14 if test -r $i/include/curl/easy.h; then
25 easy.h should be in <curl-dir>/include/curl/)
64 #include <curl/curl.h>
80 AC_CHECK_HEADERS([openssl/crypto.h], [
91 #include <curl/curl.h>
107 AC_CHECK_HEADER([gcrypt.h], [
/PHP-5.5/main/
H A Dalloca.c145 } h; member
180 if ((STACK_DIR > 0 && hp->h.deep > depth)
181 || (STACK_DIR < 0 && hp->h.deep < depth))
183 register header *np = hp->h.next;
211 ((header *) new)->h.next = last_alloca_header;
212 ((header *) new)->h.deep = depth;
/PHP-5.5/sapi/cgi/
H A Dconfig9.m414 AC_MSG_CHECKING([for socklen_t in sys/socket.h])
15 AC_EGREP_HEADER([socklen_t], [sys/socket.h],
18 [Define if the socklen_t typedef is in sys/socket.h])],
21 AC_MSG_CHECKING([for sun_len in sys/un.h])
22 AC_EGREP_HEADER([sun_len], [sys/un.h],
25 [Define if sockaddr_un in sys/un.h contains a sun_len component])],
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
16 ["h"]=>
/PHP-5.5/ext/dba/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
14 …tion in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"…
/PHP-5.5/tests/classes/
H A Dbug65768.phpt14 $diff1->h, " ", $diff1->i, " ", $diff1->s, "\n";
18 $diff2->h, " ", $diff2->i, " ", $diff2->s, "\n";
22 $diff3->h, " ", $diff3->i, " ", $diff3->s, "\n";
/PHP-5.5/ext/mssql/
H A Dconfig.m413 if test -f $i/include/sybdb.h; then
17 elif test -f $i/include/freetds/sybdb.h; then
30 if test -f $PHP_MSSQL/include/sybdb.h; then
33 elif test -f $PHP_MSSQL/include/freetds/sybdb.h; then
/PHP-5.5/ext/ereg/
H A Dconfig0.m438 PHP_INSTALL_HEADERS([ext/ereg], [php_ereg.h php_regex.h $ereg_regex_headers])
50 AC_TRY_COMPILE([#include <sys/types.h>
51 #include <regex.h>], [regex_t rt; rt.re_magic;],
/PHP-5.5/Zend/
H A Dzend_string.c85 ulong h; in zend_new_interned_string_int() local
93 h = zend_inline_hash_func(arKey, nKeyLength); in zend_new_interned_string_int()
94 nIndex = h & CG(interned_strings).nTableMask; in zend_new_interned_string_int()
97 if ((p->h == h) && (p->nKeyLength == nKeyLength)) { in zend_new_interned_string_int()
127 p->h = h; in zend_new_interned_string_int()
/PHP-5.5/ext/xmlwriter/
H A Dconfig.w327 if (CHECK_HEADER_ADD_INCLUDE('libxml/xmlwriter.h', 'CFLAGS_XMLWRITER', PHP_XMLWRITER)) {
15 WARNING('Could not find xmlwriter.h');
/PHP-5.5/ext/sysvmsg/
H A Dconfig.m47 AC_CHECK_HEADER([sys/msg.h],
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])

Completed in 29 milliseconds

12345678910>>...30