Home
last modified time | relevance | path

Searched refs:args (Results 26 – 50 of 587) sorted by relevance

12345678910>>...24

/PHP-5.5/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.5/ext/filter/tests/
H A D036.phpt14 $args = array();
15 $args["test1"] = FILTER_VALIDATE_INT;
16 $args["test2"] = FILTER_VALIDATE_INT;
18 $ret = filter_var_array($data, $args);
/PHP-5.5/main/streams/
H A Duserspace.c400 4, args, in user_wrapper_opener()
483 2, args, in user_wrapper_opendir()
643 1, args, in php_userstreamop_write()
697 1, args, in php_userstreamop_read()
833 2, args, in php_userstreamop_seek()
1191 1, args, in user_wrapper_unlink()
1242 2, args, in user_wrapper_rename()
1298 3, args, in user_wrapper_mkdir()
1352 2, args, in user_wrapper_rmdir()
1433 3, args, in user_wrapper_metadata()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug43293_3.phpt9 $args = array(true, false, "f");
10 var_dump(getopt("f", $args), $args);
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c33 va_list args; in zend_accel_error() local
83 va_start(args, format); in zend_accel_error()
84 vfprintf(fLog, format, args); in zend_accel_error()
85 va_end(args); in zend_accel_error()
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_setValue_error.phpt21 echo "Too few args:\n";
25 echo "\nToo many args:\n";
32 echo "\nStatic property / too many args:\n";
35 echo "\nStatic property / too few args:\n";
60 Too few args:
68 Too many args:
78 Static property / too many args:
83 Static property / too few args:
H A DReflectionProperty_getValue_error.phpt21 echo "Too few args:\n";
24 echo "\nToo many args:\n";
33 echo "\nStatic property / too many args:\n";
54 Too few args:
59 Too many args:
71 Static property / too many args:
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc170 $args = array();
182 return $args;
460 $args[''] = array(
467 return $args;
846 $args[''] = array(
852 return $args;
986 return $args;
1040 return $args;
1082 return $args;
1454 * @param args $args
[all …]
/PHP-5.5/win32/
H A Dwsyslog.c83 va_list args; in syslog() local
107 va_start(args, message); /* initialize vararg mechanism */ in syslog()
108 vspprintf(&tmp, 0, message, args); /* build message */ in syslog()
113 va_end(args); in syslog()
/PHP-5.5/ext/dba/
H A Ddba.c585 #define FREENOW if(args) efree(args); if(key) efree(key)
616 zval ***args = (zval ***) NULL; in php_dba_open() local
644 convert_to_string_ex(args[i]); in php_dba_open()
645 keylen += Z_STRLEN_PP(args[i]); in php_dba_open()
657 memcpy(key+keylen, Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i])); in php_dba_open()
658 keylen += Z_STRLEN_PP(args[i]); in php_dba_open()
688 …ocref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "No such handler: %s… in php_dba_open()
774 …php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal … in php_dba_open()
806 …php_error_docref2(NULL TSRMLS_CC, Z_STRVAL_PP(args[0]), Z_STRVAL_PP(args[1]), E_WARNING, "Illegal … in php_dba_open()
816 info->argv = args + 3; in php_dba_open()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c53 mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)… in mysqlnd_build_trace_args() argument
58 str = va_arg(args, char**); in mysqlnd_build_trace_args()
59 len = va_arg(args, int*); in mysqlnd_build_trace_args()
150 mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in mysqlnd_build_trace_string() argument
159 level = va_arg(args, uint *); in mysqlnd_build_trace_string()
160 str = va_arg(args, char**); in mysqlnd_build_trace_string()
161 len = va_arg(args, int*); in mysqlnd_build_trace_string()
162 num = va_arg(args, int*); in mysqlnd_build_trace_string()
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_rmdir_error.phpt13 var_dump( mkdir() ); // args < expected
14 var_dump( mkdir(1, 2, 3, 4, 5) ); // args > expected
15 var_dump( mkdir("testdir", 0777, false, $context, "test") ); // args > expected
18 var_dump( rmdir() ); // args < expected
19 var_dump( rmdir(1, 2, 3) ); // args > expected
20 var_dump( rmdir("testdir", $context, "test") ); // args > expected
/PHP-5.5/ext/standard/
H A Darray.c984 if (args) { in PHP_FUNCTION()
985 efree(args); in PHP_FUNCTION()
1035 if (args) { in PHP_FUNCTION()
1036 efree(args); in PHP_FUNCTION()
1503 if (args) { in PHP_FUNCTION()
1929 efree(args); in PHP_FUNCTION()
2038 efree(args); in PHP_FUNCTION()
2380 efree(args); in php_array_merge_or_replace_wrapper()
3030 efree(args); in php_array_intersect_key()
3303 efree(args); in php_array_intersect()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt38 public function __call($method, $args) {
39 print "__call(".var_export($method,true).", ".var_export($args, true).")\n";
49 $args = '';
50 foreach ($stack[1]['args'] as $k => $v)
51 $args .= sprintf("%s, ", var_export($v, true));
52 if ($args != '')
53 printf("%s", substr($args, 0, -2));
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation21.phpt2 Test vfprintf() function : usage variations - unexpected values for args argument
5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$args' arguments of the function
15 echo "*** Testing vfprintf() : with unexpected values for args argument ***\n";
88 fprintf($fp, "\n*** Testing vprintf() with unexpected values for args argument ***\n");
107 *** Testing vfprintf() : with unexpected values for args argument ***
119 *** Testing vprintf() with unexpected values for args argument ***
H A Dstrncmp_error.phpt10 /* Test strncmp() function with more/less number of args and invalid args */
19 var_dump( strncmp($str1) ); //One argument, less than expected no. of args
20 var_dump( strncmp($str1, $str2) ); //Two arguments, less than expected no. of args
21 …mp( strncmp($str1, $str2, $len, $extra_arg) ); //Four arguments, greater than expected no. of args
H A Dsscanf_basic1.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic2.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic4.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dsscanf_basic3.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dvsprintf_variation2.phpt2 Test vsprintf() function : usage variations - unexpected values for args argument
5 /* Prototype : string vsprintf(string format, array args)
12 * the '$args' arguments of the function
15 echo "*** Testing vsprintf() : with unexpected values for args argument ***\n";
83 // loop through each element of the array for args
97 *** Testing vsprintf() : with unexpected values for args argument ***
H A Dsscanf_basic7.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c106 va_list args; in zlog_ex() local
112 va_start(args, fmt); in zlog_ex()
113 len = vsnprintf(buf, buf_size, fmt, args); in zlog_ex()
114 va_end(args); in zlog_ex()
160 va_start(args, fmt); in zlog_ex()
161 len += vsnprintf(buf + len, buf_size - len, fmt, args); in zlog_ex()
162 va_end(args); in zlog_ex()
/PHP-5.5/Zend/tests/
H A Dclosure_032.phpt24 [args] => Array
40 [args] => Array
52 [args] => Array
/PHP-5.5/ext/filter/docs/
H A Dinput_get_args.php11 $args = array( variable
38 $myinputs = input_get_args($args, INPUT_DATA, $data);

Completed in 227 milliseconds

12345678910>>...24