Home
last modified time | relevance | path

Searched refs:start (Results 376 – 390 of 390) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h193 unsigned int (*mb_valid)(const char * const start, const char * const end);
/PHP-7.4/ext/oci8/
H A Doci8.c248 ZEND_ARG_INFO(0, start)
586 ZEND_ARG_INFO(0, start)
/PHP-7.4/Zend/
H A Dzend_hash.c574 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start) in zend_hash_iterators_lower_pos() argument
582 if (iter->pos >= start && iter->pos < res) { in zend_hash_iterators_lower_pos()
H A Dzend_hash.h314 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start
H A Dzend_compile.c649 uint32_t start = get_next_op_number(); in zend_begin_loop() local
654 brk_cont_element->start = start; in zend_begin_loop()
659 brk_cont_element->start = -1; in zend_begin_loop()
4456 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
H A Dzend_execute.c3944 if (op_num >= range->start && op_num < range->end in find_live_range()
3959 if (range->start > op_num) { in cleanup_live_vars()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
/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/
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/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE473 It is safest to attach them to the start of each source file to most
/PHP-7.4/ext/zip/
H A Dphp_zip.c2839 ZEND_ARG_INFO(0, start)
/PHP-7.4/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1395 # for dependence libraries. The import file would start with
6245 # Be careful that the start marker always follows a newline.
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c4131 zend_op *opline = op_array->opcodes + blocks[j].start + blocks[j].len - 1; in zend_func_return_info()

Completed in 170 milliseconds

1...<<111213141516