Searched refs:zv_arg (Results 1 - 1 of 1) sorted by relevance

/PHP_5_5/ext/intl/calendar/
H A Dcalendar_methods.cpp1117 zval **zv_arg, local
1129 &zv_arg, &locale_str, &locale_str_len) == FAILURE) {
1135 if (!(Z_TYPE_PP(zv_arg) == IS_OBJECT && instanceof_function(
1136 Z_OBJCE_PP(zv_arg), php_date_get_date_ce() TSRMLS_CC))) {
1140 NULL, *zv_arg);
1146 zv_datetime = *zv_arg;
1200 if (zv_datetime != *zv_arg) {

Completed in 3 milliseconds