Home
last modified time | relevance | path

Searched refs:arg (Results 251 – 275 of 497) sorted by relevance

1...<<11121314151617181920

/PHP-5.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
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
/PHP-5.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
H A Dmb_strpos_variation4.phpt2 Test mb_strpos() function : usage variations - pass different data types as $encoding arg
16 * Pass mb_strpos different data types as $encoding arg to test behaviour
/PHP-5.3/ext/standard/tests/strings/
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-5.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-5.3/ext/mbstring/oniguruma/
H A Dst.c489 st_foreach(table, func, arg) in st_foreach() argument
492 st_data_t arg;
501 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-5.3/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument
43 if (out_err) { spprintf(out_err, 0, fmt, arg); } \
44 else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, arg); }
/PHP-5.3/sapi/cli/
H A Dphp_cli.c202 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) /* {{{ */ in print_extension_info()
1289 zval *arg, *ref; in WinMain() local
1310 MAKE_STD_ZVAL(arg); in WinMain()
1311 ZVAL_STRING(arg, reflection_what, 1); in WinMain()
1319 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in WinMain()
1330 zval_ptr_dtor(&arg); in WinMain()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug46292.phpt2 Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_variation2.phpt83 echo "--- Testing array_fill() with different values for 'num' arg ---\n";
99 --- Testing array_fill() with different values for 'num' arg ---
H A Darray_slice_variation6.phpt2 Test array_slice() function : usage variations - pass different int values as $length arg
H A Dcount_variation1.phpt2 Test count() function : usage variations - Pass different data types as $var arg
/PHP-5.3/Zend/
H A Dzend_llist.c231 …end_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg TSRMLS_DC) in zend_llist_apply_with_argument()
236 func(element->data, arg TSRMLS_CC); in zend_llist_apply_with_argument()
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.re156 if (strncasecmp(ctx->arg.c, ctx->lookup_data, ctx->arg.len) == 0)
265 ctx->arg.len = 0;
266 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
428 smart_str_free(&ctx->arg);
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt2 get_object_vars(): visibility from static methods (target object passed as arg)
/PHP-5.3/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, tar-based phar
/PHP-5.3/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, zip-based phar

Completed in 79 milliseconds

1...<<11121314151617181920