Home
last modified time | relevance | path

Searched refs:args (Results 401 – 425 of 560) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1834 zval *args; in pdo_stmt_setup_fetch_mode() local
1862 if (Z_TYPE(args[skip]) != IS_LONG) { in pdo_stmt_setup_fetch_mode()
1866 mode = Z_LVAL(args[skip]); in pdo_stmt_setup_fetch_mode()
1876 efree(args); in pdo_stmt_setup_fetch_mode()
1901 } else if (Z_TYPE(args[skip+1]) != IS_LONG) { in pdo_stmt_setup_fetch_mode()
1904 stmt->fetch.column = Z_LVAL(args[skip+1]); in pdo_stmt_setup_fetch_mode()
1926 cep = zend_lookup_class(Z_STR(args[skip+1])); in pdo_stmt_setup_fetch_mode()
1942 if (Z_TYPE(args[skip+2]) != IS_NULL && Z_TYPE(args[skip+2]) != IS_ARRAY) { in pdo_stmt_setup_fetch_mode()
1945 … } else if (Z_TYPE(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL(args[skip+2]))) { in pdo_stmt_setup_fetch_mode()
1972 ZVAL_COPY(&stmt->fetch.into, &args[skip+1]); in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-7.4/ext/intl/tests/
H A Ddateformat_getTimeZone_error.phpt2 IntlDateFormatter::getTimeZone(): bad args
H A Ddateformat_getCalendarObject_error.phpt2 IntlDateFormatter::getCalendarObject(): bad args
H A Dut_common.inc307 function ut_msgfmt_format( $fmt, $args )
309 return $GLOBALS['oo-mode'] ? $fmt->format( $args ) : msgfmt_format( $fmt, $args);
315 function ut_msgfmt_format_message( $locale, $pattern, $args )
317 …geFormatter::formatMessage( $locale, $pattern, $args ) : msgfmt_format_message( $locale, $pattern,…
H A Dsymfony_format_type_int32_intl1.phpt28 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
/PHP-7.4/ext/standard/tests/array/
H A Deach_error.phpt2 Test each() function : error conditions - pass incorrect number of args
H A Darray_walk_closure.phpt211 ["args"]=>
227 ["args"]=>
/PHP-7.4/ext/standard/tests/file/
H A Dfile_error.phpt13 var_dump( file() ); // Zero No. of args
H A Dfgets_error.phpt15 // more than expected no. of args
40 /* loop to test fgets() with different invalid type of args */
H A Dfgetss_error.phpt17 // more than expected no. of args
42 /* loop to test fgetss() with different invalid type of args */
H A Dtempnam_variation7.phpt16 /* Passing invalid/non-existing args for $dir,
22 /* Invalid args */
H A Dtempnam_variation7-win32.phpt16 /* Passing invalid/non-existing args for $dir,
22 /* Invalid args */
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf_basic2.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dprintf_basic4.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dprintf_basic5.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dprintf_basic6.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dvfprintf_basic9.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dprintf_basic1.phpt5 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dprintf_basic7.phpt11 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
H A Dprintf_basic8.phpt11 /* Prototype : int printf ( string $format [, mixed $args [, mixed $... ]] )
/PHP-7.4/ext/dom/tests/
H A Ddom003.phpt51 ["args"]=>
/PHP-7.4/Zend/
H A Dzend_llist.h31 typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args);
/PHP-7.4/ext/imap/tests/
H A Dimap_close_error.phpt2 Test imap_close() function : error conditions - incorrect number of args
H A Dimap_fetchheader_error.phpt2 Test imap_fetchheader() function : error conditions - incorrect number of args
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt66 $args = substr(PHP_OS, 0, 3) == 'WIN'
74 php_cli_server_start($code, $router, $args);

Completed in 65 milliseconds

1...<<11121314151617181920>>...23