/PHP-7.2/tests/lang/ |
H A D | bug24951.phpt | 16 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.2/ext/dom/tests/ |
H A D | bug28721.phpt | 60 $p->appendChild($t2 = $xml->createTextNode(" t2 ")); 122 name (value): p ( t1 X t2 xxx ) 135 nextSibling: name (value): #text ( t2 ) 142 name (value): #text ( t2 ) 154 name (value): p (X t2 xxx t1 ) 162 nextSibling: name (value): #text ( t2 ) 169 name (value): #text ( t2 ) 253 name (value): p (X t2 xxx t1 ) 268 name (value): #text ( t2 ) 327 name (value): #text ( t2 ) [all …]
|
/PHP-7.2/Zend/tests/ |
H A D | strlen.phpt | 36 $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 D | bug55086.phpt | 12 public function hello() { return 'hello from t2'; }
|
/PHP-7.2/ext/curl/tests/ |
H A D | bug70330.phpt | 7 $t2 = curl_init(); 8 $t3 = curl_copy_handle($t2); 9 $t3 = curl_copy_handle($t2);
|
/PHP-7.2/ext/oci8/tests/ |
H A D | pecl_bug8816.phpt | 14 $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 D | bug38173.phpt | 14 $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 D | bug40415.phpt | 16 $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.2/ext/standard/tests/file/ |
H A D | bug49047.phpt | 11 $t2 = filemtime($testdir); 12 if ($t2 != $t) echo "failed (got $t2, expecting $t)\n";
|
/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | call_user_func_return.phpt | 15 $t2 = 'test2'; 19 global $t2; 21 return $t2;
|
/PHP-7.2/tests/classes/ |
H A D | final.phpt | 21 $t2 = new second(); 22 $t2->show();
|
H A D | abstract_class.phpt | 16 $t2 = new pass(); 17 $t2->show();
|
H A D | private_006b.phpt | 22 //$t2 = new second(); 23 //$t2->do_show();
|
H A D | private_004b.phpt | 25 $t2 = new fail(); 26 $t2->do_show();
|
H A D | private_005b.phpt | 25 $t2 = new fail(); 26 $t2->do_show();
|
/PHP-7.2/ext/pdo_sqlite/tests/ |
H A D | bug_42589.phpt | 14 $result = $db->query('SELECT * FROM test t1 LEFT JOIN test t2 ON t1.field1 = t2.field1');
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_explain_metadata.phpt | 17 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.2/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 625 t2 = op1_min * op2_max; in zend_inference_calc_binary_op_range() 662 t2 = op1_min / op2_max; in zend_inference_calc_binary_op_range() 2130 uint32_t t2_type = (t2 & MAY_BE_ANY) | (t2 & MAY_BE_UNDEF ? MAY_BE_NULL : 0); in binary_op_result_type() 2277 uint32_t t1, t2; in zend_update_type_info() local 2292 t2 = OP2_INFO(); in zend_update_type_info() 2465 t2 = OP1_DATA_INFO(); in zend_update_type_info() 2472 t2 = OP1_DATA_INFO(); in zend_update_type_info() 2729 tmp = t2; in zend_update_type_info() 2744 if (t2 & MAY_BE_REF) { in zend_update_type_info() 3090 tmp = t2; in zend_update_type_info() [all …]
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.c | 72 int timelib_time_compare(timelib_time *t1, timelib_time *t2) in timelib_time_compare() argument 74 if (t1->sse == t2->sse) { in timelib_time_compare() 75 if (t1->us == t2->us) { in timelib_time_compare() 79 return (t1->us < t2->us) ? -1 : 1; in timelib_time_compare() 82 return (t1->sse < t2->sse) ? -1 : 1; in timelib_time_compare()
|
H A D | timelib.h | 744 int timelib_time_compare(timelib_time *t1, timelib_time *t2);
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | bug29493.phpt | 26 function t2() 72 t2();
|
/PHP-7.2/ext/hash/ |
H A D | hash_tiger.c | 45 t2[(unsigned char)(((uint32_t)(c))>>(2*8))] ^ \ 50 t2[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(1*8))] ^ \
|
/PHP-7.2/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 26 double t2; member
|
/PHP-7.2/ext/date/ |
H A D | php_date.c | 5049 timelib_time *t, *t2; in PHP_FUNCTION() local 5085 t2->sse = rise; in PHP_FUNCTION() 5087 t2->sse = set; in PHP_FUNCTION() 5090 t2->sse = transit; in PHP_FUNCTION() 5105 t2->sse = rise; in PHP_FUNCTION() 5107 t2->sse = set; in PHP_FUNCTION() 5123 t2->sse = rise; in PHP_FUNCTION() 5125 t2->sse = set; in PHP_FUNCTION() 5141 t2->sse = rise; in PHP_FUNCTION() 5143 t2->sse = set; in PHP_FUNCTION() [all …]
|
/PHP-7.2/Zend/ |
H A D | zend_alloc.c | 1188 unsigned int t1, t2; local 1195 t2 = zend_mm_small_size_to_bit(t1) - 3; 1196 t1 = t1 >> t2; 1197 t2 = t2 - 3; 1198 t2 = t2 << 2; 1199 return (int)(t1 + t2);
|