Home
last modified time | relevance | path

Searched refs:arg1 (Results 126 – 150 of 208) sorted by relevance

123456789

/PHP-7.2/sapi/apache2handler/
H A Dapache_config.c87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, i… in real_flag_hnd() argument
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp402 zend_long arg1, arg2, arg3, arg4, arg5, arg6; in PHP_FUNCTION() local
426 "Oll|llll", &object, Calendar_ce_ptr, &arg1, &arg2, &arg3, &arg4, in PHP_FUNCTION()
442 if (variant == 2 && (arg1 < 0 || arg1 >= UCAL_FIELD_COUNT)) { in PHP_FUNCTION()
451 co->ucal->set((UCalendarDateFields)arg1, (int32_t)arg2); in PHP_FUNCTION()
453 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
455 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
457 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug31695.phpt35 array("arg1"),
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation14.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation33.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation45.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation5.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation7.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation11.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation20.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation23.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation26.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation30.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation39.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation42.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation48.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation36.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation51.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation17.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation52.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation29.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation29_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
/PHP-7.2/ext/standard/
H A Dbrowscap.c302 static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg… in php_browscap_parser_cb() argument
308 if (!arg1) { in php_browscap_parser_cb()
334 if (!strcasecmp(Z_STRVAL_P(arg1), "parent")) { in php_browscap_parser_cb()
350 new_key = browscap_intern_str_ci(ctx, Z_STR_P(arg1), persistent); in php_browscap_parser_cb()
359 zend_string *pattern = Z_STR_P(arg1); in php_browscap_parser_cb()
/PHP-7.2/ext/intl/
H A Dphp_intl.c133 ZEND_ARG_INFO(0, arg1)
142 ZEND_ARG_INFO(0, arg1)
147 ZEND_ARG_INFO(0, arg1)
198 ZEND_ARG_INFO(0, arg1)
232 ZEND_ARG_INFO(0, arg1)

Completed in 40 milliseconds

123456789