Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/formatter/
H A Dformatter_parse.c42 zval *zposition = NULL; in PHP_FUNCTION() local
48 &object, NumberFormatter_ce_ptr, &str, &str_len, &type, &zposition ) == FAILURE ) in PHP_FUNCTION()
53 if (zposition) { in PHP_FUNCTION()
54 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
103 if (zposition) { in PHP_FUNCTION()
104 ZEND_TRY_ASSIGN_REF_LONG(zposition, position); in PHP_FUNCTION()
134 zval *zcurrency, *zposition = NULL; in PHP_FUNCTION() local
151 if(zposition) { in PHP_FUNCTION()
152 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
157 if(zposition) { in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds