Home
last modified time | relevance | path

Searched refs:args (Results 26 – 50 of 566) sorted by last modified time

12345678910>>...23

/PHP-5.4/sapi/apache_hooks/
H A DREADME79 args
/PHP-5.4/
H A Drun-tests.php1658 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';
1775 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
H A Dltmain.sh711 args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
714 for arg in $args; do
1794 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
1797 for flag in $args; do
1812 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
1815 for flag in $args; do
6477 args=
6498 args="$args \"$file\""
6516 exec_cmd="\$cmd$args"
6523 $echo "$cmd$args"
/PHP-5.4/sapi/apache/
H A Dmod_php5.c527 SG(request_info).query_string = r->args; in init_request_info()
H A Dphp_apache.c501 if (rr->args) { in PHP_FUNCTION()
502 add_property_string(return_value,"args", rr->args, 1); in PHP_FUNCTION()
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c135 ADD_STRING(args); in PHP_FUNCTION()
/PHP-5.4/main/streams/
H A Dstreams.c251 va_list args; in php_stream_wrapper_log_error() local
254 va_start(args, fmt); in php_stream_wrapper_log_error()
255 vspprintf(&buffer, 0, fmt, args); in php_stream_wrapper_log_error()
256 va_end(args); in php_stream_wrapper_log_error()
H A Duserspace.c400 4, args, in user_wrapper_opener()
483 2, args, in user_wrapper_opendir()
643 1, args, in php_userstreamop_write()
692 1, args, in php_userstreamop_read()
823 2, args, in php_userstreamop_seek()
1181 1, args, in user_wrapper_unlink()
1232 2, args, in user_wrapper_rename()
1288 3, args, in user_wrapper_mkdir()
1342 2, args, in user_wrapper_rmdir()
1423 3, args, in user_wrapper_metadata()
[all …]
/PHP-5.4/main/
H A Dphp.h300 …t char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTR…
H A Dphp_sprintf.c33 va_list args; in php_sprintf() local
36 va_start (args, format); in php_sprintf()
38 ret = vsprintf (s, format, args); in php_sprintf()
39 va_end (args); in php_sprintf()
H A Dmain.c679 va_list args; in php_printf() local
685 va_start(args, format); in php_printf()
689 va_end(args); in php_printf()
879 va_list args; in php_error_docref0() local
881 va_start(args, format); in php_error_docref0()
883 va_end(args); in php_error_docref0()
891 va_list args; in php_error_docref1() local
893 va_start(args, format); in php_error_docref1()
895 va_end(args); in php_error_docref1()
904 va_list args; in php_error_docref2() local
[all …]
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c185 zval **args; in xsl_ext_function_php() local
241 MAKE_STD_ZVAL(args[i]); in xsl_ext_function_php()
247 ZVAL_BOOL(args[i], obj->boolval); in xsl_ext_function_php()
255 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
260 array_init(args[i]); in xsl_ext_function_php()
296 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
300 fci.params[i] = &args[i]; in xsl_ext_function_php()
315 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
317 efree(args); in xsl_ext_function_php()
377 zval_ptr_dtor(&args[i]); in xsl_ext_function_php()
[all …]
/PHP-5.4/ext/xml/
H A Dxml.c510 zval ***args; in xml_call_handler() local
517 args[i] = &argv[i]; in xml_call_handler()
527 fci.params = args; in xml_call_handler()
550 efree(args); in xml_call_handler()
778 zval *retval, *args[3]; in _xml_startElementHandler() local
789 array_init(args[2]); in _xml_startElementHandler()
866 zval *retval, *args[2]; in _xml_endElementHandler() local
918 zval *retval, *args[2]; in _xml_characterDataHandler() local
1019 zval *retval, *args[3]; in _xml_processingInstructionHandler() local
1037 zval *retval, *args[2]; in _xml_defaultHandler() local
[all …]
/PHP-5.4/ext/wddx/
H A Dwddx.c1188 zval ***args = NULL; in PHP_FUNCTION() local
1200 if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { in PHP_FUNCTION()
1201 convert_to_string_ex(args[i]); in PHP_FUNCTION()
1203 php_wddx_add_var(packet, *args[i]); in PHP_FUNCTION()
1209 efree(args); in PHP_FUNCTION()
1290 zval ***args = NULL; in PHP_FUNCTION() local
1299 efree(args); in PHP_FUNCTION()
1304 efree(args); in PHP_FUNCTION()
1309 if (Z_TYPE_PP(args[i]) != IS_ARRAY && Z_TYPE_PP(args[i]) != IS_OBJECT) { in PHP_FUNCTION()
1310 convert_to_string_ex(args[i]); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/sybase_ct/
H A Dphp_sybase_ct.c415 zval **args[5]; in _call_message_handler() local
423 args[0] = &msgnumber; in _call_message_handler()
427 args[1] = &severity; in _call_message_handler()
431 args[2] = &state; in _call_message_handler()
435 args[3] = &line; in _call_message_handler()
439 args[4] = &text; in _call_message_handler()
441 …if (call_user_function_ex(EG(function_table), NULL, callback_name, &retval, 5, args, 0, NULL TSRML… in _call_message_handler()
/PHP-5.4/ext/standard/
H A Duser_filters.c178 zval **args[4]; in userfilter_filter() local
203 args[0] = &zin; in userfilter_filter()
207 args[1] = &zout; in userfilter_filter()
215 args[2] = &zconsumed; in userfilter_filter()
219 args[3] = &zclosing; in userfilter_filter()
225 4, args, in userfilter_filter()
H A Dvar_unserializer.c645 zval **args[1]; in php_var_unserialize() local
712 args[0] = &arg_func_name; in php_var_unserialize()
716 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize()
H A Dvar_unserializer.re704 zval **args[1];
771 args[0] = &arg_func_name;
775 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML…
H A Dvar.c42 level = va_arg(args, int); in php_array_element_dump()
61 level = va_arg(args, int); in php_object_property_dump()
174 zval ***args; in PHP_FUNCTION() local
185 efree(args); in PHP_FUNCTION()
193 level = va_arg(args, int); in zval_array_element_dump()
218 level = va_arg(args, int); in zval_object_property_dump()
320 zval ***args; in PHP_FUNCTION() local
331 efree(args); in PHP_FUNCTION()
349 level = va_arg(args, int); in php_array_element_export()
350 buf = va_arg(args, smart_str *); in php_array_element_export()
[all …]
/PHP-5.4/ext/standard/tests/url/
H A Drawurldecode_error_001.phpt2 Test rawurldecode() function : error conditions - wrong number of args
/PHP-5.4/ext/standard/tests/strings/
H A Dvsprintf_variation3.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation4.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation4_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
66 foreach($args_array as $args) {
68 var_dump( vsprintf($formats, $args) );
H A Dvsprintf_variation5.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation6.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
62 foreach($args_array as $args) {
64 var_dump( vsprintf($formats, $args) );

Completed in 100 milliseconds

12345678910>>...23