/PHP-8.0/ext/pcre/ |
H A D | php_pcre.stub.php | 12 …ring|array $pattern, string|array $replacement, string|array $subject, int $limit = -1, &$count = … 15 …ring|array $pattern, string|array $replacement, string|array $subject, int $limit = -1, &$count = … 18 …back(string|array $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = … 21 function preg_replace_callback_array(array $pattern, string|array $subject, int $limit = -1, &$coun… 23 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
|
H A D | php_pcre.c | 1591 size_t limit, size_t *replace_count) in php_pcre_replace() 1615 …r, const char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replac… in php_pcre_replace_impl() 1855 …size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replac… in php_pcre_replace_func_impl() 2071 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func() 2093 zend_string *subject_str, size_t limit, size_t *replace_count) in php_pcre_replace_array() 2170 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject() 2190 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func() 2291 zend_long limit = -1; in preg_replace_common() local 2383 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local 2414 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_context.c | 374 pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext, uint32_t limit) in pcre2_set_parens_nest_limit() 419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() 426 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit() 433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() 440 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit() 450 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cp5022x.c | 500 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_jis_ms() local 717 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50221() local 860 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50222() local
|
/PHP-8.0/ext/standard/ |
H A D | mt_rand.c | 208 uint32_t result, limit; in rand_range32() local 238 uint64_t result, limit; in rand_range64() local
|
H A D | random.c | 270 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int() local
|
H A D | string.c | 1024 …I void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode() 1051 …ode_negative_limit(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode_negative_limit() 1095 zend_long limit = ZEND_LONG_MAX; /* No limit */ in PHP_FUNCTION() local
|
/PHP-8.0/win32/ |
H A D | select.c | 33 ULONGLONG ms_total, limit; in php_select() local
|
H A D | glob.c | 440 size_t limit = 0; local
|
/PHP-8.0/ext/json/ |
H A D | php_json_scanner.h | 28 php_json_ctype *limit; /* the last read character + 1 position */ member
|
/PHP-8.0/Zend/ |
H A D | zend_builtin_functions.stub.php | 108 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} 110 function debug_print_backtrace(int $options = 0, int $limit = 0): void {}
|
H A D | zend_builtin_functions.c | 1706 zend_long limit = 0; in ZEND_FUNCTION() local 1879 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace() 2088 zend_long limit = 0; in ZEND_FUNCTION() local
|
H A D | zend_portability.h | 341 # define do_alloca_ex(size, limit, use_heap) \ argument
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 268 int i = 0, limit = num; in phpdbg_dump_backtrace() local
|
/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 275 limit = -1; in PHP_FUNCTION() local
|
/PHP-8.0/ext/posix/ |
H A D | posix.c | 1025 static int posix_addlimit(int limit, const char *name, zval *return_value) { in posix_addlimit() 1058 int limit; member
|
/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.c | 165 UChar32 start, UChar32 limit, UCharCategory type) { in enumCharType_callback() 294 UChar32 start, limit; in IC_METHOD() local
|
/PHP-8.0/ext/session/ |
H A D | mod_mm.c | 440 time_t limit; in PS_GC_FUNC() local
|
H A D | session.c | 2261 int limit = 3; in PHP_FUNCTION() local 2323 int limit = 3; in PHP_FUNCTION() local
|
/PHP-8.0/ext/spl/ |
H A D | spl_iterators.h | 137 } limit; member
|
H A D | spl_iterators.stub.php | 183 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {}
|
H A D | spl_heap.c | 294 const int limit = (heap->count-1)/2; in spl_ptr_heap_delete_top() local
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 242 function oci_fetch_all($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI_FET… 250 function ocifetchstatement($statement, &$output, int $offset = 0, int $limit = -1, int $flags = OCI…
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.stub.php | 107 function mb_split(string $pattern, string $string, int $limit = -1): array|false {}
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 140 zend_long limit; member 1140 zend_long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in php_openssl_init_server_reneg_limit() local
|