Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.0/ext/pcre/
H A Dphp_pcre.stub.php12 …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 Dphp_pcre.c1591 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 Dpcre2_context.c374 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 Dmbfilter_cp5022x.c500 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 Dmt_rand.c208 uint32_t result, limit; in rand_range32() local
238 uint64_t result, limit; in rand_range64() local
H A Drandom.c270 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int() local
H A Dstring.c1024 …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 Dselect.c33 ULONGLONG ms_total, limit; in php_select() local
H A Dglob.c440 size_t limit = 0; local
/PHP-8.0/ext/json/
H A Dphp_json_scanner.h28 php_json_ctype *limit; /* the last read character + 1 position */ member
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php108 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 Dzend_builtin_functions.c1706 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 Dzend_portability.h341 # define do_alloca_ex(size, limit, use_heap) \ argument
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c268 int i = 0, limit = num; in phpdbg_dump_backtrace() local
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_methods.c275 limit = -1; in PHP_FUNCTION() local
/PHP-8.0/ext/posix/
H A Dposix.c1025 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 Duchar.c165 UChar32 start, UChar32 limit, UCharCategory type) { in enumCharType_callback()
294 UChar32 start, limit; in IC_METHOD() local
/PHP-8.0/ext/session/
H A Dmod_mm.c440 time_t limit; in PS_GC_FUNC() local
H A Dsession.c2261 int limit = 3; in PHP_FUNCTION() local
2323 int limit = 3; in PHP_FUNCTION() local
/PHP-8.0/ext/spl/
H A Dspl_iterators.h137 } limit; member
H A Dspl_iterators.stub.php183 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {}
H A Dspl_heap.c294 const int limit = (heap->count-1)/2; in spl_ptr_heap_delete_top() local
/PHP-8.0/ext/oci8/
H A Doci8.stub.php242 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 Dmbstring.stub.php107 function mb_split(string $pattern, string $string, int $limit = -1): array|false {}
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c140 zend_long limit; member
1140 zend_long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in php_openssl_init_server_reneg_limit() local

Completed in 156 milliseconds

12