Home
last modified time | relevance | path

Searched refs:arg (Results 176 – 200 of 497) sorted by relevance

12345678910>>...20

/PHP-5.3/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.3/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, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_FUNCTION()
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c209 void * arg ) in add_variable() argument
212 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable()
230 void * arg ) in add_variable_magic_quote() argument
233 HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); in add_variable_magic_quote()
530 void * arg ) in alter_ini() argument
1041 void * arg ) in add_associate_array() argument
1043 add_assoc_string_ex( (zval *)arg, (char *)pKey, keyLen+1, (char *)pValue, 1 ); in add_associate_array()
/PHP-5.3/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.3/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.3/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.3/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_004.phpt2 …s_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in arg 2.
/PHP-5.3/ext/mbstring/tests/
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_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_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_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_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.3/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.3/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.3/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.3/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.3/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.3/sapi/fpm/fpm/
H A Dfpm_conf.c1200 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() argument
1215 static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_include()
1218 int *error = (int *)arg;; in fpm_conf_ini_parser_include()
1224 if (!inc || !arg) return; in fpm_conf_ini_parser_include()
1271 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_section()
1275 int *error = (int *)arg; in fpm_conf_ini_parser_section()
1309 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_entry()
1314 int *error = (int *)arg; in fpm_conf_ini_parser_entry()
1368 int *error = (int *)arg; in fpm_conf_ini_parser_array()
1426 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
[all …]
/PHP-5.3/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.3/Zend/
H A Dzend_execute.h137 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
138 ZEND_API int zval_update_constant_inline_change(zval **pp, void *arg TSRMLS_DC);
139 ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *arg TSRMLS_DC);
140 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);

Completed in 36 milliseconds

12345678910>>...20