Home
last modified time | relevance | path

Searched refs:i (Results 1601 – 1625 of 1947) sorted by relevance

1...<<61626364656667686970>>...78

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt110 mysqli_stmt_bind_param($stmt, "i", $id);
120 mysqli_stmt_bind_param($stmt, "i", $id);
144 mysqli_stmt_bind_param($stmt, "i", $id);
153 mysqli_stmt_bind_param($stmt, "i", $id);
246 for ($i = 100; $i < 20000; $i++) {
247 if (!mysqli_query($link, "INSERT INTO test(id, label) VALUES ($i, 'z')"))
248 … printf("[022 - %d] [%d] %s\n", $i - 99, mysqli_errno($link), mysqli_error($link));
H A D063.phpt23 // an exception should be thrown from prepare (i.e. constructor) not from execute
H A D004.phpt41 $i = 4;
42 while ($i--) {
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1244 int i; in xmlrpc_str_as_type() local
1247 for (i = 0; i < XMLRPC_TYPE_COUNT; i++) { in xmlrpc_str_as_type()
1248 if (!strcmp(str_mapping[i], str)) { in xmlrpc_str_as_type()
1249 return (XMLRPC_VALUE_TYPE) i; in xmlrpc_str_as_type()
1261 int i; in xmlrpc_str_as_vector_type() local
1264 for (i = XMLRPC_TYPE_COUNT; i < TYPE_STR_MAP_SIZE; i++) { in xmlrpc_str_as_vector_type()
1265 if (!strcmp(str_mapping[i], str)) { in xmlrpc_str_as_vector_type()
1266 return (XMLRPC_VECTOR_TYPE) (i - XMLRPC_TYPE_COUNT); in xmlrpc_str_as_vector_type()
/PHP-7.4/ext/standard/tests/array/
H A Dbug24220.phpt34 string(1) "i"
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
H A Dhtmlentities24.phpt11 for($i=0; $i<256; $i++)
12 var_dump( bin2hex( htmlentities("chr($i)")) );
/PHP-7.4/ext/date/tests/
H A Ddate_diff1.phpt40 ["i"]=>
H A Dbug62852_var2.phpt7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
H A Dbug62852_var3.phpt7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
H A Dbug54851.phpt8 $date2 = DateTime::createFromFormat("D H i s", $date->format("D"). ' 0 00 00');
23 $date2 = DateTime::createFromFormat("D H i s", "Tuesday 0 00 00");
H A Ddate_time_immutable.phpt12 echo 'orig: ', $a->format('Y-m-d H:i:s e'), "\n";
13 echo 'copy: ', $b->format('Y-m-d H:i:s e'), "\n";
14 echo 'changed: ', $c->format('Y-m-d H:i:s e'), "\n";
/PHP-7.4/ext/dba/tests/
H A Dbug38698.phpt21 dba_insert(pack('i',129), "Booo!", $db_make);
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc193 for ($i = 0; $i < 2; $i++) {
406 for ($i = 0; $i < $max; $i++) {
441 $i = 0;
443 if ($i > 0 && $delay > 0) {
447 } while ((++$i < $attempts) && !$fp);
935 for ($i = $start; $i < $start + $configTemplates['count']; $i++) {
936 $configs[$i] = str_replace('%index%', $i, $poolTemplate);
1342 for ($i = 0; $i < $count; $i++) {
/PHP-7.4/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt21 $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt');
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt13 'x:i:2;O:8:"stdClass":0:{},s:5:"value";;m:a:0:{}',
/PHP-7.4/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_resources_001.phpt27 string(4) "i:%d;"
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1254_0.phpt26 $item = "�okbaytl� i�leri";
H A Dtest_cp1254_to_utf8_0.phpt23 $item = "çokbaytlı işleri";
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_rpcenc_003w.phpt11 function __construct($s, $i, $f) {
13 $this->varInt = $i;
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_014w.phpt11 function __construct($s, $i, $f) {
13 $this->varInt = $i;
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_014p.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt11 function __construct($s, $i, $f) {
13 $this->varInt = $i;

Completed in 51 milliseconds

1...<<61626364656667686970>>...78