Home
last modified time | relevance | path

Searched defs:end (Results 101 – 125 of 136) sorted by relevance

123456

/PHP-8.0/ext/libxml/
H A Dlibxml.c384 char *end; in php_libxml_input_buffer_create_filename() local
/PHP-8.0/ext/standard/
H A Darray.c1096 PHP_FUNCTION(end) in PHP_FUNCTION() argument
2698 #define RANGE_CHECK_DOUBLE_INIT_ARRAY(start, end) do { \ argument
2710 #define RANGE_CHECK_LONG_INIT_ARRAY(start, end) do { \ argument
3528 Bucket *end = ht->arData + ht->nNumUsed; local
H A Dfile.c1875 char *end = ch + ZSTR_LEN(field_str); in php_fputcsv() local
H A Dfilters.c1727 char *end = p + len; in php_dechunk() local
H A Dbasic_functions.stub.php88 function end(array|object &$array): mixed {} function
132 function range($start, $end, int|float $step = 1): array {}
/PHP-8.0/ext/phar/
H A Dutil.c1384 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
H A Dphar.c102 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1346 const char *end; in mcopy() local
/PHP-8.0/ext/date/
H A Dphp_date.stub.php407 public function __construct($start, $interval = UNKNOWN, $end = UNKNOWN, $options = UNKNOWN) {}
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1532 char *pathbuf, *end; in _php_stream_fopen_with_path() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h251 zend_string *end; member
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c493 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable() local
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c457 #define BFEXTU(dst, src, start, end) \ argument
460 #define BFEXTS(dst, src, start, end) \ argument
H A DsljitLir.h1444 sljit_u8 *end; member
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1118 const zend_op *end; in zend_wrong_string_offset() local
2370 HashTableIterator *end = iter + EG(ht_iterators_used); in _zend_hash_iterators_remove() local
/PHP-8.0/main/
H A Dmain.c1959 zend_module_entry * const * end = ptr + count; in php_register_extensions() local
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1743 const char *vpath = client->request.vpath, *end = vpath + client->request.vpath_len, *p = end; in php_cli_server_client_read_request_on_message_complete() local
2325 const char *p, *end; in php_cli_server_parse_addr() local
/PHP-8.0/ext/soap/
H A Dphp_schema.c498 char *str, *start, *end, *next; in schema_union() local
H A Dphp_sdl.c590 char *end; in wsdl_soap_binding_body() local
/PHP-8.0/ext/sodium/
H A Dlibsodium.c2310 const char *end; in PHP_FUNCTION() local
2377 const char *end; in PHP_FUNCTION() local
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4893 uint32_t options, compile_block *cb, uint32_t start, uint32_t end) in add_to_class_internal()
5088 compile_block *cb, uint32_t start, uint32_t end) in add_to_class()
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php431 …(Transliterator|string $transliterator, string $string, int $start = 0, int $end = -1): string|fal…
/PHP-8.0/ext/exif/
H A Dexif.c2057 char *start, *end; in exif_offset_info_try_get() local
2077 char *end; in exif_offset_info_contains() local
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c591 const char *end = start; in calculate_unit_length() local
/PHP-8.0/Zend/
H A Dzend_compile.c692 uint32_t end = get_next_op_number(); in zend_end_loop() local
1311 zend_op *end = opline + op_array->last; in zend_build_delayed_early_binding_list() local
1938 register char *end = path + len - 1; in zend_dirname() local

Completed in 227 milliseconds

123456