Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_format.c130 zval* zarg = NULL; in PHP_FUNCTION() local
135 … ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oz", &object, IntlDateFormatter_ce_ptr,&zarg ) == FAILURE ) in PHP_FUNCTION()
144 switch(Z_TYPE_P(zarg) ){ in PHP_FUNCTION()
146 p_timestamp = Z_LVAL_P(zarg) ; in PHP_FUNCTION()
151 p_timestamp = Z_DVAL_P(zarg) ; in PHP_FUNCTION()
155 hash_arr = Z_ARRVAL_P(zarg); in PHP_FUNCTION()
166 if(!instanceof_function(Z_OBJCE_P(zarg), date_ce TSRMLS_CC)) { in PHP_FUNCTION()
173 …if(call_user_function(NULL, &zarg, zfuncname, &retval, 0, NULL TSRMLS_CC) != SUCCESS || Z_TYPE(ret… in PHP_FUNCTION()
/PHP-5.4/ext/com_dotnet/
H A Dcom_wrapper.c271 zval *zarg; in disp_invokeex() local
277 ALLOC_INIT_ZVAL(zarg); in disp_invokeex()
278 php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC); in disp_invokeex()
280 *params[i] = zarg; in disp_invokeex()

Completed in 9 milliseconds