Home
last modified time | relevance | path

Searched refs:dirname (Results 26 – 50 of 476) sorted by path

12345678910>>...20

/php-src/Zend/
H A Dzend_compile.c8851 zend_string *dirname = zend_string_init(ZSTR_VAL(filename), ZSTR_LEN(filename), 0); in zend_try_ct_eval_magic_const() local
8853 ZSTR_LEN(dirname) = php_win32_ioutil_dirname(ZSTR_VAL(dirname), ZSTR_LEN(dirname)); in zend_try_ct_eval_magic_const()
8855 ZSTR_LEN(dirname) = zend_dirname(ZSTR_VAL(dirname), ZSTR_LEN(dirname)); in zend_try_ct_eval_magic_const()
8858 if (zend_string_equals_literal(dirname, ".")) { in zend_try_ct_eval_magic_const()
8859 dirname = zend_string_extend(dirname, MAXPATHLEN, 0); in zend_try_ct_eval_magic_const()
8861 ZEND_IGNORE_VALUE(VCWD_GETCWD(ZSTR_VAL(dirname), MAXPATHLEN)); in zend_try_ct_eval_magic_const()
8863 ZEND_IGNORE_VALUE(VCWD_GETWD(ZSTR_VAL(dirname))); in zend_try_ct_eval_magic_const()
8865 ZSTR_LEN(dirname) = strlen(ZSTR_VAL(dirname)); in zend_try_ct_eval_magic_const()
8868 ZVAL_STR(zv, dirname); in zend_try_ct_eval_magic_const()
/php-src/benchmark/
H A Dbenchmark.php6 $phpCgi = $argv[2] ?? dirname(PHP_BINARY) . '/php-cgi';
53 $result = runCommand(['git', 'log', '--pretty=format:%H', '-n', '1'], dirname(__DIR__));
58 return runValgrindPhpCgiCommand('bench', [dirname(__DIR__) . '/Zend/bench.php'], jit: $jit);
H A Dshared.php66 $dir = dirname($path);
71 runCommand(['git', 'clone', '-q', '--end-of-options', $url, $repo], dirname($path));
/php-src/build/
H A Dgen_stub.php93 $prefixes = [dirname($stubFile) . "/", dirname(__DIR__) . "/"];
6181 $filename = dirname(__FILE__, 2) . "/Zend/Optimizer/zend_func_infos.h";
H A Dlibtool.m41477 dldir=$destdir/`dirname \$dlpath`~
H A Dltmain.sh4969 output_path=`dirname $output`
/php-src/ext/com_dotnet/tests/
H A Dbug39606.phpt11 $root = dirname($arEnv['COMSPEC']);
H A Dbug77621.phpt10 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
/php-src/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
H A Dtest.inc2 require_once dirname(__FILE__) .'/skipif.inc';
4 $db_filename = $db_file = dirname(__FILE__) .'/test0.dbm';
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch74 ABS_PATH = os.path.dirname(os.path.abspath(__file__))
/php-src/ext/dom/tests/
H A Ddomdocumentload_test_method.inc2 include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
8 $result = $doc->load(dirname(__FILE__) . getenv('XML_FILE'), $libxml_options);
H A Ddomdocumentload_test_method_savexml.inc2 include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
8 $result = $doc->load(dirname(__FILE__) . getenv('XML_FILE'), $libxml_options);
H A Ddomdocumentloadxml_test_method.inc2 include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
H A Ddomdocumentloadxml_test_method_savexml.inc2 include(dirname(__FILE__) . '/domdocumentload_utilities.inc');
7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
/php-src/ext/exif/tests/bug75785/
H A Dbug75785.phpt7 $mixedEndiannessFile = dirname(__FILE__).'/P1000506.JPG';
/php-src/ext/fileinfo/tests/
H A Dfinfo_upstream.phpt13 $mp = dirname($p) . DIRECTORY_SEPARATOR . basename($p, ".testfile") . ".magic";
14 $tp = dirname($p) . DIRECTORY_SEPARATOR . basename($p, ".testfile") . ".result";
/php-src/ext/ftp/tests/
H A Dserver.inc5 $context = stream_context_create(array('ssl' => array('local_cert' => dirname(__FILE__).'/cert.pem'…
205 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
222 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
/php-src/ext/gd/tests/
H A Dbug24155.phpt13 $dest = dirname(realpath(__FILE__)) . '/bug24155.png';
H A Dbug27582_1.phpt13 $dest = dirname(realpath(__FILE__)) . '/bug27582.png';
H A Dfunc.inc146 $filename = "{$pathinfo['dirname']}/{$pathinfo['filename']}.out.png";
H A Dimagecopyresampled_basic.phpt16 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
17 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
59 $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
60 $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
H A Dimagedashedline_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
49 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
H A Dimagefilledpolygon_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
65 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
H A Dimagepolygon_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
51 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';

Completed in 97 milliseconds

12345678910>>...20