Home
last modified time | relevance | path

Searched refs:args (Results 301 – 325 of 545) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-5.3/ext/session/
H A Dsession.c1643 zval ***args = NULL;
1661 efree(args);
1675 Z_ADDREF_PP(args[i]);
1679 efree(args);
1953 zval ***args = NULL;
1965 if (args) {
1966 efree(args);
1973 SEPARATE_ZVAL(args[i]);
1975 php_register_var(args[i] TSRMLS_CC);
1978 if (args) {
[all …]
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c945 int number = va_arg(args, int); in _extension_ini_string()
3967 HashTable *args; in ZEND_METHOD() local
3977 argc = args->nNumOfElements; in ZEND_METHOD()
4891 int number = va_arg(args, int); in _addconstant()
4924 int number = va_arg(args, int); in _addinientry()
5118 ZEND_ARG_INFO(0, args)
5122 ZEND_ARG_ARRAY_INFO(0, args, 0)
5173 ZEND_ARG_INFO(0, args)
5178 ZEND_ARG_ARRAY_INFO(0, args, 0)
5263 ZEND_ARG_INFO(0, args)
[all …]
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_parent_class_error_001.phpt2 Test get_parent_class() function : error conditions - wrong number of args.
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_basic1.phpt5 /* Prototype : int vprintf(string $format , array $args)
H A Dvprintf_basic7.phpt9 /* Prototype : string vprintf(string $format , aaray $args)
H A Dvprintf_basic7_64bit.phpt9 /* Prototype : string vprintf(string $format , aaray $args)
H A Dvsprintf_basic3.phpt5 /* Prototype : string vsprintf(string $format , array $args)
H A Dchr_ord.phpt56 // more than expected no. of args
63 // more than expected no. of args
H A Dvfprintf_basic8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvsprintf_basic9.phpt5 /* Prototype : string vsprintf(string $format , array $args)
H A Dvfprintf_basic2.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic4.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic5.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
/PHP-5.3/ext/standard/tests/array/
H A Darray_change_key_case_errors.phpt9 var_dump( array_change_key_case($int_var) ); // args less than expected
H A Darray_merge_error.phpt2 Test array_merge() function : error conditions - Pass incorrect number of args
H A Darray_push_error1.phpt2 Test array_push() function : error conditions - Pass incorrect number of args
/PHP-5.3/ext/pdo/
H A DTODO10 args (which are args to setFetchMode()) up by one.
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation3.phpt14 /* Passing invalid/non-existing args for $prefix */
22 /* Invalid args */
H A Dtempnam_variation7-win32.phpt14 /* Passing invalid/non-existing args for $dir,
20 /* Invalid args */
H A Dtempnam_variation7.phpt14 /* Passing invalid/non-existing args for $dir,
20 /* Invalid args */
H A Duserstreams_003.phpt30 function test($name, $fd, $return_value, $func, $args, $expected_option, $expected_value) {
36 var_dump(call_user_func_array($func, $args));
H A Dflock_error.phpt44 /* No.of args leass than expected */
48 /* No.of args greater than expected */
/PHP-5.3/Zend/tests/
H A D030.phpt59 ["args"]=>
/PHP-5.3/ext/mbstring/tests/
H A Dmb_regex_encoding_error1.phpt2 Test mb_regex_encoding() function : error conditions - pass incorrect number of args
H A Dmb_internal_encoding_error1.phpt2 Test mb_internal_encoding() function : error conditions - pass incorrect number of args

Completed in 43 milliseconds

1...<<11121314151617181920>>...22