Home
last modified time | relevance | path

Searched refs:hi (Results 176 – 200 of 268) sorted by relevance

1234567891011

/PHP-8.2/ext/spl/tests/
H A Dbug70168.phpt11 $v[$i] = 'hi'.$i;
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dfrontcontroller3.phar4 static $b = array("/hi" => "a.phps");
H A Dfrontcontroller4.phar4 static $b = array("/hi" => false);
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
/PHP-8.2/ext/phar/tests/files/
H A Dfrontcontroller4.phar4 static $b = array("/hi" => false);
H A Dfrontcontroller3.phar4 static $b = array("/hi" => "a.phps");
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
/PHP-8.2/ext/phar/tests/cache_list/
H A Dcopyonwrite5.phar.phpt26 phar://%scopyonwrite5.phar.php%chi hi
H A Dcopyonwrite6.phar.phpt27 phar://%scopyonwrite6.phar.php%chi hi
H A Dcopyonwrite4a.phpt18 string(2) "hi"
/PHP-8.2/ext/phar/tests/tar/files/
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
/PHP-8.2/ext/phar/tests/zip/files/
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
/PHP-8.2/ext/phar/tests/
H A Dphar_oo_011b.phpt19 $phar['f.php'] = 'hi';
H A Dphar_ctx_001.phpt31 …eam_context_create(array('phar'=> array('compress'=>Phar::GZ, 'metadata' => array(2, 'hi' => 3))));
80 ["hi"]=>
H A Dbug48377.2.phpt13 $phar['x'] = 'hi';
H A Dphar_oo_012b.phpt20 $phar['f.php'] = 'hi';
H A Dpharfileinfo_chmod.phpt14 $phar['a/b'] = 'hi there';
H A Dphar_commitwrite.phpt11 $p['file1.txt'] = 'hi';
/PHP-8.2/ext/pcre/tests/
H A Dbug27103.phpt17 $teststr = "\xe2\x82\xac hi there";
/PHP-8.2/Zend/
H A Dzend_types.h35 # define ZEND_ENDIAN_LOHI(lo, hi) hi; lo; argument
36 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) hi; mi; lo; argument
38 # define ZEND_ENDIAN_LOHI_C(lo, hi) hi, lo argument
39 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) hi, mi, lo, argument
42 # define ZEND_ENDIAN_LOHI(lo, hi) lo; hi; argument
43 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) lo; mi; hi; argument
45 # define ZEND_ENDIAN_LOHI_C(lo, hi) lo, hi argument
46 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) lo, mi, hi, argument
/PHP-8.2/ext/sqlite3/tests/
H A Dstream_test.inc8 public static $string = "abcdefg\0hi";

Completed in 79 milliseconds

1234567891011