Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 649) sorted by last modified time

12345678910>>...26

/php-src/.github/workflows/
H A Dnightly.yml486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
825 key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
H A Dpush.yml117 …x.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
171 key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
247 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
/php-src/
H A Dconfigure.ac98 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
389 dirent.h \
397 dns.h \
398 fcntl.h \
399 grp.h \
403 poll.h \
404 pty.h \
405 pwd.h \
427 unix.h \
428 utime.h \
[all …]
H A D.gitattributes23 **/*_arginfo.h linguist-generated -diff
25 /Zend/zend_vm_execute.h linguist-generated -diff
26 /Zend/zend_vm_handlers.h linguist-generated -diff
/php-src/sapi/cgi/
H A Dcgi_main.c370 sapi_header_struct *h; in sapi_cgi_send_headers() local
408 while (h) { in sapi_cgi_send_headers()
443 while (h) { in sapi_cgi_send_headers()
445 if (h->header_len) { in sapi_cgi_send_headers()
451 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
460 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1660 if (h->header_len > 0) {
1667 len = p - h->header;
1670 while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1675 memcpy(s, h->header, len);
[all …]
/php-src/main/
H A Dfastcgi.c254 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
260 h->data->pos = h->data->data; in fcgi_hash_init()
261 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
276 p = h->data; in fcgi_hash_destroy()
286 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
292 h->buckets = h->buckets->next; in fcgi_hash_clean()
300 h->data = h->data->next; in fcgi_hash_clean()
303 h->data->pos = h->data->data; in fcgi_hash_clean()
317 h->data = p; in fcgi_hash_strndup()
349 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
H A Doutput.c65 static int php_output_stack_apply_op(void *h, void *c);
66 static int php_output_stack_apply_clean(void *h, void *c);
67 static int php_output_stack_apply_list(void *h, void *z);
68 static int php_output_stack_apply_status(void *h, void *z);
717 if (*h) { in php_output_handler_free()
718 php_output_handler_dtor(*h); in php_output_handler_free()
719 efree(*h); in php_output_handler_free()
720 *h = NULL; in php_output_handler_free()
1085 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op() argument
1133 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean() argument
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c141 …if (memcmp(&((Bucket *) oldPtr)->h, &((Bucket *) newPtr)->h, sizeof(Bucket) - sizeof(zval) /* key/… in phpdbg_check_watch_diff()
1066 …et->key || (watch->backup.bucket.key != NULL && watch->backup.bucket.h != watch->addr.bucket->h)) {
/php-src/Zend/
H A Dzend_API.c1721 zend_long h; in object_properties_load() local
1724 ZEND_HASH_FOREACH_KEY_VAL(properties, h, key, prop) { in object_properties_load()
1775 …w_error(NULL, "Cannot create dynamic property %s::$" ZEND_LONG_FMT, ZSTR_VAL(object->ce->name), h); in object_properties_load()
1779 ZSTR_VAL(object->ce->name), h); in object_properties_load()
1785 prop = zend_hash_index_update(object->properties, h, prop); in object_properties_load()
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_alloc.c2411 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2412 zval *size_zv = zend_hash_index_find(heap->tracked_allocs, h);
2454 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2455 zval *size_zv = zend_hash_index_find(AG(mm_heap)->tracked_allocs, h);
2785 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2788 zend_hash_index_add_new(heap->tracked_allocs, h, &size_zv);
2792 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2793 zval *size_zv = zend_hash_index_find(heap->tracked_allocs, h);
2865 zend_ulong h; local
2866 ZEND_HASH_FOREACH_NUM_KEY(tracked_allocs, h) {
[all …]
H A Dzend_strtod.c1535 htinit(unsigned char *h, unsigned char *s, int inc)
1539 h[j] = i + inc;
H A Dzend_execute_API.c1884 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1892 if (ZSTR_H(*str) == h && in zend_set_local_var()
1927 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
1934 if (ZSTR_H(*str) == h && in zend_set_local_var_str()
/php-src/ext/opcache/jit/ir/
H A Dir.c932 uint32_t h = _ir_fold_hashkey(k); local
933 uint32_t fh = _ir_fold_hash[h];
936 || (fh = _ir_fold_hash[h+1], (fh & 0x1fffff) == k)
1657 …HANDLE h = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_EXECUTE_READWRITE, size_hi, size_lo,… local
1659 ret = MapViewOfFile(h, FILE_MAP_READ | FILE_MAP_WRITE | FILE_MAP_EXECUTE, 0, 0, size);
1661 CloseHandle(h);
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h32 #define lexbor_uint64_hl(h, l) (((uint64_t) (h) << 32) + (l)) argument
204 uint64_t l, h; in lexbor_diyfp_mul() local
210 h = u128 >> 64; in lexbor_diyfp_mul()
216 h++; in lexbor_diyfp_mul()
219 return lexbor_diyfp(h, lhs.exp + rhs.exp + 64); in lexbor_diyfp_mul()
/php-src/build/
H A Dlibtool.m4276 dnl This sometimes fails to find confdefs.h, for some reason.
279 #include "confdefs.h"
924 [AC_CHECK_HEADERS(dlfcn.h)dnl
940 #include "confdefs.h"
943 #include <dlfcn.h>
946 #include <stdio.h>
947 #include <stdlib.h>
6133 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6258 # #include <windows.h>
6260 # #include <stdio.h>
[all …]
H A Dphp.m41067 #include <time.h>
1084 #include <time.h>
1121 #include <fcntl.h>
1123 #include <errno.h>
1155 #include <fcntl.h>
1157 #include <errno.h>
1306 #include <stdio.h>
1343 #include <stdio.h>
1352 #include <stdio.h>
2123 #include <crypt.h>
[all …]
/php-src/docs/
H A Drelease-process.md163 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly
187 > We update `Zend/zend.h` only when preparing RC and GA releases. We do not
192 > also bump the API version numbers in `Zend/zend_extensions.h`,
193 > `Zend/zend_modules.h`, and `main/php.h`. See [Prepare for PHP 8.1.0RC1][],
244 `main/php_version.h`, `Zend/zend.h`, `configure.ac` and `NEWS`. This prepares
261 > `main/php_version.h`, `Zend/zend.h`, and `configure.ac` that end in `-dev`.
495 `main/php_version.h`, `Zend/zend.h`, `configure.ac`, and possibly
873 * update the version numbers in `configure.ac`, `main/php_version.h`,
874 `Zend/zend.h`, and `win32/build/confutils.js`;
875 * update the API version numbers in `Zend/zend_extensions.h`,
[all …]
/php-src/ext/tidy/
H A Dtidy.c937 php_output_handler *h; in php_tidy_clean_output_start() local
939 …if (TG(clean_output) && (h = php_tidy_output_handler_init(name, name_len, 0, PHP_OUTPUT_HANDLER_ST… in php_tidy_clean_output_start()
940 php_output_handler_start(h); in php_tidy_clean_output_start()
/php-src/ext/zlib/
H A Dzlib.c340 php_output_handler *h = NULL; in php_zlib_output_handler_init() local
348 …if ((h = php_output_handler_create_internal(handler_name, handler_name_len, php_zlib_output_handle… in php_zlib_output_handler_init()
349 …php_output_handler_set_context(h, php_zlib_output_handler_context_init(), php_zlib_output_handler_… in php_zlib_output_handler_init()
352 return h; in php_zlib_output_handler_init()
360 php_output_handler *h; in php_zlib_output_compression_start() local
370 …(h = php_zlib_output_handler_init(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME), ZLIBG(output_compressio… in php_zlib_output_compression_start()
371 (SUCCESS == php_output_handler_start(h))) { in php_zlib_output_compression_start()
/php-src/sapi/embed/
H A Dconfig.m429 PHP_INSTALL_HEADERS([sapi/embed], [php_embed.h])
/php-src/ext/odbc/
H A Dconfig.m419 AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ])
22 AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ])
29 AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ])
32 AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ])
123 PHP_ODBC_CHECK_HEADER(sqlext.h)
195 PHP_ODBC_CHECK_HEADER(sqlcli1.h)
292 [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and have some odbc.h in
374 PHP_ODBC_CHECK_HEADER(sqlext.h)
/php-src/sapi/fpm/
H A Dconfig.m421 #include <mach/clock.h>
61 #include <sys/types.h>
73 #include <unistd.h>
74 #include <signal.h>
78 #include <errno.h>
197 #include <fcntl.h>
198 #include <stdio.h>
315 #include <sys/time.h>
335 #include <stdio.h>
396 #include <sys/time.h>
[all …]
/php-src/ext/opcache/
H A Dconfig.m4112 #include <sys/ipc.h>
113 #include <sys/shm.h>
114 #include <unistd.h>
115 #include <string.h>
184 #include <unistd.h>
185 #include <string.h>
255 #include <fcntl.h>
256 #include <unistd.h>
257 #include <string.h>
258 #include <stdlib.h>
[all …]
/php-src/ext/mbstring/
H A Dconfig.w328 …if (CHECK_HEADER_ADD_INCLUDE("mbstring.h", "CFLAGS_MBSTRING", PHP_MBSTRING + ";" + PHP_PHP_BUILD +…
18 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
19 "ext\\mbstring\\libmbfl\\config.h", true);
39h libmbfl/config.h libmbfl/mbfl/eaw_table.h libmbfl/mbfl/mbfilter.h libmbfl/mbfl/mbfilter_8bit.h l…
44 if (CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_MBSTRING", PHP_MBREGEX) &&
52 PHP_INSTALL_HEADERS("ext/mbstring", "php_mbregex.h php_onig_compat.h");

Completed in 142 milliseconds

12345678910>>...26