Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.0/tests/lang/
H A Dbug24951.phpt16 function t2()
19 echo "Hello from t2 1 ";
21 echo "Hello from t2 2 ";
34 t2(); echo "\n";
40 [Hello from t2 1 Hello from t2 2 ]
/PHP-7.0/ext/dom/tests/
H A Dbug28721.phpt60 $p->appendChild($t2 = $xml->createTextNode(" t2 "));
123 name (value): p ( t1 X t2 xxx )
136 nextSibling: name (value): #text ( t2 )
143 name (value): #text ( t2 )
155 name (value): p (X t2 xxx t1 )
163 nextSibling: name (value): #text ( t2 )
170 name (value): #text ( t2 )
254 name (value): p (X t2 xxx t1 )
269 name (value): #text ( t2 )
328 name (value): #text ( t2 )
[all …]
/PHP-7.0/Zend/tests/
H A Dstrlen.phpt36 $t2 = new Test2($a);
37 var_dump(strlen($t2));
38 var_dump($t2->something);
42 var_dump(strlen($t2));
43 var_dump($t2->something);
H A Dbug55086.phpt12 public function hello() { return 'hello from t2'; }
/PHP-7.0/ext/curl/tests/
H A Dbug70330.phpt7 $t2 = curl_init();
8 $t3 = curl_copy_handle($t2);
9 $t3 = curl_copy_handle($t2);
/PHP-7.0/ext/oci8/tests/
H A Dpecl_bug8816.phpt14 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
16 $drop_2 = "DROP TABLE t2";
39 $insert = "INSERT INTO t2 VALUES($i, ".$val.")";
47 t1.l1, t2.l2
49 t1, t2
51 t1.id = t2.id
H A Dbug38173.phpt14 $create_2 = "CREATE TABLE t2 (id INTEGER)";
16 $drop_2 = "DROP TABLE t2";
35 $insert = "INSERT INTO t2 VALUES(".$i.")";
43 CURSOR( SELECT * FROM t2 ) as cursor
H A Dbug40415.phpt16 $create_2 = "CREATE TABLE t2 (id2 INTEGER)";
18 $drop_2 = "DROP TABLE t2";
37 $insert = "INSERT INTO t2 VALUES(2".$i.")";
45 $query = "SELECT t1.*, CURSOR( SELECT * FROM t2 ) AS CURSOR FROM t1";
61 $query = "SELECT t1.*, CURSOR( SELECT * FROM t2 ) AS CURSOR FROM t1";
/PHP-7.0/ext/standard/tests/file/
H A Dbug49047.phpt11 $t2 = filemtime($testdir);
12 if ($t2 != $t) echo "failed (got $t2, expecting $t)\n";
/PHP-7.0/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt15 $t2 = 'test2';
19 global $t2;
21 return $t2;
/PHP-7.0/tests/classes/
H A Dfinal.phpt23 $t2 = new second();
24 $t2->show();
H A Dprivate_006b.phpt24 //$t2 = new second();
25 //$t2->do_show();
H A Dabstract_class.phpt18 $t2 = new pass();
19 $t2->show();
H A Dprivate_004b.phpt27 $t2 = new fail();
28 $t2->do_show();
H A Dprivate_005b.phpt27 $t2 = new fail();
28 $t2->do_show();
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt14 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
/PHP-7.0/ext/date/lib/
H A Dtimelib.c68 int timelib_time_compare(timelib_time *t1, timelib_time *t2) in timelib_time_compare() argument
70 if (t1->sse == t2->sse) { in timelib_time_compare()
71 if (t1->f == t2->f) { in timelib_time_compare()
76 return (t1->f < t2->f) ? 1 : -1; in timelib_time_compare()
78 return (t1->f < t2->f) ? -1 : 1; in timelib_time_compare()
82 return (t1->sse < t2->sse) ? -1 : 1; in timelib_time_compare()
H A Dtimelib.h141 int timelib_time_compare(timelib_time *t1, timelib_time *t2);
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_explain_metadata.phpt17 if (!$res = mysqli_query($link, 'EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2'))
68 if ($stmt->prepare('EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2') && $stmt->execute()) {
103 $stmt->prepare('EXPLAIN SELECT t1.*, t2.* FROM test AS t1, test AS t2') &&
/PHP-7.0/ext/standard/tests/array/
H A Dbug29493.phpt26 function t2()
72 t2();
/PHP-7.0/ext/hash/
H A Dhash_tiger.c45 t2[(unsigned char)(((php_hash_uint32)(c))>>(2*8))] ^ \
50 t2[(unsigned char)(((php_hash_uint32)((c)>>(4*8)))>>(1*8))] ^ \
H A Dphp_hash_tiger_tables.h23 #define t2 (table+256) macro
/PHP-7.0/ext/date/
H A Dphp_date.c4838 timelib_time *t, *t2; in PHP_FUNCTION() local
4871 t2->sse = rise; in PHP_FUNCTION()
4873 t2->sse = set; in PHP_FUNCTION()
4876 t2->sse = transit; in PHP_FUNCTION()
4891 t2->sse = rise; in PHP_FUNCTION()
4893 t2->sse = set; in PHP_FUNCTION()
4909 t2->sse = rise; in PHP_FUNCTION()
4911 t2->sse = set; in PHP_FUNCTION()
4927 t2->sse = rise; in PHP_FUNCTION()
4929 t2->sse = set; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp26 double t2; member
/PHP-7.0/Zend/
H A Dzend_alloc.c1232 unsigned int t1, t2; local
1239 t2 = zend_mm_small_size_to_bit(t1) - 3;
1240 t1 = t1 >> t2;
1241 t2 = t2 - 3;
1242 t2 = t2 << 2;
1243 return (int)(t1 + t2);

Completed in 49 milliseconds

12