Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 40) sorted by relevance

12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt51 if (!$defaults = mysqli_fetch_assoc($res))
55 $not_changed = $defaults;
105 if ($modified == $defaults)
129 var_dump($defaults);
134 $defaults['charset_client'] = 'utf8';
135 $defaults['charset_connection'] = 'utf8';
136 $defaults['charset_results'] = 'utf8';
140 if ($new != $defaults) {
145 var_dump($defaults);
153 $defaults['charset_connection'],
[all …]
H A Dmysqli_connect_oo.phpt58 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
74 // There shall be NO connection! Using new mysqli(void) shall not use defaults for a connection!
H A D003.phpt29 Seems that not all MySQL 6.0 installations use defaults that ignore the display widths.
H A Dmysqli_fetch_field.phpt60 // Read http://bugs.php.net/bug.php?id=42344 on defaults!
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt47 $defaults[PDO::MYSQL_ATTR_MAX_BUFFER_SIZE] = 1048576;
49 $defaults[PDO::MYSQL_ATTR_INIT_COMMAND] = '';
50 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_FILE] = false;
51 $defaults[PDO::MYSQL_ATTR_READ_DEFAULT_GROUP] = false;
57 if ($tmp !== $defaults[$option])
59 $name, $defaults[$option], gettype($defaults[$option]),
H A Dpdo_mysql___construct_options.phpt56 $defaults = array(
86 if ($tmp !== $defaults[$option])
88 $name, $defaults[$option], gettype($defaults[$option]),
H A Dpdo_mysql___construct.phpt241 // In case the PDO_MYSQL_TEST_CHARSET interferes with any defaults
/PHP-5.5/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
H A DDateTime_construct-dst-overlap.phpt9 // PHP defaults to Daylight Saving Time. Ensure consistency in future.
/PHP-5.5/ext/spl/tests/
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
H A Ddit_002.phpt2 SPL: DirectoryIterator defaults
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_error.phpt30 /* Unknown browser uses defaults. */
/PHP-5.5/ext/pdo/
H A DTODO50 defaults for the dbh will come from the INI settings.
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc97 * @param delimiter new delimiter, defaults to ','
98 * @param enclosure new enclosure, defaults to '"'
/PHP-5.5/ext/mysql/
H A Dmysql.mak18 # Build type defaults to 'release'
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak15 # Build type defaults to 'release'
/PHP-5.5/ext/openssl/
H A Dopenssl.mak18 # Build type defaults to 'release'
/PHP-5.5/ext/pcre/tests/
H A D005.phpt33 /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-5.5/ext/pdo_oci/
H A Dconfig.m444 [ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
/PHP-5.5/ext/oci8/
H A Dconfig.m4106 [ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in139 // disable annoying warnings. In addition, time_t defaults
H A Dconfig.w32155 // disable annoying warnings. In addition, time_t defaults
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt327 not passed, it defaults to *'null'*.

Completed in 55 milliseconds

12