Home
last modified time | relevance | path

Searched refs:arg (Results 351 – 375 of 497) sorted by relevance

1...<<11121314151617181920

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_php.c196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup() argument
H A Dfpm_main.c131 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSR…
218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
245 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) in print_extension_info()
1404 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSR…
1406 int *mode = (int *)arg;
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
/PHP-5.3/ext/standard/
H A Dinfo.c1265 zval **arg; in PHP_FUNCTION() local
1272 if (zend_parse_parameters(argc TSRMLS_CC, "Z", &arg) == FAILURE) { in PHP_FUNCTION()
1276 convert_to_string_ex(arg); in PHP_FUNCTION()
1277 version = zend_get_module_version(Z_STRVAL_PP(arg)); in PHP_FUNCTION()
H A Dbrowscap.c141 static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg in php_browscap_parser_cb()
143 browser_data *bdata = arg; in php_browscap_parser_cb()
H A Dstring.c1292 char *arg; in PHP_FUNCTION() local
1295 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arglen) == FAILURE) { in PHP_FUNCTION()
1299 arg = estrndup(arg, arglen); in PHP_FUNCTION()
1300 php_strtoupper(arg, arglen); in PHP_FUNCTION()
1301 RETURN_STRINGL(arg, arglen, 0); in PHP_FUNCTION()
4183 char *arg; local
4192 res = estrndup(arg, arglen);
5010 char *arg; local
5017 RETVAL_STRINGL(arg, arglen, 1);
5053 char *arg; local
[all …]
/PHP-5.3/ext/xml/
H A Dxml.c1794 char *arg; in PHP_FUNCTION() local
1798 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
1802 encoded = xml_utf8_encode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
1814 char *arg; in PHP_FUNCTION() local
1818 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg, &arg_len) == FAILURE) { in PHP_FUNCTION()
1822 decoded = xml_utf8_decode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
/PHP-5.3/sapi/milter/
H A Dphp_milter.c971 static void define_command_line_ini_entry(char *arg) /* {{{ */ in define_command_line_ini_entry() argument
975 name = arg; in define_command_line_ini_entry()
976 value = strchr(arg, '='); in define_command_line_ini_entry()
/PHP-5.3/ext/standard/tests/array/
H A Darray_slice_variation2.phpt2 Test array_slice() function : usage variations - Pass different data types as $offset 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.3/ext/standard/tests/dir/
H A Dscandir_variation2.phpt2 Test scandir() function : usage variations - diff data types as $sorting_order arg
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dunlink_error-win32.phpt27 // arg < expected
H A Dunlink_error.phpt27 // arg < expected
H A Dparse_ini_file.phpt205 echo "-- ini file without process_sections optional arg --\n";
222 -- ini file without process_sections optional arg --
H A Dtempnam_variation2-win32.phpt14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dtempnam_variation2.phpt14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt2 Test base64_decode() function : usage variations - unexpected types for arg 1
H A Dbase64_decode_variation_002.phpt2 Test base64_decode() function : usage variations - unexpected types for arg 2
/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt199 echo "-- ini string without process_sections optional arg --\n";
212 -- ini string without process_sections optional arg --
/PHP-5.3/ext/standard/tests/math/
H A Dlog_variation2.phpt5 /* Prototype : float log ( float $arg [, float $base ] )
/PHP-5.3/ext/mbstring/tests/
H A Dmb_internal_encoding_variation1.phpt2 Test mb_internal_encoding() function : usage variations - Pass different data types as $encoding arg
H A Dmb_regex_encoding_variation1.phpt2 Test mb_regex_encoding() function : usage variations - Pass different data types as $encoding arg
H A Dmb_substr_count_variation3.phpt2 Test mb_substr_count() function :usage variations - pass different data types as $encoding arg
H A Dmb_strlen_variation2.phpt2 Test mb_strlen() function : usage variations - Pass different data types as $encoding arg

Completed in 58 milliseconds

1...<<11121314151617181920