Searched refs:row1 (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/Zend/tests/ |
H A D | bug52939.phpt | 5 $ar1 = array("row1" => 2, "row2" => 1); 9 $ar1 = array("row1" => 2, "row2" => 1); 14 $ar1 = array("row1" => 2, "row2" => 1); 24 ["row1"]=> 31 ["row1"]=> 36 ["row1"]=>
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | array_multisort_basic1.phpt | 14 $ar1 = array("row1" => 2, "row2" => 1, "row3" => 1); 15 $ar2 = array("row1" => 2, "row2" => "aa", "row3" => "1"); 38 ["row1"]=> 46 ["row1"]=> 57 ["row1"]=>
|
/PHP-7.0/ext/oci8/tests/ |
H A D | lob_035.phpt | 47 $row1 = oci_fetch_array($s); 57 var_dump(oci_lob_copy($dummy, $row1[0])); 60 var_dump(oci_lob_copy($row2[0], $row1[0], 0)); 61 var_dump(oci_lob_copy($row2[0], $row1[0], -1)); 62 var_dump(oci_lob_copy($row2[0], $row1[0], 100000));
|
H A D | lob_011.phpt | 47 $row1 = oci_fetch_array($s); 55 var_dump(oci_lob_copy($row2[0], $row1[0])); 56 var_dump($row1[0]->read(100));
|
H A D | fetch.phpt | 34 $row1 = ociresult($s, 2); 36 var_dump($row1);
|
/PHP-7.0/ext/pdo/tests/ |
H A D | bug_44861.phpt | 37 $query = "SELECT 'row1' AS r $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT… 69 string(4) "row1" 84 string(4) "row1"
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_placeholder_everywhere.phpt | 21 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')"); 75 string(4) "row1" 87 string(4) "row1"
|
H A D | pdo_mysql_prepare_native_dup_named_placeholder.phpt | 28 $stmt->execute(array(':placeholder' => 'row1')); 63 $db->exec("INSERT INTO test (id, label1, label2) VALUES (1, 'row1', 'row2')"); 132 string(4) "row1"
|
H A D | pdo_mysql_prepare_native_named_placeholder.phpt | 31 $stmt->execute(array(':placeholder' => 'row1')); 50 $stmt->execute(array(':placeholder' => 'row1'));
|
H A D | pdo_mysql_prepare_native_clear_error.phpt | 26 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')"); 90 string(4) "row1"
|
H A D | pdo_mysql_stmt_closecursor.phpt | 36 $row1 = $stmt1->fetch(PDO::FETCH_ASSOC); 42 $stmt2->bindValue(2, $row1['id']); 69 $stmt2->bindValue(2, $row1['id']); 76 assert($row4 == $row1);
|
H A D | pdo_mysql_prepare_native.phpt | 186 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')"); 288 array('row1', 'row2')); 298 array('row1')); 301 0 => array("id" => "1", "label" => "row1")
|
H A D | pdo_mysql_prepare_emulated_placeholder_everywhere.phpt | 23 $db->exec("INSERT INTO test(id, label) VALUES (1, 'row1')");
|
/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_templob_1.phpt | 62 $row1 = $stmt1->fetch(); 63 $sid_value = $row1[0];
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 4531 zval row1, row2; in PHP_FUNCTION() local 4556 array_init(&row1); in PHP_FUNCTION() 4559 add_assoc_string(&row1, over_func->orig_func, over_func->ovld_func); in PHP_FUNCTION() 4563 add_assoc_zval(return_value, "func_overload_list", &row1); in PHP_FUNCTION()
|
Completed in 25 milliseconds