Lines Matching refs:zposition
49 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
140 &object, NumberFormatter_ce_ptr, &str, &str_len, &zcurrency, &zposition ) == FAILURE ) in PHP_FUNCTION()
155 if(zposition) { in PHP_FUNCTION()
156 position = (int32_t) zval_get_long(zposition); in PHP_FUNCTION()
161 if(zposition) { in PHP_FUNCTION()
162 ZEND_TRY_ASSIGN_REF_LONG(zposition, position); in PHP_FUNCTION()