/PHP-8.0/.github/actions/configure-macos/ |
H A D | action.yml | 12 export PATH="/usr/local/opt/bison/bin:$PATH" 23 --prefix=/usr/local \ 27 --with-pgsql=/usr/local/opt/libpq \ 28 --with-pdo-pgsql=/usr/local/opt/libpq \ 41 --with-tidy=/usr/local/opt/tidy-html5 \ 47 --with-readline=/usr/local/opt/readline \ 50 --with-gettext=/usr/local/opt/gettext \ 52 --with-bz2=/usr/local/opt/bzip2 \ 54 --with-gmp=/usr/local/opt/gmp \ 55 --with-iconv=/usr/local/opt/libiconv \ [all …]
|
/PHP-8.0/tests/security/ |
H A D | open_basedir_001.phpt | 8 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.0/Zend/tests/use_const/ |
H A D | shadow_global.phpt | 2 shadowing a global constant with a local version 24 string(9) "local bar"
|
H A D | shadow_core.phpt | 2 shadowing a global core constant with a local version
|
/PHP-8.0/Zend/tests/use_function/ |
H A D | shadow_global.phpt | 2 shadowing a global function with a local version 24 string(9) "local bar"
|
H A D | shadow_core.phpt | 2 shadowing a global core function with a local version
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bug71148.phpt | 39 // Test 1: Bind input parameter in a local function 44 echo "Test 1: Bind input parameter in a local function\n"; 56 // Test 2: Bind output parameter in a local function 61 echo "\nTest 2: Bind output parameter in a local function\n"; 108 // Test 5: Bind IN OUT parameter in a local function 115 echo "\nTest 5: Bind IN OUT parameter in a local function\n"; 161 Test 1: Bind input parameter in a local function 169 Test 2: Bind output parameter in a local function 180 Test 5: Bind IN OUT parameter in a local function
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | stream_rfc2397_003.phpt | 10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local', 33 string(40) "select_vcount,fcol_from_fieldtable/local"
|
H A D | stream_rfc2397_005.phpt | 10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local', 28 string(40) "select_vcount,fcol_from_fieldtable/local"
|
H A D | bug40374.phpt | 2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
|
/PHP-8.0/Zend/tests/try/ |
H A D | try_catch_finally_007.phpt | 21 goto local; 22 local:
|
/PHP-8.0/ext/phar/ |
H A D | zip.c | 567 phar_zip_file_header local; in phar_parse_zipfile() local 573 if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) { in phar_parse_zipfile() 579 …local.filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != P… in phar_parse_zipfile() 586 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile() 818 phar_zip_file_header local; in phar_zip_changed_apply_int() local 842 memset(&local, 0, sizeof(local)); in phar_zip_changed_apply_int() 845 memcpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply_int() 871 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int() 872 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int() 873 memcpy(central.datestamp, local.datestamp, sizeof(local.datestamp)); in phar_zip_changed_apply_int() [all …]
|
/PHP-8.0/ext/ftp/ |
H A D | php_ftp.c | 705 char *local, *remote; in PHP_FUNCTION() local 742 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION() 746 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION() 752 VCWD_UNLINK(local); in PHP_FUNCTION() 771 char *local, *remote; in PHP_FUNCTION() local 807 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION() 811 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION() 822 VCWD_UNLINK(local); in PHP_FUNCTION() 989 char *remote, *local; in PHP_FUNCTION() local 1044 char *remote, *local; in PHP_FUNCTION() local [all …]
|
/PHP-8.0/Zend/tests/use_const/includes/ |
H A D | foo_bar.inc | 5 const bar = 'local bar';
|
/PHP-8.0/Zend/tests/use_function/includes/ |
H A D | foo_bar.inc | 6 return 'local bar';
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | config.m4 | 16 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.0/ext/pgsql/ |
H A D | config.m4 | 14 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.0/ext/phar/tests/ |
H A D | phar_construct_invalidurl.phpt | 26 …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.0/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 339 struct sockaddr_un local, remote; in PHPDBG_COMMAND() local 350 local.sun_family = AF_UNIX; in PHPDBG_COMMAND() 351 …if (strlcpy(local.sun_path, PHPDBG_G(socket_path), sizeof(local.sun_path)) > sizeof(local.sun_path… in PHPDBG_COMMAND() 355 len = strlen(local.sun_path) + sizeof(local.sun_family); in PHPDBG_COMMAND() 356 if (bind(sl, (struct sockaddr *)&local, len) == -1) { in PHPDBG_COMMAND()
|
/PHP-8.0/ext/pdo_odbc/ |
H A D | config.m4 | 5 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.0/Zend/tests/ |
H A D | unset_cv04.phpt | 2 unset() CV 4 (unset() local variable in included file)
|
H A D | closure_003.phpt | 2 Closure 003: Lambda with lexical variables (local scope)
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.h | 86 xmlChar *local; member 115 xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int… 122 …_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns);
|
/PHP-8.0/ext/date/lib/ |
H A D | README.rst | 4 Timelib is a timezone and date/time library that can calculate local time,
|
/PHP-8.0/.github/actions/verify-generated-files/ |
H A D | action.yml | 8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
|