Home
last modified time | relevance | path

Searched refs:local (Results 26 – 50 of 109) sorted by relevance

12345

/PHP-8.1/ext/date/lib/
H A DREADME.rst4 Timelib is a timezone and date/time library that can calculate local time,
/PHP-8.1/.github/actions/verify-generated-files/
H A Daction.yml8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
/PHP-8.1/ext/dom/
H A Dphp_dom.h86 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 Dnodelist.c72 nodep, (char *) objmap->ns, (char *) objmap->local, &count, -1); in php_dom_get_nodelist_length()
143 …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.1/Zend/tests/
H A Dglobals_004.phpt2 globals in local scope - 3
H A Dglobals_002.phpt2 globals in local scope
H A Dget_defined_vars.phpt42 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 Dglobals_003.phpt2 globals in local scope - 2
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_set_on.phpt2 enable local infile
H A Dpdo_mysql_local_infile_default_off.phpt2 ensure default for local infile is off
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_local_infile_set_on.phpt2 enable local infile
H A Dmysqli_local_infile_default_off.phpt2 ensure default for local infile is off
/PHP-8.1/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt15 echo "\n-- ..define some local variables --\n";
68 -- ..define some local variables --
H A Ddebug_zval_dump_v.phpt10 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.1/
H A D.cirrus.yml17local --enable-debug --enable-option-checking=fatal --enable-fpm --with-pdo-sqlite --without-pear …
/PHP-8.1/ext/ftp/tests/
H A D007.phpt99 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.1/ext/standard/
H A Dfilestat.c746 const char *local = NULL; in php_stat() local
757 …if ((wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_w… in php_stat()
758 && php_check_open_basedir(local)) { in php_stat()
767 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
772 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
777 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat()
782 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat()
822 …if ((wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_w… in php_stat()
823 && php_check_open_basedir(local)) { in php_stat()
830 …|| wrapper->wops->url_stat(wrapper, local, flags | PHP_STREAM_URL_STAT_IGNORE_OPEN_BASEDIR, &ssb, … in php_stat()
/PHP-8.1/ext/date/tests/
H A Dbug62561.phpt2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
/PHP-8.1/ext/standard/tests/network/
H A Dbug73594a.phpt16 if (empty($out)) die("skip local resolver does not return authority records");
H A Dbug73594.phpt16 if (empty($out)) die("skip local resolver does not return additional records");
/PHP-8.1/Zend/asm/
H A Djump_ppc32_sysv_elf_gas.S78 # Don't change R2, the thread-local storage pointer.
/PHP-8.1/ext/snmp/tests/
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/local/share/snmp/mibs";
/PHP-8.1/ext/bz2/
H A Dconfig.m411 for i in /usr/local /usr; do
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt17 echo "\n\nOrder with local assignment:\n";
75 Order with local assignment:
/PHP-8.1/ext/gettext/
H A Dconfig.m47 for i in $PHP_GETTEXT /usr/local /usr; do

Completed in 30 milliseconds

12345