Home
last modified time | relevance | path

Searched refs:args (Results 326 – 350 of 545) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_basic6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic1.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic7.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic7_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvprintf_basic3.phpt5 /* Prototype : string vprintf(string $format , array $args)
H A Dvfprintf_error4.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvfprintf_error2.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvfprintf_error3.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
H A Dvprintf_basic9.phpt5 /* Prototype : string vprintf(string $format , array $args)
/PHP-5.3/ext/dom/tests/
H A Ddom_set_attr_node.phpt63 ["args"]=>
/PHP-5.3/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt21 // more than expected no. of args
36 /* loop to test ftell with different invalid type of args */
H A Dfseek_ftell_rewind_error3.phpt21 // more than expected no. of args
36 /* loop to test rewind with different invalid type of args */
H A D006_error.phpt49 /* With args less than expected */
57 /* With args greater than expected */
/PHP-5.3/Zend/tests/
H A Dobject_handlers.phpt16 function __call($func, $args) {
19 static function __callStatic($func, $args) {
/PHP-5.3/ext/openssl/
H A Dopenssl.c150 ZEND_ARG_INFO(0, args) /* array */
158 ZEND_ARG_INFO(0, args) /* array */
1899 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
1973 …if (args && zend_hash_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts"), (void**)&item) ==… in PHP_FUNCTION()
2440 if (PHP_SSL_REQ_PARSE(&req, args) == FAILURE) { in PHP_FUNCTION()
2537 zval * args = NULL, * dn, *attribs = NULL; in PHP_FUNCTION() local
2990 zval * args = NULL; in PHP_FUNCTION() local
2998 if (args && Z_TYPE_P(args) == IS_ARRAY) { in PHP_FUNCTION()
3077 if (PHP_SSL_REQ_PARSE(&req, args) == SUCCESS) in PHP_FUNCTION()
3095 zval ** zpkey, * args = NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_object_vars_error_001.phpt2 Test get_object_vars() function : error conditions - wrong number of args
/PHP-5.3/ext/standard/tests/dir/
H A Dreaddir_error.phpt2 Test readdir() function : error conditions - Incorrect number of args
H A Drewinddir_error.phpt2 Test rewinddir() function : error conditions - incorrect number of args
/PHP-5.3/ext/standard/tests/array/
H A Darray_keys_error.phpt11 var_dump(array_keys(array(), "", TRUE, 100)); // args > expected
H A Darray_shift_error.phpt2 Test array_shift() function : error conditions - Pass incorrect number of args
/PHP-5.3/ext/intl/tests/
H A Dut_common.inc295 function ut_msgfmt_format( $fmt, $args )
297 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
303 function ut_msgfmt_format_message( $locale, $pattern, $args )
305 …geFormatter::formatMessage( $locale, $pattern, $args ) : msgfmt_format_message( $locale, $pattern,…
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c1889 zval ***args; in pdo_stmt_setup_fetch_mode() local
1917 if (Z_TYPE_PP(args[skip]) != IS_LONG) { in pdo_stmt_setup_fetch_mode()
1921 mode = Z_LVAL_PP(args[skip]); in pdo_stmt_setup_fetch_mode()
1930 efree(args); in pdo_stmt_setup_fetch_mode()
1955 } else if (Z_TYPE_PP(args[skip+1]) != IS_LONG) { in pdo_stmt_setup_fetch_mode()
1958 stmt->fetch.column = Z_LVAL_PP(args[skip+1]); in pdo_stmt_setup_fetch_mode()
1981 Z_STRLEN_PP(args[skip+1]), &cep TSRMLS_CC); in pdo_stmt_setup_fetch_mode()
1997 if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) { in pdo_stmt_setup_fetch_mode()
2000 …} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2])… in pdo_stmt_setup_fetch_mode()
2002 *stmt->fetch.cls.ctor_args = **args[skip+2]; in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_decode_error_001.phpt2 Test base64_decode() function : error conditions - wrong number of args
H A Dparse_url_error_001.phpt2 Test parse_url() function : error conditions - wrong number of args
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_error1.phpt2 Test getimagesize() function : error conditions - wrong number of args

Completed in 42 milliseconds

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