Home
last modified time | relevance | path

Searched refs:f (Results 426 – 450 of 1080) sorted by relevance

1...<<11121314151617181920>>...44

/php-src/ext/pdo_mysql/tests/
H A Dbug70862.phpt29 $f = fopen("hello://there", "r");
32 $stmt->bindParam(":para", $f, PDO::PARAM_LOB);
35 var_dump($f);
/php-src/ext/soap/tests/
H A Dclassmap006.phpt29 function f($input){
39 $this->server->addFunction("f");
53 print_r($client->f(new Attest('test')));
/php-src/Zend/tests/generators/finally/
H A Dthrow_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_throw.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/php-src/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt25 $f = fopen("test://", "r");
26 var_dump(stream_get_line($f, 100, "\0"));
/php-src/Zend/tests/
H A Dbug22836.phpt5 function &f()
13 $h =& f();
H A Dbug38469.phpt12 function f() {
20 f();
H A Dgh15330-002.phpt11 function f() {
15 $iterable = f();
H A Dbug70898.phpt5 function m($f,$a){
6 return array_map($f,0);
H A Dbug71539_1.phpt5 $x = (object)['a'=>1,'b'=>2,'c'=>3,'d'=>4,'e'=>5,'f'=>6,'g'=>7];
22 ["f"]=>
/php-src/ext/standard/tests/array/
H A D008.phpt32 'f'=>5,
56 'f'=>5,
217 'f' => 5,
240 'f' => 5,
279 ["f"]=>
300 ["f"]=>
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt171 $f = $info['c'];
173 if ($f & self::GZ) {
180 if ($f & self::BZ2) {
313 is_dir($f) ? @rmdir($f) : @unlink($f);
314 if (file_exists($f) && is_dir($f)) {
465 $f = $info['c'];
607 is_dir($f) ? @rmdir($f) : @unlink($f);
608 if (file_exists($f) && is_dir($f)) {
767 $f = $info['c'];
909 is_dir($f) ? @rmdir($f) : @unlink($f);
[all …]
H A Dphar_setdefaultstub.phpt191 $f = $info['c'];
193 if ($f & self::GZ) {
200 if ($f & self::BZ2) {
333 is_dir($f) ? @rmdir($f) : @unlink($f);
334 if (file_exists($f) && is_dir($f)) {
486 $f = $info['c'];
628 is_dir($f) ? @rmdir($f) : @unlink($f);
629 if (file_exists($f) && is_dir($f)) {
781 $f = $info['c'];
923 is_dir($f) ? @rmdir($f) : @unlink($f);
[all …]
/php-src/tests/output/
H A Dob_start_error_005.phpt10 function f($str) {
18 var_dump(ob_start('f'));
H A Dob_013.phpt11 public static function f($s) {
31 ob_start(['E', 'f']);
57 [5] => E::f
131 [name] => E::f
/php-src/Zend/tests/generators/
H A Dgh9750-005.phpt6 function f(...$x) {
16 f(b: $gen, c: yield);
/php-src/sapi/cgi/tests/
H A D005.phpt13 var_dump(`$php -n -a -f "wrong"`);
14 var_dump(`$php -n -f "wrong" -a`);
/php-src/Zend/tests/fibers/
H A Dgh9735-002.phpt12 function f() {
21 f();
H A Dgh9735-003.phpt12 function f() {
20 f();
H A Dgh9735-004.phpt12 function f() {
20 preg_replace_callback('#.#', f(...), '.');
/php-src/Zend/tests/lazy_objects/
H A Dinit_ast_const.phpt13 function f() {
17 f();
/php-src/ext/date/tests/
H A DDateInterval_serialize-001.phpt42 ["f"]=>
54 …:1:"y";i:2;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:6;s:1:"i";i:8;s:1:"s";i:0;s:1:"f";d:0;s:6:"invert";i:…
71 ["f"]=>
96 ["f"]=>
/php-src/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt12 echo basename("a:b:c:d:hello\world\a.bmp\c:d:e:f.txt") . "\n";
13 echo basename("a:\\b:\\c:d:hello\\world\\a.bmp\\d:e:f:g.txt") . "\n";
14 echo basename("a:\\b:\\c:d:hello/world\\a.bmp\\d:\\e:\\f:g.txt") . "\n";
28 f.txt
/php-src/ext/phar/tests/files/
H A Dopenssl.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
H A Dopenssl512.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
296 ��o�׌'s�f@��S4`�=�� C�Eg,Z�������GBMB

Completed in 24 milliseconds

1...<<11121314151617181920>>...44