Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 580) sorted by relevance

12345678910>>...24

/PHP-5.6/ext/ereg/tests/
H A Deregi_variation_004.phpt2 Test eregi() function : usage variations - pass non-variable as arg 3, which is pass-by-ref.
/PHP-5.6/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt2 Test ArrayObject::uasort() function : wrong arg count
H A DarrayObject_uksort_error1.phpt2 Test ArrayObject::uksort() function : wrong arg count
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_worker_pool.c38 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregenc.h115 …igenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
117 …oldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
152 …enc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
/PHP-5.6/ext/standard/
H A Dsha1.c37 char *arg; in PHP_FUNCTION() local
44 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
50 PHP_SHA1Update(&context, arg, arg_len); in PHP_FUNCTION()
68 char *arg; in PHP_FUNCTION() local
78 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.6/sapi/cli/tests/
H A D014.phpt18 public static function foo(Test $arg) {
39 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-5.6/Zend/tests/
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.6/ext/intl/tests/
H A Dbreakiter_next_error.phpt2 IntlBreakIterator::next(): arg errors
H A Dmsgfmt_format_error4.phpt2 MessageFormatter::format() invalid UTF-8 for arg key or value
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt8 from openssl_pkey_new() with an empty sub-array arg */
/PHP-5.6/ext/standard/tests/general_functions/
H A Descapeshellarg_basic-win32.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic.phpt10 /* Prototype : string escapeshellarg ( string $arg )
/PHP-5.6/ext/mbstring/tests/
H A Dmb_stripos_variation1.phpt2 Test mb_stripos() function : usage variations - pass different data types to $haystack arg
17 * Pass mb_stripos different data types as $haystack arg to test behaviour
H A Dmb_strpos_variation1.phpt2 Test mb_strpos() function : usage variations - pass different data types to $haystack arg
16 * Pass mb_strpos different data types as $haystack arg to test behaviour
H A Dmb_strripos_variation1.phpt2 Test mb_strripos() function : usage variations - pass different data types to $haystack arg
17 * Pass mb_strripos different data types as $haystack arg to test behaviour
H A Dmb_strripos_variation2.phpt2 Test mb_strripos() function : usage variations - pass different data types as $needle arg
17 * Pass mb_strripos different data types as $needle arg to test behaviour
/PHP-5.6/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt2 Test iconv_strpos() function : usage variations - pass different data types to $haystack arg
16 * Pass iconv_strpos different data types as $haystack arg to test behaviour
H A Diconv_strpos_variation2.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass iconv_strpos different data types as $needle arg to test behaviour
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt16 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
69 *** Testing strtr() : string containing escape sequences for 'str' arg ***
/PHP-5.6/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
15 * Pass different integers as $options arg to imap_close() to test which are
/PHP-5.6/sapi/cgi/tests/
H A D008.phpt21 public static function foo(Test $arg) {
45 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-5.6/ext/standard/tests/math/
H A Dlog_variation1.phpt2 Test log() function : usage variations - different data types as $arg argument
5 /* Prototype : float log ( float $arg [, float $base ] )
H A Dlog1p_basic.phpt7 /* Prototype : float log1p ( float $arg )

Completed in 45 milliseconds

12345678910>>...24