Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt24 var_dump($complete);
26 var_dump($complete->p);
29 $complete->p = &$ref1;
30 var_dump($complete->p);
32 var_dump($complete->p);
33 $complete->p = "p.changed";
36 var_dump(isset($complete->x));
37 $complete->x = "x.new";
38 var_dump(isset($complete->x));
39 unset($complete->x);
[all …]
/PHP-7.4/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt78 [type] => complete
100 [type] => complete
H A Dbug26528.phpt22 string(8) "complete"
H A Dbug30875.phpt30 string(8) "complete"
H A Dxml003.phpt72 print "parse complete\n";
96 ]}parse complete
H A Dxml001.phpt31 print "parse complete\n";
97 ]}parse complete
H A Dxml007.phpt42 string(8) "complete"
H A Dxml002.phpt73 print "parse complete\n";
98 ]}parse complete
H A Dbug35447.phpt36 string(8) "complete"
H A Dxml011.phpt48 [type] => complete
H A Dbug50576.phpt90 [type] => complete
/PHP-7.4/pear/
H A Dinstall-pear.txt2 | The installation process is not complete. The following resources |
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt15 dozens of seconds to complete. */
/PHP-7.4/ext/oci8/tests/
H A Dbug44113.phpt23 // The test can take some time to complete and can exceed PHP's test
/PHP-7.4/ext/standard/tests/file/
H A Dflock_basic.phpt7 Description: PHP supports a portable way of locking complete files
H A Dfeof_basic.phpt22 echo "\n*** testing reading complete file using feof to stop ***\n";
76 *** testing reading complete file using feof to stop ***
H A Dflock_error.phpt9 Description: PHP supports a portable way of locking complete files
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h111 int complete; // unused member
/PHP-7.4/sapi/phpdbg/
H A DREADME.md3 Implemented as a SAPI module, phpdbg can exert complete control over the
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc137 * @param string mailbox complete mailbox name
/PHP-7.4/ext/zlib/
H A Dzlib.c972 goto complete; in PHP_FUNCTION()
975 goto complete; in PHP_FUNCTION()
985 goto complete; in PHP_FUNCTION()
1015 complete: { in PHP_FUNCTION()
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc183 * @param string mailbox complete mailbox name
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc124 return $this->error("The line is complete and should not end with '...'");
240 // complete final suffix printed
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE44 complete object files to the recipients, so that they can relink them
137 making modifications to it. For a library, complete source code means
151 complete source code as you receive it, in any medium, provided that
230 it with the complete corresponding machine-readable source code, which
286 a) Accompany the work with the complete corresponding
290 with the Library, with the complete machine-readable "work that
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc307 fputs($s, "226 Transfer complete.\r\n");
490 fputs($s, "226 Transfer complete\r\n");
517 fputs($s, "226 Transfer complete.\r\n");

Completed in 31 milliseconds

12