Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.5/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.5/Zend/tests/
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
/PHP-5.5/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.5/ext/standard/tests/general_functions/
H A Descapeshellarg_basic.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic-win32.phpt10 /* Prototype : string escapeshellarg ( string $arg )
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.5/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
H A Dmb_ereg_variation2.phpt2 Test mb_ereg() function : usage variations - pass different data types to $string arg
16 * Test behaviour of mb_ereg() when passed different data types as $string arg
/PHP-5.5/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 )
H A Dlog1p_variation1.phpt2 Test log1p() function : usage variations - different data types as $arg argument
7 /* Prototype : float log1p ( float $arg )
/PHP-5.5/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 ***
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-5.5/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.5/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.5/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.5/sapi/fpm/fpm/
H A Dfpm_conf.c1223 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() argument
1238 static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_include()
1241 int *error = (int *)arg;; in fpm_conf_ini_parser_include()
1247 if (!inc || !arg) return; in fpm_conf_ini_parser_include()
1294 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_section()
1298 int *error = (int *)arg; in fpm_conf_ini_parser_section()
1332 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_entry()
1337 int *error = (int *)arg; in fpm_conf_ini_parser_entry()
1391 int *error = (int *)arg; in fpm_conf_ini_parser_array()
1449 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
[all …]
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_005w.phpt23 $s1 = new SOAPStruct('arg',34,325.325);
34 …chFault><param1 xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt …
/PHP-5.5/Zend/
H A Dzend_execute.h151 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
152 ZEND_API int zval_update_constant_inline_change(zval **pp, void *arg TSRMLS_DC);
153 ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *arg TSRMLS_DC);
154 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);
/PHP-5.5/ext/imap/
H A Dphp_imap.c629 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_assoc_object()
630 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
632 symtable = Z_ARRVAL_P(arg); in add_assoc_object()
644 if (Z_TYPE_P(arg) == IS_OBJECT) { in add_next_index_object()
645 symtable = Z_OBJPROP_P(arg); in add_next_index_object()
647 symtable = Z_ARRVAL_P(arg); in add_next_index_object()
2742 char *arg; in PHP_FUNCTION() local
2759 in = (const unsigned char *) arg; in PHP_FUNCTION()
2881 char *arg; in PHP_FUNCTION() local
2897 in = (const unsigned char *) arg; in PHP_FUNCTION()
[all …]

Completed in 42 milliseconds

12345678910>>...23