/PHP-8.3/.github/actions/configure-macos/ |
H A D | action.yml | 12 BREW_OPT="$(brew --prefix)"/opt 13 export PATH="/usr/local/opt/bison/bin:$PATH" 31 --with-pgsql=/usr/local/opt/libpq \ 32 --with-pdo-pgsql=/usr/local/opt/libpq \ 45 --with-tidy=/usr/local/opt/tidy-html5 \ 51 --with-readline=/usr/local/opt/readline \ 54 --with-gettext=/usr/local/opt/gettext \ 56 --with-bz2=/usr/local/opt/bzip2 \ 58 --with-gmp=/usr/local/opt/gmp \ 59 --with-iconv=/usr/local/opt/libiconv \ [all …]
|
/PHP-8.3/ext/session/ |
H A D | mod_files.sh | 39 select opt in "$@"; do 41 if [[ $opt = "Delete directory contents" ]]; then 44 elif [[ $opt = "Choose another directory" ]]; then 47 elif [[ $opt = "Quit" ]]; then
|
/PHP-8.3/ext/curl/tests/ |
H A D | bug46711.phpt | 9 $opt = array( 16 foreach( $opt as $option => $value ) { 20 var_dump($opt); // with this bug, $opt[58] becomes NULL
|
/PHP-8.3/ext/sodium/ |
H A D | sodium_pwhash.c | 42 zval *opt; in get_options() local 49 if ((opt = zend_hash_str_find(options, "memory_cost", strlen("memory_cost")))) { in get_options() 50 zend_long smemlimit = zval_get_long(opt); in get_options() 58 if ((opt = zend_hash_str_find(options, "time_cost", strlen("time_cost")))) { in get_options() 59 *opslimit = zval_get_long(opt); in get_options() 65 …if ((opt = zend_hash_str_find(options, "threads", strlen("threads"))) && (zval_get_long(opt) != 1)… in get_options()
|
/PHP-8.3/.github/actions/setup-oracle/ |
H A D | action.yml | 15 mkdir /opt/oracle 20 mv instantclient_*_* /opt/oracle/instantclient 22 rm /opt/oracle/instantclient/sdk/include/ldap.h 24 echo DISABLE_INTERRUPT=on > /opt/oracle/instantclient/network/admin/sqlnet.ora 25 …sudo sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfi…
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_ereg_search_xxx.phpt | 17 function test_search( $test_enc, $str, $look_for, $opt, $in_enc = 'EUC-JP' ) { 21 mb_ereg_search_init( $str, $look_for, $opt ); 28 function do_tests( $enc, $opt ) { 29 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt ); 30 test_search( $enc, 'abcde abdeabcf anvfabc odu abcd ', '(ab[a-z]+)', $opt );
|
/PHP-8.3/.github/actions/setup-x64/ |
H A D | action.yml | 10 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 11 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 12 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 13 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q… 14 …docker exec sql1 /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q…
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug34643.phpt | 12 public function get_it($opt="zzz") { 13 return $opt; 45 [0] => string get_it(string $opt)
|
H A D | bug38067.phpt | 18 function __construct($wsdl, $opt) { 19 parent::__construct($wsdl, $opt); 20 $this->server = new SoapServer($wsdl, $opt);
|
H A D | bug38005.phpt | 16 function __construct($wsdl, $opt) { 17 parent::__construct($wsdl, $opt); 18 $this->server = new SoapServer($wsdl, $opt);
|
/PHP-8.3/ext/pgsql/ |
H A D | php_pgsql.h | 78 …(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt); 79 …insert(PGconn *pg_link, const zend_string *table, zval *values, zend_ulong opt, zend_string **sql); 80 …nn *pg_link, const zend_string *table, zval *values, zval *ids, zend_ulong opt , zend_string **sql… 81 …ql_delete(PGconn *pg_link, const zend_string *table, zval *ids, zend_ulong opt, zend_string **sql); 82 …*pg_link, const zend_string *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_option,…
|
H A D | pgsql.c | 4528 ZEND_ASSERT(!(opt & ~PGSQL_CONV_OPTS)); in php_pgsql_convert() 5208 if (opt & PGSQL_DML_ASYNC) { in do_exec() 5300 if (opt & PGSQL_DML_ESCAPE) { in php_pgsql_insert() 5317 if (opt & PGSQL_DML_ESCAPE) { in php_pgsql_insert() 5357 else if (opt & PGSQL_DML_STRING) { in php_pgsql_insert() 5475 if (opt & PGSQL_DML_ESCAPE) { in build_assignment_string() 5491 if (opt & PGSQL_DML_ESCAPE) { in build_assignment_string() 5575 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt)) { in php_pgsql_update() 5577 } else if (opt & PGSQL_DML_STRING) { in php_pgsql_update() 5673 if ((opt & PGSQL_DML_EXEC) && do_exec(&querystr, PGRES_COMMAND_OK, pg_link, opt)) { in php_pgsql_delete() [all …]
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug66338.phpt | 32 $opt = -1; # This test works if $opt = 0 33 …-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.optimization_level=$opt -d opcache.file_upd…
|
/PHP-8.3/.github/actions/configure-x64/ |
H A D | action.yml | 83 …$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/inst… 84 …$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instant…
|
/PHP-8.3/ext/tidy/ |
H A D | tidy.c | 226 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local 230 if (!opt) { in _php_tidy_set_tidy_opt() 235 if (tidyOptIsReadOnly(opt)) { in _php_tidy_set_tidy_opt() 240 switch(tidyOptGetType(opt)) { in _php_tidy_set_tidy_opt() 252 if (tidyOptSetInt(doc, tidyOptGetId(opt), lval)) { in _php_tidy_set_tidy_opt() 726 *type = tidyOptGetType(opt); in php_tidy_get_opt_val() 1170 TidyOption opt; in PHP_FUNCTION() local 1181 if (!opt) { in PHP_FUNCTION() 1213 opt_name = (char *)tidyOptGetName(opt); in PHP_FUNCTION() 1313 TidyOption opt; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/ |
H A D | ext_skel.php | 175 switch($opt = strtolower(substr($val, 2))) 201 } else if ($opt == 'dir' && empty($argv[$i + 1])) { 205 … $options[$opt] = ($opt == 'dir' ? realpath($argv[$i + 1]) . DIRECTORY_SEPARATOR : $argv[$i + 1]);
|
/PHP-8.3/ext/tidy/tests/ |
H A D | 007.phpt | 18 $a->getopt('bogus-opt'); 34 tidy::getOpt(): Argument #1 ($option) is an invalid configuration option, "bogus-opt" given
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.h | 53 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers); 54 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 1033 local function parseopt(opt, args) 1034 opt_current = #opt == 1 and "-"..opt or "--"..opt 1035 local f = opt_map[opt] or opt_map[opt_alias[opt]] 1056 local lopt, opt = match(a, "^%-(%-?)(.+)") 1057 if not opt then break end 1061 for o in gmatch(opt, ".") do parseopt(o, args) end 1064 parseopt(opt, args)
|
/PHP-8.3/.github/actions/verify-generated-files/ |
H A D | action.yml | 8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
|
/PHP-8.3/ext/pdo_firebird/tests/ |
H A D | common.phpt | 26 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
|
/PHP-8.3/.github/workflows/ |
H A D | nightly.yml | 906 /opt/php/bin/phpize 907 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config 912 /opt/php/bin/phpize 913 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config 918 /opt/php/bin/phpize 919 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config 924 /opt/php/bin/phpize 925 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config 931 /opt/php/bin/phpize 932 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config [all …]
|
/PHP-8.3/ext/pdo_dblib/tests/ |
H A D | README.md | 7 docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "crea…
|
/PHP-8.3/Zend/tests/ |
H A D | debug_backtrace_options.phpt | 6 function backtrace_print($opt = null) 8 if(is_null($opt)) { 11 print_r(debug_backtrace($opt));
|
/PHP-8.3/ext/reflection/tests/ |
H A D | parameters_002.phpt | 7 NonExistingClass $na, stdClass &$opt = NULL, $def = "FooBar") 14 NonExistingClass $na, stdClass $opt = NULL, $def = "FooBar") 143 getName: string(3) "opt" 237 getName: string(3) "opt"
|