Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 44) sorted by relevance

12

/PHP-5.5/Zend/tests/
H A Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
11 $fcts = array("dl");
20 dl Ok
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt7 if (!function_exists("dl")) die("skip need dl");
13 var_dump($t['dl']);
19 string(2) "dl"
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt2 dl() filename length checks (CVE-2007-4887)
7 die('skip dl() is not enabled for ' . php_sapi_name());
14 var_dump(dl(str_repeat("a", 8376757)));
18 Warning: dl(): File name exceeds the maximum allowed length of %d characters in %s on line %d
/PHP-5.5/ext/iconv/tests/
H A Dtest.inc2 // Do not dl load extension
5 // @dl("iconv$dlext");
/PHP-5.5/ext/standard/
H A Ddl.h30 PHPAPI PHP_FUNCTION(dl);
32 PHP_MINFO_FUNCTION(dl);
H A Ddl.c54 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION() argument
276 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
289 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
H A Dconfig.w3214 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
/PHP-5.5/ext/xml/tests/
H A Dskipif.inc2 // DO NOT dl load extension
5 // @dl("xml$dlext");
/PHP-5.5/ext/pdo/
H A Dpdo.php2 dl('pdo.so');
3 dl('pdo_sqlite.so');
/PHP-5.5/ext/skeleton/
H A Dskeleton.php5 dl('extname.' . PHP_SHLIB_SUFFIX);
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_mem_ns.php2 dl('xmlwriter.so');
H A Dxmlwriter_mem.php2 dl('xmlwriter.so');
H A Dxmlwriter_file.php2 dl('xmlwriter.so');
/PHP-5.5/ext/zip/examples/
H A Dextract.php3 dl('zip.so');
H A Ddir.php3 dl('zip.so');
H A Dcreate.php4 dl('zip.so');
H A Dfopen.php3 dl('zip.so');
/PHP-5.5/ext/mbstring/tests/
H A Dskipif.inc7 @dl("mbstring$dlext");
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.php3 dl('fileinfo.' . PHP_SHLIB_SUFFIX);
/PHP-5.5/win32/build/
H A Dregistersyslog.php6 @dl("php_win32std.dll");
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php4 dl('tokenizer.so');
/PHP-5.5/ext/session/tests/
H A Dskipif.inc5 @dl("session$dlext");
/PHP-5.5/ext/exif/tests/
H A Dexif004.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
H A Dexif003.phpt7 if (!defined("EXIF_USE_MBSTRING") || !EXIF_USE_MBSTRING) die ('skip mbstring loaded by dl');
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_basic.phpt18 $charlist = 'dl ';

Completed in 110 milliseconds

12