Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 390) sorted by last modified time

12345678910>>...16

/PHP-7.4/
H A DNEWS1085 . Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
1283 . Fixed bug #78889 (php-fpm service fails to start). (Jakub Zelenka)
2736 . Fixed bug #74941 (session fails to start after having headers sent).
H A Dconfigure.ac936 [Disable the short-form <? start tag by default])],
/PHP-7.4/main/
H A Dphp_variables.c300 char *start, *ksep, *vsep, *val; in add_post_var() local
308 start = var->ptr + var->already_scanned; in add_post_var()
309 vsep = memchr(start, '&', var->end - start); in add_post_var()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4534 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4539 start = buf;
4540 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c557 static zend_always_inline size_t calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length() argument
562 char *end = start; in calculate_unit_length()
566 unit_len = end - start; in calculate_unit_length()
/PHP-7.4/azure/i386/
H A Djob.yml83 sudo service mysql start
/PHP-7.4/ext/standard/
H A Darray.c2733 #define RANGE_CHECK_DOUBLE_INIT_ARRAY(start, end) do { \ argument
2734 double __calc_size = ((start - end) / step) + 1; \
2736 …WARNING, "The supplied range exceeds the maximum array size: start=%0.0f end=%0.0f", end, start); \
2744 #define RANGE_CHECK_LONG_INIT_ARRAY(start, end) do { \ argument
2745 zend_ulong __calc_size = ((zend_ulong) start - end) / lstep; \
2747 …d range exceeds the maximum array size: start=" ZEND_LONG_FMT " end=" ZEND_LONG_FMT, end, start); \
H A Dstring.c282 Z_PARAM_LONG(start) in php_spn_common_handler()
292 if (start < 0) { in php_spn_common_handler()
294 if (start < 0) { in php_spn_common_handler()
295 start = 0; in php_spn_common_handler()
785 if (*start == p) { in php_trim_int()
786 start++; in php_trim_int()
807 start++; in php_trim_int()
825 while (start != end) { in php_trim_int()
830 start++; in php_trim_int()
837 while (start != end) { in php_trim_int()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt32 $tester->start();
H A Dtester.inc364 public function start(array $extraArgs = [])
404 $this->start();
934 $start = $configTemplates['start'] ?? 1;
935 for ($i = $start; $i < $start + $configTemplates['count']; $i++) {
H A Dstatus.inc25 'start time' => '\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}',
26 'start since' => '\d+',
87 if ($startTimeTimestamp && $fields['start time'][0] === '\\') {
88 $fields['start time'] = '\d+';
H A Dproc-idle-timeout.phpt31 $tester->start();
H A Dbug80849-fpm.phpt27 $tester->start();
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1603 char *start = http_accept; in PHP_FUNCTION() local
1607 end = strchr(start, ','); in PHP_FUNCTION()
1608 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1615 start = end+1; in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c70 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
71 onig_search(reg, str, end, start, range, region, option)
319 ZEND_ARG_INFO(0, start)
326 ZEND_ARG_INFO(0, start)
338 ZEND_ARG_INFO(0, start)
1114 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, … in php_mb_rfc1867_substring_conf() argument
1120 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
1121 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
1122 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
1124 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c405 ZEND_ARG_INFO(0, start)
2596 if (old_obj->start) { in date_object_clone_period()
2597 new_obj->start = timelib_time_clone(old_obj->start); in date_object_clone_period()
2644 if (intern->start) { in date_object_free_storage_period()
4703 if (dpobj->start == NULL) { in PHP_METHOD()
4713 if (dpobj->start) { in PHP_METHOD()
4734 dpobj->start = clone; in PHP_METHOD()
4782 if (dpobj->start->tz_abbr) { in PHP_METHOD()
4785 if (dpobj->start->tz_info) { in PHP_METHOD()
5238 if (!period_obj->start) { in date_object_get_properties_period()
[all …]
H A Dphp_date.h174 timelib_time *start; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c328 sljit_sw start; member
349 sljit_sw start; member
377 PCRE2_SPTR start; member
1258 count = start; in detect_early_fail()
3041 list_item->start = start; in add_stub()
5316 JUMPHERE(start); in mainloop_entry()
5879 start = LABEL(); in fast_forward_first_char2()
9340 start_cc = common->start + start; in compile_recurse_matchingpath()
9348 if (entry->start == start) in compile_recurse_matchingpath()
9364 entry->start = start; in compile_recurse_matchingpath()
[all …]
/PHP-7.4/ext/zip/
H A Dphp_zip.c2839 ZEND_ARG_INFO(0, start)
/PHP-7.4/ext/ffi/
H A Dffi.g24 %start declarations
25 %sub-start type_name
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c417 s = ZCSG(interned_strings).start; in accel_interned_strings_restore_state()
2609 ZCSG(interned_strings).start = in zend_accel_init_shm()
2615 ZCSG(interned_strings).start; in zend_accel_init_shm()
2734 memcpy(mem, start, real_size); in accel_remap_huge_pages()
2737 ret = mmap(start, size, in accel_remap_huge_pages()
2743 ret = mmap(start, size, in accel_remap_huge_pages()
2770 if (ret == start) { in accel_remap_huge_pages()
2802 seg_end = start; in accel_move_code_to_huge_pages()
2829 uintptr_t end = start + s; in accel_move_code_to_huge_pages()
2830 while (start < end) { in accel_move_code_to_huge_pages()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c503 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler() argument
505 parser->h_start_element = start; in XML_SetElementHandler()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c185 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind() argument
200 for (i = start; i < argc; i++) { in mysqli_stmt_bind_param_do_bind()
253 ZVAL_COPY(&stmt->param.vars[i], &args[i+start]); in mysqli_stmt_bind_param_do_bind()
266 zval *args, unsigned int start, const char * const types) in mysqli_stmt_bind_param_do_bind() argument
273 if (argc == start) { in mysqli_stmt_bind_param_do_bind()
280 for (i = 0; i < (argc - start); i++) { in mysqli_stmt_bind_param_do_bind()
306 ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]); in mysqli_stmt_bind_param_do_bind()
324 int start = 2; in PHP_FUNCTION() local
346 start = 1; in PHP_FUNCTION()
356 if (types_len != (size_t)(argc - start)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/shmop/
H A Dshmop.c57 ZEND_ARG_INFO(0, start)
235 zend_long start, count; in PHP_FUNCTION() local
241 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rll", &shmid, &start, &count) == FAILURE) { in PHP_FUNCTION()
249 if (start < 0 || start > shmop->size) { in PHP_FUNCTION()
254 if (count < 0 || start > (ZEND_LONG_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()
259 startaddr = shmop->addr + start; in PHP_FUNCTION()
260 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1772 struct timeval start, end; local
1774 time_t start, end; local
2283 gettimeofday(&start, NULL);
2285 time(&start);
2623 gettimeofday(&start, NULL);
2625 time(&start);
2681 sec = (int)(end.tv_sec - start.tv_sec);
2682 if (end.tv_usec >= start.tv_usec) {
2683 usec = (int)(end.tv_usec - start.tv_usec);
2686 usec = (int)(end.tv_usec + 1000000 - start.tv_usec);
[all …]

Completed in 237 milliseconds

12345678910>>...16