Searched defs:position (Results 1 – 18 of 18) sorted by relevance
/PHP-8.0/ext/intl/formatter/ |
H A D | formatter_parse.c | 38 int32_t val32, position = 0; in PHP_FUNCTION() local 133 int32_t position = 0; in PHP_FUNCTION() local
|
/PHP-8.0/main/streams/ |
H A D | cast.c | 73 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker() 104 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker() 115 static int stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 262 HashPosition position; in phpdbg_dump_backtrace() local
|
/PHP-8.0/ext/standard/ |
H A D | php_fopen_wrapper.c | 66 zend_off_t position; member
|
H A D | streamsfuncs.c | 455 zend_off_t position; in PHP_FUNCTION() local
|
/PHP-8.0/Zend/ |
H A D | zend_builtin_functions.stub.php | 9 function func_get_arg(int $position): mixed {}
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.c | 1449 static zend_bool zend_interval_covers(zend_lifetime_interval *ival, uint32_t position) in zend_interval_covers() 1730 uint32_t position; in zend_jit_linear_scan() local
|
/PHP-8.0/ext/phar/ |
H A D | util.c | 116 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp()
|
H A D | phar_internal.h | 457 zend_off_t position; member
|
H A D | phar_object.c | 148 zend_off_t position; in phar_file_action() local
|
/PHP-8.0/ext/mbstring/ |
H A D | php_mbregex.c | 1571 zend_long position; in PHP_FUNCTION() local
|
/PHP-8.0/ext/date/lib/ |
H A D | timelib.h | 286 int position; member
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 54 int position = 0; in rewrite_name_to_position() local
|
/PHP-8.0/main/ |
H A D | php_streams.h | 222 zend_off_t position; /* of underlying stream */ member
|
/PHP-8.0/ext/spl/ |
H A D | spl_array.c | 1337 zend_long opos, position; in PHP_METHOD() local
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.c | 1074 size_t position; member
|
/PHP-8.0/ext/soap/ |
H A D | php_encoding.c | 2585 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array() local
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.c | 2266 zend_long position; in ZEND_METHOD() local
|
Completed in 153 milliseconds