Searched defs:position (Results 1 – 17 of 17) sorted by relevance
/PHP-5.4/ext/intl/formatter/ |
H A D | formatter_parse.c | 44 int32_t val32, position = 0; in PHP_FUNCTION() local 136 int32_t position = 0; in PHP_FUNCTION() local
|
/PHP-5.4/main/streams/ |
H A D | cast.c | 79 static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker() 113 static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence) in stream_cookie_seeker() 125 static int stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker()
|
/PHP-5.4/ext/intl/doc/ |
H A D | formatter_api.php | 196 public function parse($string, $type, &$position) {} 221 public function parseCurrency($string, &$currency, &$position) {} 366 function numfmt_parse($formatter, $string, $type, &$position) {} 389 function numfmt_parse_currency($formatter, $string, &$currency, &$position) {}
|
/PHP-5.4/ext/standard/ |
H A D | php_fopen_wrapper.c | 74 off_t *position = (off_t*)stream->abstract; in php_stream_input_read() local
|
H A D | streamsfuncs.c | 421 off_t position; in PHP_FUNCTION() local
|
/PHP-5.4/ext/spl/ |
H A D | spl.php | 826 function seek($position) {/**/}
|
H A D | spl_array.c | 1344 long opos, position; in SPL_METHOD() local
|
/PHP-5.4/ext/date/lib/ |
H A D | timelib_structs.h | 182 int position; member
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 1401 long position; in PHP_FUNCTION() local
|
/PHP-5.4/ext/phar/ |
H A D | util.c | 124 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link… in phar_seek_efp()
|
H A D | phar_internal.h | 485 off_t position; member
|
H A D | phar_object.c | 177 off_t position; in phar_file_action() local
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_stmt.c | 132 int position = 0; in rewrite_name_to_position() local
|
/PHP-5.4/ext/sqlite3/ |
H A D | sqlite3.c | 1075 size_t position; member
|
/PHP-5.4/main/ |
H A D | php_streams.h | 218 off_t position; /* of underlying stream */ member
|
/PHP-5.4/ext/soap/ |
H A D | php_encoding.c | 2736 xmlAttrPtr position = get_attribute(trav->properties,"position"); in to_zval_array() local
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 2145 int position; in ZEND_METHOD() local
|
Completed in 88 milliseconds