Searched refs:defaults (Results 1 – 25 of 36) sorted by relevance
12
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | typed_properties_105.phpt | 11 $defaults = $class->getDefaultProperties(); 13 var_dump($defaults); 14 var_dump(array_key_exists('c', $defaults));
|
/PHP-8.3/ext/date/tests/ |
H A D | DateTime_construct-dst-overlap.phpt | 9 // PHP defaults to Daylight Saving Time. Ensure consistency in future. 14 // PHP defaults to Daylight Saving Time. Ensure consistency in future. 19 // PHP defaults to normal time. Ensure consistency in future. 24 // PHP defaults to normal time. Ensure consistency in future.
|
H A D | bug33536.phpt | 2 Bug #33456 (strtotime defaults to now even on non time string)
|
H A D | ini_set_incorrect-002.phpt | 2 Test invalid time zone and defaults
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_options_libmysql.phpt | 45 $defaults[PDO::MYSQL_ATTR_MAX_BUFFER_SIZE] = 1048576; 47 $defaults[PDO::MYSQL_ATTR_INIT_COMMAND] = ''; 48 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_FILE] = false; 49 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_GROUP] = false; 55 if ($tmp !== $defaults[$option]) 57 $name, $defaults[$option], gettype($defaults[$option]),
|
H A D | pdo_mysql___construct_options.phpt | 58 $defaults = array( 90 if ($tmp !== $defaults[$option]) 92 $name, $defaults[$option], gettype($defaults[$option]),
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_change_user_set_names.phpt | 51 if (!$defaults = mysqli_fetch_assoc($res)) 55 $not_changed = $defaults; 105 if ($modified == $defaults) 129 var_dump($defaults); 132 if ($new != $defaults) { 133 printf("[012] Charsets/collations have not been reset to their defaults.\n"); 137 var_dump($defaults); 143 if ($charset->charset != $defaults['charset_connection']) 145 $defaults['charset_connection'], 148 if ($charset->collation != $defaults['collation_connection']) [all …]
|
H A D | README.md | 8 …`MYSQL_TEST_DB` and `MYSQL_TEST_PASSWD`. If your values differ from the defaults, then environment…
|
H A D | mysqli_connect_oo.phpt | 63 … // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection! 76 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
|
H A D | 003.phpt | 30 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
|
H A D | mysqli_fetch_field.phpt | 46 // Read http://bugs.php.net/bug.php?id=42344 on defaults!
|
/PHP-8.3/ext/opcache/tests/ |
H A D | jmp_elim_002.phpt | 8 $defaults = array( 15 $r = wp_parse_args( $args, $defaults );
|
/PHP-8.3/ext/xml/tests/ |
H A D | xml_parser_get_option_variation3.phpt | 8 echo "defaults:\n"; 22 defaults:
|
/PHP-8.3/ext/spl/tests/ |
H A D | SplTempFileObject_constructor_error.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
|
H A D | SplTempFileObject_constructor_basic.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
|
H A D | SplTempFileObject_constructor_memory_lt1_variation.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
|
H A D | dit_002.phpt | 2 SPL: DirectoryIterator defaults
|
/PHP-8.3/ext/pdo_firebird/tests/ |
H A D | testdb.inc | 3 // Test defaults, assumes the following:
|
/PHP-8.3/ext/oci8/tests/ |
H A D | skipifconnectfailure.inc | 5 // the oci_connect parameter corresponding to $dbase defaults to null
|
/PHP-8.3/Zend/tests/type_declarations/iterable/ |
H A D | iterable_002.phpt | 15 // No other values should be allowed as defaults
|
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 2 Check that all internal parameter defaults evaluate without error
|
/PHP-8.3/Zend/tests/stack_limit/ |
H A D | stack_limit_010.phpt | 2 Stack limit 010 - Check stack size detection against known defaults
|
/PHP-8.3/ext/standard/tests/misc/ |
H A D | get_browser_error.phpt | 11 /* Unknown browser uses defaults. */
|
/PHP-8.3/sapi/embed/ |
H A D | README.md | 117 ## INI defaults
|
/PHP-8.3/ext/pdo_oci/ |
H A D | config.m4 | 60 [PDO: Oracle OCI support. DIR defaults to $ORACLE_HOME. Use
|
Completed in 28 milliseconds
12