/PHP-8.2/ext/pdo_odbc/tests/ |
H A D | autocommit_change_mode.phpt | 18 echo "auto commit ON from ON\n"; 23 echo "auto commit OFF from ON\n"; 33 echo "auto commit ON from OFF\n"; 44 echo "auto commit ON from ON, expect error\n"; 52 echo "auto commit OFF from ON, expect error\n"; 94 auto commit ON from ON 98 auto commit OFF from ON 106 auto commit ON from OFF 113 auto commit ON from ON, expect error 117 auto commit OFF from ON, expect error [all …]
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | skipifinfilenotallowed.inc | 4 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != 'ON')) 5 die("skip Server variable 'local_infile' seems not set to 'ON', found '". $row['value'] ."'");
|
H A D | pdo_mysql_exec_ddl.phpt | 54 exec_and_count(5, $db, 'CREATE INDEX idx1 ON pdo_exec_ddl(id)', 0); 55 exec_and_count(6, $db, 'DROP INDEX idx1 ON pdo_exec_ddl', 0);
|
H A D | pdo_mysql_prepare_match_against.phpt | 19 $db->exec('CREATE FULLTEXT INDEX idx1 ON test(label)');
|
H A D | pdo_mysql_connect_attr.phpt | 19 if (!$stmt || $stmt->fetchColumn(1) !== 'ON') {
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_auth_pam.phpt | 33 /* MariaDB - needs system variable pam_use_cleartext_plugin=ON to be set */ 39 if (!$pam_use_cleartext_plugin or $pam_use_cleartext_plugin[1]!='ON') 40 die("SKIP Server setting pam_use_cleartext_plugin!=ON"); 90 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'%%'", $db)) || 91 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'localhost'", $db))) {
|
H A D | local_infile_tools.inc | 11 return "Cannot check if Server variable 'local_infile' is set to 'ON'"; 15 if ('ON' != $row['Value']) 16 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
|
H A D | mysqli_pam_sha256.phpt | 70 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) || 71 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
|
H A D | mysqli_pconn_max_links.phpt | 21 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) || 22 … !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) { 56 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) || 57 … !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) {
|
H A D | mysqli_pam_sha256_public_key_ini.phpt | 82 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) || 83 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
|
H A D | mysqli_pam_sha256_public_key_option.phpt | 79 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) || 80 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 22 "ON" => "Ontario", 48 ["ON"]=>
|
/PHP-8.2/ext/intl/tests/ |
H A D | collator_get_set_attribute.phpt | 30 ut_coll_set_attribute( $coll, Collator::NORMALIZATION_MODE, Collator::ON );
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_defensive.phpt | 22 var_dump($db->exec('PRAGMA writable_schema = ON;'));
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | bug_42589.phpt | 20 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator.stub.php | 65 const ON = UNKNOWN; define in Collator
|
/PHP-8.2/ext/pdo_dblib/tests/ |
H A D | bug_69592.phpt | 14 SET NOCOUNT ON
|
/PHP-8.2/ext/oci8/tests/ |
H A D | drcp_conn_close1.phpt | 2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON
|
H A D | drcp_pconn_close1.phpt | 2 DRCP: oci_pconnect() with oci_close() and oci8.old_oci_close_semantics ON
|
H A D | drcp_scope3.phpt | 2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
|
H A D | drcp_scope5.phpt | 2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
|
/PHP-8.2/sapi/fpm/ |
H A D | LICENSE | 20 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
/PHP-8.2/TSRM/ |
H A D | LICENSE | 23 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
/PHP-8.2/ext/standard/libavifinfo/ |
H A D | LICENSE | 23 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | LICENSE | 19 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|