Home
last modified time | relevance | path

Searched refs:k (Results 176 – 200 of 345) sorted by relevance

12345678910>>...14

/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt33 foreach (new $className as $k=>$v) {
34 echo "$k => $v\n";
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c672 int j, k, changed; in zend_cfg_compute_dominators_tree() local
691 for (k = 0; k < blocks[j].predecessors_count; k++) { in zend_cfg_compute_dominators_tree()
692 int pred = cfg->predecessors[blocks[j].predecessor_offset + k]; in zend_cfg_compute_dominators_tree()
727 int k = blocks[blocks[j].idom].children; in zend_cfg_compute_dominators_tree() local
728 while (blocks[k].next_child >=0 && j > blocks[k].next_child) { in zend_cfg_compute_dominators_tree()
729 k = blocks[k].next_child; in zend_cfg_compute_dominators_tree()
731 blocks[j].next_child = blocks[k].next_child; in zend_cfg_compute_dominators_tree()
732 blocks[k].next_child = j; in zend_cfg_compute_dominators_tree()
783 int i, j, k, n; in zend_cfg_identify_loops() local
877 for (k = 0; k < blocks[j].predecessors_count; k++) { in zend_cfg_identify_loops()
[all …]
/PHP-7.4/ext/gmp/tests/
H A Dgmp_export.phpt36 foreach ($export as $k => $test) {
42 echo "$k: '$result' !== '{$test[3]}'\n";
47 echo "$k: $type !== '{$test[3]}'\n";
H A Dgmp_import.phpt34 foreach ($import as $k => $test) {
39 echo "$k: '$result' !== '{$test[0]}'\n";
44 echo "$k: $type !== '{$test[0]}'\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt81 foreach ($lines_trace as $k => $line) {
89 foreach ($memory_funcs as $k => $name)
105 foreach ($lines_trace as $k => $line) {
113 foreach ($memory_funcs as $k => $name)
H A Dmysqli_class_mysqli_warning.phpt48 foreach ($methods as $k => $method) {
50 unset($methods[$k]);
68 foreach ($variables as $k => $var)
73 foreach ($variables as $k => $var)
H A Dmysqli_class_mysqli_stmt_interface.phpt49 foreach ($methods as $k => $method) {
51 unset($methods[$k]);
57 unset($methods[$k]);
74 foreach ($variables as $k => $var)
79 foreach ($variables as $k => $var)
/PHP-7.4/ext/session/tests/
H A Dbug79031.phpt26 foreach ($ar as $k => $v) {
27 $this->__set($k, $v);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc60 foreach ($parts as $k => $v) {
67 foreach ($new_options as $k => $v)
68 $options[$k] = $v;
71 foreach ($options as $k => $v)
72 $dsn .= sprintf('%s=%s;', $k, $v);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c189 size_t j, k = 1; in cdf_file_property_info() local
192 k++; in cdf_file_property_info()
196 && len--; s += k) { in cdf_file_property_info()
387 size_t j, k; in cdf_check_summary_info() local
400 for (k = 0; k < sizeof(name); k++) in cdf_check_summary_info()
401 name[k] = CAST(char, cdf_tole2(d->d_name[k])); in cdf_check_summary_info()
/PHP-7.4/ext/spl/tests/
H A Dbug38618.phpt40 foreach (new RecursiveIteratorIterator($it) as $k => $fruit) {
41 echo $k , ' => ', $fruit, "\n";
H A Diterator_027.phpt12 foreach($it as $k=>$v)
14 echo "$k=>$v\n";
/PHP-7.4/ext/date/tests/
H A Dmicrotime_error.phpt22 array('k'=>'v', array(0)),
51 ["k"]=>
/PHP-7.4/Zend/tests/
H A Dfe_fetch_op2_live_range.phpt6 foreach (["test"] as $k => func()[]) {}
H A Derrmsg_042.phpt7 foreach ($a as &$k=>$v) {
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_sort_key_variant7.phpt37 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key_variant4.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key_variant5.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key.phpt38 'y' , 'i' , 'k'
82 source: k
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-7.4/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
128 k = *pointer++; in gdImageCreateFromXpm()
129 gdImageSetPixel(im, j, i, colors[k]); in gdImageCreateFromXpm()
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt33 "Testing invalid \k and \m escape char",
69 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
71 string(59) "This ????is to???? chec????k wit????h \n ????and \????t????"
H A Dstr_split_variation3.phpt35 "Testing invalid \k and \m escape char",
148 string(7) "d \k an"
161 string(7) "k with "
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt24 foreach($b as $k=>$v) {
26 foreach($b[$k] as $sk=>$sv) {
27 $b[$k][$sk] = "b$k.$sk.changed";
31 $b[$k] = "b$k.changed";

Completed in 55 milliseconds

12345678910>>...14