Home
last modified time | relevance | path

Searched refs:brand (Results 1 – 14 of 14) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagecreatefromstring_avif.phpt13 echo "Reading image whose major brand is 'avif':\n";
18 echo "Reading image with a compatible brand that's 'avif':\n";
24 Reading image whose major brand is 'avif':
27 Reading image with a compatible brand that's 'avif':
/PHP-8.1/ext/phar/tests/
H A Dcreate_new_phar.phpt12 "brand new!\n");
24 brand new!
H A Dcreate_new_and_modify.phpt17 file_put_contents($pname . '/a.php', "brand new!\n");
51 brand new!
H A Dcreate_new_phar_c.phpt12 'brand new!');
H A Dcreate_new_phar_b.phpt12 'brand new!');
/PHP-8.1/ext/dom/tests/
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
26 // could be a brand new node
/PHP-8.1/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt16 file_put_contents($pname . '/a.php', "brand new!\n");
50 brand new!
H A Dcreate_new_phar_b.phpt12 'brand new!');
/PHP-8.1/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt16 file_put_contents($pname . '/a.php', "brand new!\n");
50 brand new!
H A Dcreate_new_phar_b.phpt12 'brand new!');
/PHP-8.1/ext/spl/tests/
H A Dgh8121.csv1 id,status,on_sale,brand,name,link,meta_title,meta_desc,description
/PHP-8.1/ext/standard/
H A Dimage.c1215 char box_type[4], brand[4]; in php_is_image_avif() local
1235 if (php_stream_read(stream, brand, 4) != 4) { in php_is_image_avif()
1239 if (!memcmp(brand, "avif", 4) || !memcmp(brand, "avis", 4)) { in php_is_image_avif()
1244 if (php_stream_read(stream, brand, 4) != 4) { in php_is_image_avif()
1252 if (php_stream_read(stream, brand, 4) != 4) { in php_is_image_avif()
1256 if (!memcmp(brand, "avif", 4) || !memcmp(brand, "avis", 4)) { in php_is_image_avif()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic1019 >8 string uvvu \b, UltraViolet file brand for DECE Common Format
H A Dmagic私はガラスを食べられます1019 >8 string uvvu \b, UltraViolet file brand for DECE Common Format

Completed in 238 milliseconds