Home
last modified time | relevance | path

Searched refs:extra (Results 26 – 50 of 150) sorted by relevance

123456

/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt29 fwrite($fp, b'extra');
41 extra
/PHP-7.0/ext/standard/tests/file/
H A Dfile_put_contents_variation1.phpt18 $extra = ", followed by this";
21 var_dump(file_put_contents($filename, $extra, FILE_APPEND));
H A Dfile_put_contents_variation9.phpt48 $extra = ", more data";
50 var_dump(file_put_contents($file, $extra, FILE_APPEND));
H A Ddisk_free_space_error.phpt22 var_dump( disk_free_space( $file_path, "extra argument") ); // More than valid number of arguments
23 var_dump( diskfreespace( $file_path, "extra argument") );
H A Ddisk_free_space_error-win32.phpt22 var_dump( disk_free_space( $file_path, "extra argument") ); // More than valid number of arguments
23 var_dump( diskfreespace( $file_path, "extra argument") );
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt30 fwrite($fp, b'extra');
43 extra
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_basic2.phpt31 echo "-- extra parameters --\n";
41 -- extra parameters --
/PHP-7.0/Zend/tests/
H A Dbug36037.phpt2 Bug #36037 (heredoc adds extra line number)
H A Dbug70262.phpt9 $extra = $array; // make the refcount == 2
/PHP-7.0/ext/posix/tests/
H A Dposix_getpgid_error.phpt22 echo "\n-- Testing posix_getpgid() with one extra argument --\n";
41 -- Testing posix_getpgid() with one extra argument --
/PHP-7.0/ext/json/tests/
H A Dfail001.phpt14 '["extra comma",]',
15 '["double extra comma",,]',
62 Testing: ["extra comma",]
67 Testing: ["double extra comma",,]
/PHP-7.0/ext/standard/tests/array/
H A Duasort_error.phpt53 // With non existent comparison function and extra argument
54 echo "-- Testing uasort() function with non-existent compare function and extra argument --\n";
77 -- Testing uasort() function with non-existent compare function and extra argument --
/PHP-7.0/ext/openssl/tests/
H A Dbug69882.phpt2 Bug #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs
H A Dopenssl_pkcs12_export_basic.phpt26 …_pkcs12_export($cert, $output, $priv, $pass, array('extracerts' => $cert))); // extra optional cert
28 var_dump(count($opts)); // should be 3 certificates, priv, pub, extra optional cert
/PHP-7.0/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.0/ext/spl/tests/
H A DarrayObject___construct_error2.phpt15 var_dump(new ArrayObject(new stdClass, 0, "C", "extra"));
/PHP-7.0/ext/standard/tests/strings/
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
/PHP-7.0/ext/intl/tests/
H A Dbug68447.phpt2 Bug #68447: grapheme_extract take an extra trailing character
/PHP-7.0/ext/mbstring/tests/
H A Dbug52861.phpt2 Bug #52681 (mb_send_mail() appends an extra MIME-Version header)
/PHP-7.0/ext/curl/tests/
H A Dbug65458.phpt21 // should have megs and megs of extra allocations.
/PHP-7.0/ext/date/tests/
H A Dmktime-1.phpt10 # the same way other unices do (Bug# 10686) so some extra code
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
/PHP-7.0/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt15 // One extra argument
/PHP-7.0/main/
H A Drfc1867.h81 extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra);

Completed in 38 milliseconds

123456