Home
last modified time | relevance | path

Searched refs:arg (Results 401 – 425 of 572) sorted by relevance

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

/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_variation2.phpt2 Test mb_substr_count() function : usage variations - pass different data types as $needle arg
H A Dmb_encode_mimeheader_variation3.phpt2 …code_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_variation1.phpt30 // unexpected values to be passed to $arg argument
H A Dhypot_variation2.phpt30 // unexpected values to be passed to $arg argument
/PHP-5.5/ext/standard/tests/strings/
H A Dprint_basic.phpt6 /* Prototype : int print ( string $arg )
H A Dwordwrap_error.phpt26 // $width arg as negative value
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation2.phpt2 Test count() function : usage variations - Pass different data types as $mode arg
H A Darray_slice_variation4.phpt2 Test array_slice() function : usage variations - Pass different data types as $preserve_keys arg
H A Darray_change_key_case_variation2.phpt2 Test array_change_key_case() function : usage variations - Pass different data types as $case arg
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation12-win32.phpt17 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dtempnam_variation8-win32.phpt16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1
H A Dmethod_exists_variation_001.phpt2 Test method_exists() function : usage variations - unexpected type for arg 1
H A Dis_a_variation_002.phpt2 Test is_a() function : usage variations - wrong type for arg 2
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
H A Diconv_strlen_variation1.phpt2 Test iconv_strlen() function : usage variations - Pass different data types as $str arg
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c1926 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r() argument
1993 headers[i]._value, headers[i]._valueLen, arg ); in LSAPI_ForeachOrgHeader_r()
2003 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r() argument
2020 pValue, len, arg ); in LSAPI_ForeachHeader_r()
2060 pValue, pCur->valueLen, arg ); in LSAPI_ForeachHeader_r()
2071 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach() argument
2080 pEnv->pValue, pEnv->valLen, arg ); in EnvForeach()
2091 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r() argument
2098 fn, arg ); in LSAPI_ForeachEnv_r()
2106 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r() argument
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Drawurldecode_variation_001.phpt2 Test rawurldecode() function : usage variations - unexpected type for arg 1.
H A Drawurlencode_variation_001.phpt2 Test rawurlencode() function : usage variations - unexpected type for arg 1.
H A Dparse_url_variation_001.phpt2 Test parse_url() function : usage variations - unexpected type for arg 1.
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup() argument
/PHP-5.5/ext/xml/
H A Dxml.c1694 char *arg; in PHP_FUNCTION() local
1698 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
1702 encoded = xml_utf8_encode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
1714 char *arg; in PHP_FUNCTION() local
1718 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
1722 decoded = xml_utf8_decode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
/PHP-5.5/
H A Dacinclude.m42687 for arg in $ac_configure_args; do
2688 if test `expr -- $arg : "'.*"` = 0; then
2689 if test `expr -- $arg : "--.*"` = 0; then
2692 echo "'[$]arg' \\" >> $1
2693 CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS '[$]arg'"
2695 if test `expr -- $arg : "'--.*"` = 0; then
2698 echo "[$]arg \\" >> $1
2699 CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS [$]arg"
2713 for arg in $ac_configure_args; do
2714 case $arg in
[all …]
/PHP-5.5/sapi/milter/
H A Dphp_milter.c975 static void define_command_line_ini_entry(char *arg) /* {{{ */ in define_command_line_ini_entry() argument
979 name = arg; in define_command_line_ini_entry()
980 value = strchr(arg, '='); in define_command_line_ini_entry()

Completed in 48 milliseconds

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