Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 16 of 16) sorted by relevance

/PHP-7.2/tests/lang/
H A Dbug24951.phpt24 function t3()
27 echo "Hello from t3 1 ";
29 echo "Hello from t3 2 ";
35 t3(); echo "\n";
42 Hello from t3 2 ]
/PHP-7.2/ext/dom/tests/
H A Dbug28721.phpt76 $d->appendChild($t3 = $xml->createTextNode(" t3 "));
85 echo "\nInsert t4 before t3:\n";
87 $ret = $d->insertBefore($t4, $t3);
188 name (value): div ( t3 t4 xxx )
193 name (value): #text ( t3 )
218 Insert t4 before t3:
220 name (value): div ( t4 t3 xxx )
230 name (value): #text ( t3 )
371 name (value): div ( t4 t3 xxx )
381 name (value): #text ( t3 )
[all …]
/PHP-7.2/ext/curl/tests/
H A Dbug70330.phpt8 $t3 = curl_copy_handle($t2);
9 $t3 = curl_copy_handle($t2);
11 $t3 = curl_copy_handle($t4);
/PHP-7.2/tests/classes/
H A Dprivate_006b.phpt31 $t3 = new third();
32 $t3->do_show();
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation4.phpt22 '\n 1\t3 &\tgt; 11 but 11 &\tlt; 12',
61 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
62 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
63 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
64 string(34) "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12"
H A Dhtmlspecialchars_decode_variation5.phpt21 "\n 1\t3 &\tgt; 11 but 11 &\tlt; 12",
/PHP-7.2/ext/standard/tests/array/
H A Dbug29493.phpt48 function t3()
73 t3();
H A Dshuffle_variation4.phpt38 /*7*/ array("hex1" => 0x123, 'hex2' => 0xabc, "hex\t3" => 0xABC, "hex\04" => 0xAb1),
/PHP-7.2/ext/hash/
H A Dhash_tiger.c46 t3[(unsigned char)((c)>>(4*8))] ^ \
49 t3[(unsigned char)(((uint32_t)(c))>>(3*8))] ^ \
H A Dphp_hash_tiger_tables.h24 #define t3 (table+256*2) macro
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp27 void *t3; member
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c626 t3 = op1_max * op2_min; in zend_inference_calc_binary_op_range()
642 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
643 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
663 t3 = op1_max / op2_min; in zend_inference_calc_binary_op_range()
679 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
680 tmp->max = MAX(MAX(t1, t2), MAX(t3, t4)); in zend_inference_calc_binary_op_range()
756 t3 = op1_max << op2_min; in zend_inference_calc_binary_op_range()
758 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
797 t3 = op1_max >> op2_min; in zend_inference_calc_binary_op_range()
799 tmp->min = MIN(MIN(t1, t2), MIN(t3, t4)); in zend_inference_calc_binary_op_range()
[all …]
H A Dzend_func_info.c108 uint32_t t3 = 0; in zend_range_info() local
112 t3 = _ssa_op1_info(call_info->caller_op_array, ssa, call_info->arg_info[2].opline); in zend_range_info()
119 || (t3 & (MAY_BE_DOUBLE|MAY_BE_STRING))) { in zend_range_info()
123 if ((t3 & MAY_BE_ANY) != MAY_BE_DOUBLE) { in zend_range_info()
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_3.phpt42 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
43 from imp_res_3_tab_1 t1, imp_res_3_tab_1 t2, imp_res_3_tab_1 t3,
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic11001 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
H A Dmagic私はガラスを食べられます11001 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX

Completed in 138 milliseconds