Home
last modified time | relevance | path

Searched refs:hi (Results 201 – 225 of 254) sorted by relevance

1234567891011

/PHP-8.0/ext/dom/tests/
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug70219.phpt26 $v[$i] = 'hi'.$i;
/PHP-8.0/ext/phar/tests/
H A Dphar_create_in_cwd.phpt13 $p['file1.txt'] = 'hi';
H A Dphar_dir_iterate.phpt13 $phar['top.txt'] = 'hi';
H A Dbug47085.phpt13 $phar['x'] = 'hi';
H A Ddir.phpt37 file_put_contents('phar://' . __DIR__ . '/ok.phar/sub/directory.txt', 'hi');
45 rmdir('phar://' . __DIR__ . '/unknown.phar/hi');
82 Warning: rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does…
H A Dphar_extract.phpt16 $a['file1.txt'] = 'hi';
140 string(2) "hi"
151 string(2) "hi"
H A Dphar_copy.phpt23 $p['a'] = 'hi';
79 hi
H A Dtest_unset.phpt17 $phar->setMetadata('hi');
H A Dphar_offset_get_error.phpt32 $p['.phar/oops'] = 'hi';
H A Dphar_unlinkarchive.phpt79 $phar['another.php'] = "hi\n";
109 hi
H A Dalias_acrobatics.phpt16 $p['unused'] = 'hi';
H A Dfopen.phpt25 $a['dir/file1.txt'] = 'hi';
H A Dphar_extract2.phpt16 $phar['file1.txt'] = 'hi';
/PHP-8.0/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt11 $p['file1.txt'] = 'hi';
H A Dtar_004.phpt21 $tar->addFile('internal/file/here', "hi there!\n");
H A Dtar_makebz2.phpt16 $phar['test'] = 'hi';
H A Dtar_makegz.phpt16 $phar['test'] = 'hi';
H A Dtar_nostub.phpt18 $tar->addFile('internal/file/here', "hi there!\n");
H A Dalias_acrobatics.phpt16 $p['unused'] = 'hi';
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt11 $p['file1.txt'] = 'hi';
/PHP-8.0/ext/session/tests/
H A Dbug60634_error_2.phpt43 echo "um, hi\n";
H A Dbug60634_error_5.phpt42 echo "um, hi\n";
H A Dbug60634_error_1.phpt43 echo "um, hi\n";
/PHP-8.0/ext/standard/
H A Dbase64.c730 __m128i hi_nibbles, lo_nibbles, hi, lo; \
746 hi = _mm_shuffle_epi8(lut_hi, hi_nibbles); \
753 _mm_and_si128(lo, hi), _mm_set1_epi8(0))))) { \
798 __m256i hi_nibbles, lo_nibbles, hi, lo; in php_base64_decode_ex() local
821 hi = _mm256_shuffle_epi8(lut_hi, hi_nibbles); in php_base64_decode_ex()
824 if (!_mm256_testz_si256(lo, hi)) { in php_base64_decode_ex()

Completed in 33 milliseconds

1234567891011