Home
last modified time | relevance | path

Searched refs:zposition (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/intl/formatter/
H A Dformatter_parse.c49 zval *zposition = NULL; in PHP_FUNCTION() local
55 &object, NumberFormatter_ce_ptr, &str, &str_len, &type, &zposition ) == FAILURE ) in PHP_FUNCTION()
63 if(zposition) { in PHP_FUNCTION()
64 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
107 if(zposition) { in PHP_FUNCTION()
108 ZEND_TRY_ASSIGN_REF_LONG(zposition, position); in PHP_FUNCTION()
135 zval *zcurrency, *zposition = NULL; in PHP_FUNCTION() local
155 if(zposition) { in PHP_FUNCTION()
156 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
161 if(zposition) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds