/PHP-8.2/ext/dom/ |
H A D | php_dom.h | 86 xmlChar *local; member 128 xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int… 135 …_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns);
|
H A D | nodelist.c | 82 nodep, (char *) objmap->ns, (char *) objmap->local, &count, -1); in php_dom_get_nodelist_length() 153 …get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local, &count, index); in php_dom_nodelist_get_item_into_zval()
|
/PHP-8.2/Zend/tests/ |
H A D | globals_004.phpt | 2 globals in local scope - 3
|
H A D | globals_002.phpt | 2 globals in local scope
|
H A D | get_defined_vars.phpt | 42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n"; 102 *** Checking for output when get_defined_vars called in local function ***
|
H A D | globals_003.phpt | 2 globals in local scope - 2
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_local_infile_set_on.phpt | 2 enable local infile
|
H A D | pdo_mysql_local_infile_default_off.phpt | 2 ensure default for local infile is off
|
/PHP-8.2/.github/scripts/windows/ |
H A D | test_task.bat | 51 set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=maste… 98 mkdir %~d0\usr\local\lib\enchant-2 100 copy %DEPS_DIR%\bin\libenchant2_hunspell.dll %~d0\usr\local\lib\enchant-2 102 mkdir %~d0\usr\local\share\enchant\hunspell 105 pushd %~d0\usr\local\share\enchant\hunspell
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_local_infile_set_on.phpt | 2 enable local infile
|
H A D | mysqli_local_infile_default_off.phpt | 2 ensure default for local infile is off
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | get_defined_vars_basic.phpt | 15 echo "\n-- ..define some local variables --\n"; 68 -- ..define some local variables --
|
H A D | debug_zval_dump_v.phpt | 10 and local variable,$local_var */ 13 echo "\n-- Value of local variable inside dump_globalvar() --\n"; 22 /* calling function dump_globalvar() to check the reference count of local 123 -- Value of local variable inside dump_globalvar() --
|
/PHP-8.2/ |
H A D | .cirrus.yml | 18 …local --enable-debug --enable-option-checking=fatal --enable-fpm --with-pdo-sqlite --without-pear …
|
/PHP-8.2/ext/ftp/tests/ |
H A D | 007.phpt | 99 var_dump(ftp_get($ftp, 'local', 'remote', 7777)); 104 var_dump(ftp_nb_get($ftp, 'local', 'remote', 7777)); 124 var_dump(ftp_put($ftp, 'remote', 'local', 9999)); 129 var_dump(ftp_append($ftp, 'remote', 'local', 9999)); 134 var_dump(ftp_nb_put($ftp, 'remote', 'local', 9999));
|
/PHP-8.2/ext/standard/ |
H A D | filestat.c | 770 const char *local = NULL; in php_stat() local 781 …if ((wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_w… in php_stat() 782 && php_check_open_basedir(local)) { in php_stat() 791 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat() 796 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat() 801 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat() 806 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat() 846 …if ((wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_w… in php_stat() 847 && php_check_open_basedir(local)) { in php_stat() 854 …|| wrapper->wops->url_stat(wrapper, local, flags | PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR, &ssb, … in php_stat()
|
/PHP-8.2/ext/date/tests/ |
H A D | bug62561.phpt | 2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
|
/PHP-8.2/.github/actions/verify-generated-files/ |
H A D | action.yml | 8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
|
/PHP-8.2/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 16 if (empty($out)) die("skip local resolver does not return authority records");
|
H A D | bug73594.phpt | 16 if (empty($out)) die("skip local resolver does not return additional records");
|
/PHP-8.2/Zend/asm/ |
H A D | jump_ppc32_sysv_elf_gas.S | 78 # Don't change R2, the thread-local storage pointer.
|
/PHP-8.2/ext/snmp/tests/ |
H A D | snmp_include.inc | 21 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/local/share/snmp/mibs";
|
/PHP-8.2/ext/bz2/ |
H A D | config.m4 | 11 for i in /usr/local /usr; do
|
/PHP-8.2/tests/lang/ |
H A D | engine_assignExecutionOrder_001.phpt | 17 echo "\n\nOrder with local assignment:\n"; 75 Order with local assignment:
|
/PHP-8.2/ext/gettext/ |
H A D | config.m4 | 7 for i in $PHP_GETTEXT /usr/local /usr; do
|