Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.4/
H A Dconfigure.ac401 PHP_CHECK_FUNC(dlopen, dl)
402 PHP_CHECK_FUNC(dlsym, dl)
H A D.travis.yml98 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
H A Dphp.ini-development767 ; Whether or not to enable the dl() function. The dl() function does NOT work
770 ; http://php.net/enable-dl
H A Dphp.ini-production767 ; Whether or not to enable the dl() function. The dl() function does NOT work
770 ; http://php.net/enable-dl
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1022 ZEND_FE(dl, arginfo_dl)
/PHP-7.4/sapi/cli/
H A Dphp_cli.c474 ZEND_FE(dl, arginfo_dl)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1383 PHPDBG_COMMAND(dl) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_prompt.h54 PHPDBG_COMMAND(dl);
/PHP-7.4/build/
H A Dlibtool.m41047 AC_CHECK_LIB([dl], [dlopen],
1062 [AC_CHECK_LIB([dl], [dlopen],
/PHP-7.4/ext/standard/
H A Dconfig.w3229 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
H A Dconfig.m4486 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
H A Dbasic_functions.c3883 BASIC_MINFO_SUBMODULE(dl) in PHP_MINFO_FUNCTION()
H A Ddl.c45 PHPAPI PHP_FUNCTION(dl) in PHP_FUNCTION() argument
261 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
274 PHP_MINFO_FUNCTION(dl) in PHP_MINFO_FUNCTION() argument
H A Ddl.h29 PHPAPI PHP_FUNCTION(dl);
31 PHP_MINFO_FUNCTION(dl);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1968 double dl, dv; in magiccheck() local
2049 dl = m->value.d; in magiccheck()
2057 matched = dv != dl; in magiccheck()
2061 matched = dv == dl; in magiccheck()
2065 matched = dv > dl; in magiccheck()
2069 matched = dv < dl; in magiccheck()
/PHP-7.4/ext/zip/examples/
H A Dcreate.php4 dl('zip.so');
H A Ddir.php3 dl('zip.so');
H A Dencryption.php4 dl('zip.so');
H A Dextract.php3 dl('zip.so');
H A Dfopen.php3 dl('zip.so');
H A Dset_compression.php4 dl('zip.so');
/PHP-7.4/sapi/embed/
H A Dphp_embed.c154 ZEND_FE(dl, arginfo_dl)
/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
12 var_dump($t['dl']);
18 string(2) "dl"
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c397 size_t dl; in pdo_dblib_stmt_get_col() local
404 dl = spprintf(&tmp_data, 20, "%04d-%02d-%02d %02d:%02d:%02d", in pdo_dblib_stmt_get_col()
413 ZVAL_STRINGL(zv, tmp_data, dl); in pdo_dblib_stmt_get_col()
/PHP-7.4/Zend/tests/
H A Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
11 $fcts = array("dl");
20 dl Ok

Completed in 87 milliseconds

12