Home
last modified time | relevance | path

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

123456789

/PHP-5.6/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt20 function stream_set_option($option, $arg1, $arg2) {
21 echo "option: ", $option, ", ", $arg1, ", ", $arg2, "\n";
/PHP-5.6/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 ...]])
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug31695.phpt35 array("arg1"),
/PHP-5.6/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-5.6/ext/com_dotnet/
H A Dcom_com.c742 zval *arg1; in PHP_FUNCTION() local
750 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/|s!b", &arg1, &ifacename, in PHP_FUNCTION()
756 if (Z_TYPE_P(arg1) == IS_OBJECT) { in PHP_FUNCTION()
757 CDNO_FETCH_VERIFY(obj, arg1); in PHP_FUNCTION()
759 convert_to_string(arg1); in PHP_FUNCTION()
760 typelibname = Z_STRVAL_P(arg1); in PHP_FUNCTION()
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp403 long arg1, arg2, arg3, arg4, arg5, arg6; in PHP_FUNCTION() local
427 "Oll|llll", &object, Calendar_ce_ptr, &arg1, &arg2, &arg3, &arg4, in PHP_FUNCTION()
443 if (variant == 2 && (arg1 < 0 || arg1 >= UCAL_FIELD_COUNT)) { in PHP_FUNCTION()
452 co->ucal->set((UCalendarDateFields)arg1, (int32_t)arg2); in PHP_FUNCTION()
454 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
456 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
458 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
/PHP-5.6/ext/mbstring/
H A Dmbstring.c1916 zval **arg1 = NULL; in PHP_FUNCTION() local
1922 if (!arg1) { in PHP_FUNCTION()
1934 switch (Z_TYPE_PP(arg1)) { in PHP_FUNCTION()
1972 zval **arg1 = NULL; in PHP_FUNCTION() local
1978 if (!arg1) { in PHP_FUNCTION()
1991 switch (Z_TYPE_PP(arg1)) { in PHP_FUNCTION()
1993 if (strncasecmp("none", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
1995 } else if (strncasecmp("long", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
1997 } else if (strncasecmp("entity", Z_STRVAL_PP(arg1), Z_STRLEN_PP(arg1)) == 0) { in PHP_FUNCTION()
2002 if (Z_LVAL_PP(arg1) < 0xffff && Z_LVAL_PP(arg1) > 0x0) { in PHP_FUNCTION()
[all …]

Completed in 37 milliseconds

123456789