Searched refs:defaults (Results 1 – 25 of 33) sorted by relevance
12
/php-src/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-src/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-src/ext/mysqli/tests/ |
H A D | mysqli_change_user_set_names.phpt | 36 if (!$defaults = mysqli_fetch_assoc($res)) 40 $not_changed = $defaults; 90 if ($modified == $defaults) 114 var_dump($defaults); 117 if ($new != $defaults) { 118 printf("[012] Charsets/collations have not been reset to their defaults.\n"); 122 var_dump($defaults); 128 if ($charset->charset != $defaults['charset_connection']) 130 $defaults['charset_connection'], 133 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 | 58 … // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection! 71 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
|
H A D | mysqli_fetch_field.phpt | 46 // Read http://bugs.php.net/bug.php?id=42344 on defaults!
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_options_libmysql.phpt | 44 $defaults[PDO::MYSQL_ATTR_MAX_BUFFER_SIZE] = 1048576; 46 $defaults[PDO::MYSQL_ATTR_INIT_COMMAND] = ''; 47 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_FILE] = false; 48 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_GROUP] = false; 54 if ($tmp !== $defaults[$option]) 56 $name, $defaults[$option], gettype($defaults[$option]),
|
H A D | pdo_mysql___construct_options.phpt | 55 $defaults = [ 87 if ($tmp !== $defaults[$option]) 89 $name, $defaults[$option], gettype($defaults[$option]),
|
H A D | pdo_mysql___construct.phpt | 239 // In case the PDO_MYSQL_TEST_CHARSET interferes with any defaults
|
/php-src/ext/opcache/tests/ |
H A D | jmp_elim_002.phpt | 8 $defaults = array( 15 $r = wp_parse_args( $args, $defaults );
|
/php-src/ext/xml/tests/ |
H A D | xml_parser_get_option_variation3.phpt | 8 echo "defaults:\n"; 22 defaults:
|
/php-src/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-src/ext/pdo_firebird/tests/ |
H A D | testdb.inc | 3 // Test defaults, assumes the following:
|
/php-src/ext/reflection/tests/internal_parameter_default_value/ |
H A D | check_all.phpt | 2 Check that all internal parameter defaults evaluate without error
|
/php-src/Zend/tests/type_declarations/iterable/ |
H A D | iterable_002.phpt | 15 // No other values should be allowed as defaults
|
/php-src/Zend/tests/stack_limit/ |
H A D | stack_limit_010.phpt | 2 Stack limit 010 - Check stack size detection against known defaults
|
/php-src/ext/standard/tests/misc/ |
H A D | get_browser_error.phpt | 11 /* Unknown browser uses defaults. */
|
/php-src/sapi/embed/ |
H A D | README.md | 117 ## INI defaults
|
/php-src/ext/pcre/tests/ |
H A D | 005.phpt | 33 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int' 273 …0] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int' 281 [8] => return type defaults to `int'
|
/php-src/build/ |
H A D | shtool | 1481 … v=`(defaults read "/System/Library/CoreServices/${name}Version" "ProductVersion") 2>/dev/null`
|
Completed in 26 milliseconds
12