Searched refs:zarg (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_format.c | 130 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.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 277 zval *zarg; in disp_invokeex() local 283 ALLOC_INIT_ZVAL(zarg); in disp_invokeex() 284 php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC); in disp_invokeex() 286 *params[i] = zarg; in disp_invokeex()
|
Completed in 12 milliseconds