Home
last modified time | relevance | path

Searched refs:arg (Results 326 – 350 of 583) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.3/win32/
H A Dioutil.c197 va_list arg; in php_win32_ioutil_open_w() local
199 va_start(arg, flags); in php_win32_ioutil_open_w()
200 mode = (mode_t) va_arg(arg, int); in php_win32_ioutil_open_w()
201 va_end(arg); in php_win32_ioutil_open_w()
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c267 VARIANT *arg; in disp_invokeex() local
269 arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
271 trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); in disp_invokeex()
273 php_com_wrap_variant(&params[i], arg, COMG(code_page)); in disp_invokeex()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dgb18030.c34 #define DEBUG_GB18030(arg) argument
37 #define DEBUG_GB18030(arg) printf arg argument
H A Donigposix.h169 … reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), void* arg));
/PHP-7.3/ext/ldap/
H A Dconfig.m4197 dnl Check for 3 arg ldap_set_rebind_proc
198 AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
202 AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
/PHP-7.3/
H A D.gdbinit90 set $arg = 0
91 while $arg < $count
92 if $arg > 0
96 set $zvalue = (zval *) $ex + $callFrameSize + $arg
131 set $arg = $arg + 1
/PHP-7.3/main/
H A Dfastcgi.h80 …id (*fcgi_apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg);
/PHP-7.3/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt58 Name: arg
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug46292.phpt2 Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
/PHP-7.3/ext/standard/tests/math/
H A Dceil_variation1.phpt2 Test ceil() function : usage variations - different data types as $value arg
H A Dfloor_variation1.phpt2 Test floor() function : usage variations - different data types as $value arg
H A Dbindec_variation1.phpt2 Test bindec() function : usage variations - different data types as $binary_string arg
H A Dbindec_variation1_64bit.phpt2 Test bindec() function : usage variations - different data types as $binary_string arg
/PHP-7.3/ext/standard/
H A Darray.c3743 zval *arg; local
3764 arg = args;
3769 arg = args + i;
3774 arg = args + i;
3793 arg = args;
3828 arg = args + i;
3833 arg = args + i;
5629 zval *arg = &args[i]; local
5631 ZVAL_DEREF(arg);
6119 zval *zv, arg; local
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_variation1.phpt92 echo "--- Testing array_fill() with different values for 'start_key' arg ---\n";
111 --- Testing array_fill() with different values for 'start_key' arg ---
/PHP-7.3/ext/mbstring/tests/
H A Dmb_stripos_variation4.phpt2 Test mb_stripos() function : usage variations - pass different data types as $encoding arg
17 * Pass mb_stripos different data types as $encoding arg to test behaviour
H A Dmb_strripos_variation4.phpt2 Test mb_strripos() function : usage variations - pass different data types as $encoding arg
17 * Pass mb_strripos different data types as $encoding arg to test behaviour
/PHP-7.3/ext/iconv/tests/
H A Diconv_strpos_variation4.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $charset arg
17 * Pass iconv_strpos different data types as $encoding arg to test behaviour
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-7.3/Zend/
H A Dzend_ini.c35 static int zend_remove_ini_entries(zval *el, void *arg) /* {{{ */ in zend_remove_ini_entries() argument
38 int module_number = *(int *)arg; in zend_remove_ini_entries()
283 static int zend_ini_refresh_cache(zval *el, void *arg) /* {{{ */ in zend_ini_refresh_cache() argument
286 int stage = (int)(zend_intptr_t)arg; in zend_ini_refresh_cache()
/PHP-7.3/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt40 var_dump(session_set_cookie_params(["path" => "newpath/"], "arg after options array"));
/PHP-7.3/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_timezone_arg_variations4.phpt2 IntlDateFormatter: several forms of the timezone arg
/PHP-7.3/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt2 Test imap_fetchbody() function : usage variations - $msg_no arg

Completed in 54 milliseconds

1...<<11121314151617181920>>...24