Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c36 #define LITERAL_FLAGS(kind, slots, related) \ argument
37 ((kind) | ((slots) << LITERAL_NUM_SLOTS_SHIFT) | (related))
39 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument
43 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument
48 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related, _num) do { \ argument
58 zend_uint slots, in optimizer_literal_obj_info() argument
68 LITERAL_INFO_OBJ(constant, kind, 1, slots, related, op_array->this_var); in optimizer_literal_obj_info()
70 LITERAL_INFO(constant, kind, 0, slots, related); in optimizer_literal_obj_info()
79 zend_uint slots, in optimizer_literal_class_info() argument
84 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); in optimizer_literal_class_info()
[all …]
/PHP-5.6/
H A Dphp.ini-development1006 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1140 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1207 ; If mysqlnd is used: Number of cache slots for the internal result set cache
H A Dphp.ini-production1006 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1140 ; If mysqlnd is used: Number of cache slots for the internal result set cache
1207 ; If mysqlnd is used: Number of cache slots for the internal result set cache
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1716 /* Out of connection slots. Run the timers, then the
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog1200 their slots in the ovector are set to -1. For those that are higher than
1450 indicates that fewer than the maximum number of slots in the ovector have
1454 slots in the output vector, pcre_exec() uses temporary memory during
1704 slots at the end of the pattern, which are documented as being -1, but are
2299 slots in the offset vector, the offset of the earliest inspected character
4907 slots is less than POSIX_MALLOC_THRESHOLD, use a block on the stack to pass to
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt3572 slots (namely 2) have been filled. In similar cases where there is tem-
3573 porary overflow, but the final number of used slots is actually less
8789 If there are at least two slots in the offsets vector when a partial
8793 If there are at least three slots in the offsets vector, the third slot
8796 For the majority of patterns, the contents of the first and third slots
8899 the first matching string, provided there are at least two slots in the

Completed in 59 milliseconds