Home
last modified time | relevance | path

Searched refs:info (Results 151 – 175 of 326) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt44 if ($link->info != 'Records: 6 Duplicates: 0 Warnings: 0') {
48 if ($link->info != NULL) {
115 ["info"]=>
H A Dmysqli_class_mysqli_interface.phpt106 "info" => true,
208 assert(mysqli_info($link) == $mysqli->info);
209 printf("mysqli->info = '%s'/%s ('%s'/%s)\n",
210 $mysqli->info, gettype($mysqli->info),
286 mysqli->info = ''/NULL (''/NULL)
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
/PHP-7.4/Zend/tests/
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
/PHP-7.4/ext/standard/tests/mail/
H A Dbug72964.phpt32 $info = imap_headerinfo($imap_stream, $i);
33 if ($info->subject === $subject) {
H A Dbug80706.phpt32 $info = imap_headerinfo($imap_stream, $i);
33 if ($info->subject === $subject) {
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt171 $info = self::_unpack($m);
172 $f = $info['c'];
251 $info = unpack('V', substr($m, 0, 4));
259 for ($i = 0; $i < $info[1]; $i++) {
465 $info = self::_unpack($m);
466 $f = $info['c'];
545 $info = unpack('V', substr($m, 0, 4));
553 for ($i = 0; $i < $info[1]; $i++) {
767 $info = self::_unpack($m);
768 $f = $info['c'];
[all …]
H A Dphar_setdefaultstub.phpt191 $info = self::_unpack($m);
192 $f = $info['c'];
271 $info = unpack('V', substr($m, 0, 4));
279 for ($i = 0; $i < $info[1]; $i++) {
486 $info = self::_unpack($m);
487 $f = $info['c'];
566 $info = unpack('V', substr($m, 0, 4));
574 for ($i = 0; $i < $info[1]; $i++) {
781 $info = self::_unpack($m);
782 $f = $info['c'];
[all …]
/PHP-7.4/ext/posix/tests/
H A Dposix_getsid_error.phpt6 Moritz Neuhaeuser, info@xcompile.net
H A Dposix_getsid.phpt7 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.4/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
/PHP-7.4/ext/gettext/tests/
H A Dgettext_dgettext.phpt31 Moritz Neuhaeuser, info@xcompile.net
H A Dgettext_bindtextdomain-cwd.phpt27 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.4/ext/dba/tests/
H A Ddba003.phpt6 die("info $HND handler used");
H A Ddba_db4_001.phpt7 die("info $HND handler used");
H A Ddba_db4_002.phpt7 die("info $HND handler used");
H A Ddba_db4_005.phpt7 die("info $HND handler used");
H A Ddba_db4_006.phpt7 die("info $HND handler used");
H A Ddba009.phpt6 print("info $HND handler used");
H A Ddba013.phpt6 die("info $HND handler used");
H A Ddba_db4_011.phpt7 die("info $HND handler used");
H A Ddba_db4_012.phpt7 die("info $HND handler used");
H A Ddba_db4_014.phpt7 die("info $HND handler used");
/PHP-7.4/ext/imap/tests/
H A Dimap_append_basic.phpt28 . "To: info@something.com\r\n"
36 . "To: info@something.com\r\n"
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h49 PHPDBG_COMMAND(info);

Completed in 32 milliseconds

12345678910>>...14