Also unify credits - all are under --CREDITS-- now.
<?php
if (!extension_loaded("curl")) exit("skip curl extension not loaded");
?>
---COMMENT--
+--DESCRIPTION--
the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
but this can only check on a limited amount of options...
--FILE--
int(1)
}
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["Copyright"]=>
string(12) "Eric Stewart"
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["Copyright"]=>
string(12) "Eric Stewart"
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["ExifImageLength"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["ExifImageLength"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["Copyright"]=>
string(12) "Eric Stewart"
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["Copyright"]=>
string(12) "Eric Stewart"
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["ExifImageLength"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
string(4) "53/1"
}
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
string(4) "53/1"
}
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
string(4) "53/1"
}
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
string(4) "53/1"
}
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["RelatedImageHeight"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["RelatedImageHeight"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["RelatedImageHeight"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
["RelatedImageHeight"]=>
int(1)
}
---CREDIT--
+--CREDITS--
Eric Stewart <ericleestewart@gmail.com>
--EXPECTF--
string(10) "Basic test"
string(12) "A basic test"
---CREDIT--
+--CREDITS--
Moritz Neuhaeuser, info@xcompile.net
PHP Testfest Berlin 2009-05-09
Bug #20087 (Assertion failure)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
---FAIL--
-register_globals calls killed the ability for mb_parse_str() to register into the global scope
--FILE--
<?php
ini_set('include_path', dirname(__FILE__));
mb_parse_str()
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
---FAIL--
-register_globals calls killed the ability for mb_parse_str() to register into the global scope
--INI--
arg_separator.input=&
--FILE--
mb_parse_str() test 2
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
---FAIL--
-register_globals calls killed the ability for mb_parse_str() to register into the global scope
--INI--
arg_separator.input=&#
--FILE--
--TEST--
Test rand funtion when min and max are in proper or inverted order
---CREDIT--
+--CREDITS--
PHP TestFEst 2017 - PHPDublin, PHPSP - Joao P V Martins <jp.joao@gmail.com>
--FILE--
<?php
--TEST--
Test setrawcookie basic functionality
---CREDIT--
+--CREDITS--
PHP TestFEst 2017 - PHPDublin, PHPSP - Joao P V Martins <jp.joao@gmail.com>
--FILE--
<?php
--TEST--
Test setrawcookie to fail when output exists before
---CREDIT--
+--CREDITS--
PHP TestFEst 2017 - PHPDublin, PHPSP - Joao P V Martins <jp.joao@gmail.com>
--FILE--
<?php
--TEST--
Test strnatcmp() function : left align, whitespace, digits
---CREDIT--
+--CREDITS--
Sol Richardson <sr5732358@hotmail.com>
--FILE--
<?php
foo
-bar
-
-bar
-
-foo
---UEXPECTF--
-blabla laber rababer sülz
-
-bar
-
-foo
-
-
bar
bar
}
?>
---DONE--
--EXPECTF--
zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
--TEST--
zlib_get_coding_type() basic call without env
---CREDIT--
+--CREDITS--
PHP TestFest 2017 - Bergfreunde, Florian Engelhardt <florian.engelhardt@bergfreunde.de>
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--TEST--
zlib_get_coding_type() with unsupported encoding
---CREDIT--
+--CREDITS--
PHP TestFest 2017 - Bergfreunde, Florian Engelhardt <florian.engelhardt@bergfreunde.de>
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--TEST--
zlib_get_coding_type() with deflate encoding
---CREDIT--
+--CREDITS--
PHP TestFest 2017 - Bergfreunde, Florian Engelhardt <florian.engelhardt@bergfreunde.de>
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--TEST--
zlib_get_coding_type() with gzip encoding
---CREDIT--
+--CREDITS--
PHP TestFest 2017 - Bergfreunde, Florian Engelhardt <florian.engelhardt@bergfreunde.de>
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>