Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.5/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 Dcount_variation1.phpt2 Test count() function : usage variations - Pass different data types as $var arg
H A Darray_slice_variation6.phpt2 Test array_slice() function : usage variations - pass different int values as $length arg
/PHP-5.5/Zend/
H A Dzend_llist.c229 …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()
234 func(element->data, arg TSRMLS_CC); in zend_llist_apply_with_argument()
/PHP-5.5/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.5/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt2 Test imap_fetchbody() function : usage variations - $msg_no arg
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt2 IntlBreakIterator::following()/preceding()/isBoundary(): arg errors
H A Ddateformat_create_cal_arg.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_create_cal_arg_variant4.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_timezone_arg_variations2.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_timezone_arg_variations3.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_create_cal_arg_variant2.phpt2 IntlDateFormatter: several forms of the calendar arg
H A Ddateformat_create_cal_arg_variant3.phpt2 IntlDateFormatter: several forms of the calendar arg
/PHP-5.5/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
H A Ddecbin_variation1.phpt2 Test decbin() function : usage variations - different data types as $number arg
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
H A Ddechex_variation1.phpt2 Test dechex() function : usage variations - different data types as $number arg
H A Ddechex_variation1_64bit.phpt2 Test dechex() function : usage variations - different data types as $number arg
H A Ddecoct_variation1.phpt2 Test decoct() function : usage variations - different data types as $number arg
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, tar-based phar
/PHP-5.5/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.5/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, zip-based phar
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h262 #define SLJIT_UNUSED_ARG(arg) (void)arg argument

Completed in 54 milliseconds

1...<<11121314151617181920>>...23