Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 109) sorted by relevance

12345

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt30 function test($namespace, $local) {
57 local name: 'chapter', prefix: ''
58 local name: 'title', prefix: ''
59 local name: 'para', prefix: ''
60 local name: 'error', prefix: ''
64 local name: 'title', prefix: ''
65 local name: 'para', prefix: ''
68 local name: 'error', prefix: ''
72 local name: 'title', prefix: ''
73 local name: 'para', prefix: ''
[all …]
/PHP-8.1/.github/actions/configure-macos/
H A Daction.yml12 export PATH="/usr/local/opt/bison/bin:$PATH"
24 --prefix=/usr/local \
28 --with-pgsql=/usr/local/opt/libpq \
29 --with-pdo-pgsql=/usr/local/opt/libpq \
42 --with-tidy=/usr/local/opt/tidy-html5 \
48 --with-readline=/usr/local/opt/readline \
51 --with-gettext=/usr/local/opt/gettext \
53 --with-bz2=/usr/local/opt/bzip2 \
55 --with-gmp=/usr/local/opt/gmp \
56 --with-iconv=/usr/local/opt/libiconv \
[all …]
/PHP-8.1/tests/security/
H A Dopen_basedir_001.phpt8 if (!is_dir("/usr/local/bin")) {
9 die('skip.. no /usr/local/bin on this machine');
12 open_basedir=/usr/local
15 var_dump(ini_set("open_basedir", "/usr/local/bin"));
21 string(10) "/usr/local"
22 string(14) "/usr/local/bin"
24 string(14) "/usr/local/bin"
/PHP-8.1/ext/oci8/tests/
H A Dbug71148.phpt41 // Test 1: Bind input parameter in a local function
46 echo "Test 1: Bind input parameter in a local function\n";
58 // Test 2: Bind output parameter in a local function
63 echo "\nTest 2: Bind output parameter in a local function\n";
110 // Test 5: Bind IN OUT parameter in a local function
117 echo "\nTest 5: Bind IN OUT parameter in a local function\n";
163 Test 1: Bind input parameter in a local function
171 Test 2: Bind output parameter in a local function
182 Test 5: Bind IN OUT parameter in a local function
/PHP-8.1/Zend/tests/use_const/
H A Dshadow_global.phpt2 shadowing a global constant with a local version
24 string(9) "local bar"
H A Dshadow_core.phpt2 shadowing a global core constant with a local version
/PHP-8.1/Zend/tests/use_function/
H A Dshadow_global.phpt2 shadowing a global function with a local version
24 string(9) "local bar"
H A Dshadow_core.phpt2 shadowing a global core function with a local version
/PHP-8.1/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
33 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
28 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
/PHP-8.1/Zend/tests/try/
H A Dtry_catch_finally_007.phpt21 goto local;
22 local:
/PHP-8.1/ext/phar/
H A Dzip.c568 phar_zip_file_header local; in phar_parse_zipfile() local
574 if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) { in phar_parse_zipfile()
580local.filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != P… in phar_parse_zipfile()
587 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()
819 phar_zip_file_header local; in phar_zip_changed_apply_int() local
843 memset(&local, 0, sizeof(local)); in phar_zip_changed_apply_int()
846 memcpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply_int()
872 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int()
873 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int()
874 memcpy(central.datestamp, local.datestamp, sizeof(local.datestamp)); in phar_zip_changed_apply_int()
[all …]
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c704 char *local, *remote; in PHP_FUNCTION() local
738 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
742 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
748 VCWD_UNLINK(local); in PHP_FUNCTION()
767 char *local, *remote; in PHP_FUNCTION() local
800 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
804 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
815 VCWD_UNLINK(local); in PHP_FUNCTION()
973 char *remote, *local; in PHP_FUNCTION() local
1025 char *remote, *local; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/pdo_pgsql/
H A Dconfig.m416 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
30 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
/PHP-8.1/ext/pgsql/
H A Dconfig.m414 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
28 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
/PHP-8.1/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt26 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local
/PHP-8.1/Zend/tests/use_const/includes/
H A Dfoo_bar.inc5 const bar = 'local bar';
/PHP-8.1/Zend/tests/use_function/includes/
H A Dfoo_bar.inc6 return 'local bar';
/PHP-8.1/ext/pdo_odbc/
H A Dconfig.m45 will check for unixODBC under /usr/local. You may attempt to use an otherwise
51 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
52 pdo_odbc_def_incdir=/usr/local/include
57 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
58 pdo_odbc_def_incdir=/usr/local/include
/PHP-8.1/.github/scripts/windows/
H A Dtest_task.bat51 set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=maste…
79 mkdir %~d0\usr\local\lib\enchant-2
81 copy %DEPS_DIR%\bin\libenchant2_hunspell.dll %~d0\usr\local\lib\enchant-2
83 mkdir %~d0\usr\local\share\enchant\hunspell
86 pushd %~d0\usr\local\share\enchant\hunspell
/PHP-8.1/ext/odbc/
H A Dconfig.m483 AC_MSG_CHECKING([Empress local access library file])
105 [Include Adabas D support [/usr/local]])])
110 PHP_ADABAS=/usr/local
135 [Include SAP DB support [/usr/local]])])
140 PHP_SAPDB=/usr/local
156 [Include Solid support [/usr/local/solid]])])
161 PHP_SOLID=/usr/local/solid
253 AC_MSG_CHECKING(for Empress local access support)
302 PHP_CUSTOM_ODBC=/usr/local
338 [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])])
[all …]
/PHP-8.1/ext/dba/
H A Dconfig.m4139 for i in $PHP_QDBM /usr/local /usr; do
176 for i in $PHP_GDBM /usr/local /usr; do
201 for i in $PHP_NDBM /usr/local /usr; do
235 for i in $PHP_TCADB /usr/local /usr; do
266 for i in $PHP_LMDB /usr/local /usr; do
375 dbdp4="/usr/local/BerkeleyDB.4."
376 dbdp5="/usr/local/BerkeleyDB.5."
442 …or i in $PHP_DB3 /usr/local/BerkeleyDB.3.3 /usr/local/BerkeleyDB.3.2 /usr/local/BerkeleyDB.3.1 /us…
528 for i in $PHP_DB1 /usr/local /usr; do
575 for i in $PHP_DBM /usr/local /usr; do
[all …]
/PHP-8.1/Zend/tests/
H A Dunset_cv04.phpt2 unset() CV 4 (unset() local variable in included file)
H A Dclosure_003.phpt2 Closure 003: Lambda with lexical variables (local scope)

Completed in 47 milliseconds

12345