Home
last modified time | relevance | path

Searched refs:binary (Results 51 – 75 of 247) sorted by relevance

12345678910

/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc110 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
114 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
117 fwrite($this->tmp, (binary)$fileOrStream);
119 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
H A Dmake.dangerous.tar.php.inc111 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
115 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
118 fwrite($this->tmp, (binary)$fileOrStream);
120 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation3.phpt81 // binary key
83 b"binary" => 30,
114 ["binary"]=>
H A Dbug14580.phpt2 Bug #14580 (key() not binary safe)
H A Dusort_variation3.phpt61 // binary key
63 b"binary" => 30,
H A Dbug26458.phpt2 Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys)
/PHP-5.5/ext/standard/tests/general_functions/
H A D001.phpt31 echo("sprintf octal binary test: ");
60 sprintf octal binary test: passed
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt45 string(22) "old ACE/gr binary file"
51 string(40) "application/octet-stream; charset=binary"
H A Dfinfo_buffer_variation1.phpt44 string(22) "old ACE/gr binary file"
50 string(40) "application/octet-stream; charset=binary"
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI8 OSX based systems to get fastcgi support in the php-cgi binary. You
14 There are two ways to run the resulting 'php' binary after the fastcgi
17 1) Configure your web server to run the PHP binary itself.
28 To run this way, you must start the PHP binary running by giving it an IP
77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
95 use the FastCGI binary /fcgi-bin/php to deliver PHP pages.
114 Be sure to run the php binary as an appropriate userid. Also, firewall out
127 be set before running the PHP binary:
/PHP-5.5/ext/standard/tests/file/
H A Dbug26003.phpt2 Bug #26003 (fgetcsv() is not binary-safe)
H A Dfile_put_contents_variation6.phpt43 file_put_contents($filename, (binary) "File in include path", FILE_USE_INCLUDE_PATH);
44 …file_put_contents($filename, (binary) ". This was appended", FILE_USE_INCLUDE_PATH | FILE_APPEND);…
/PHP-5.5/Zend/tests/
H A Dbug34137.phpt2 Bug #34137 (assigning array element by reference causes binary mess)
H A Dheredoc_002.phpt2 basic binary heredoc syntax
H A Dnowdoc_002.phpt2 basic binary nowdoc syntax
/PHP-5.5/tests/basic/
H A Dbug54514.phpt2 Req #54514 (Get php binary path during script execution)
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic4.phpt28 echo "\nTest string with non-binary safe name\n";
73 Test string with non-binary safe name
H A Dtrim_basic.phpt15 $binary = "\x0A\x0DExample string\x0A\x0D";
27 var_dump(trim($binary, "\x00..\x1F"));
H A Dstrings001.phpt2 Test whether strstr() and strrchr() are binary safe.
/PHP-5.5/ext/oci8/tests/
H A Dbind_number.phpt62 echo "\nTEST67 insert a binary float\n";
71 echo "\nTEST69 insert a binary double\n";
156 TEST67 insert a binary float
165 TEST69 insert a binary double
/PHP-5.5/ext/tidy/tests/
H A D018.phpt2 binary safety
/PHP-5.5/tests/lang/
H A Dbug24783.phpt2 Bug #24783 ($key not binary safe in "foreach($arr as $key => $val)")
/PHP-5.5/ext/mbstring/oniguruma/
H A DCOPYING8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
/PHP-5.5/sapi/fpm/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright

Completed in 34 milliseconds

12345678910