Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 476) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/hash/
H A Dhash.c616 zend_long options = 0; in PHP_FUNCTION() local
632 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
652 hash->options = options; in PHP_FUNCTION()
655 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
798 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
1410 newobj->options = oldobj->options; in php_hashcontext_clone()
1472 ZVAL_LONG(&tmp, hash->options); in PHP_METHOD()
1503 zend_long magic, options; in PHP_METHOD() local
1532 options = Z_LVAL_P(options_zv); in PHP_METHOD()
1533 if (options & PHP_HASH_HMAC) { in PHP_METHOD()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c492 HashTable *options = NULL; in PHP_FUNCTION() local
504 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
508 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
512 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
518 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
593 HashTable *options = NULL; in PHP_FUNCTION() local
598 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
613 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
617 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
1098 …php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op… in phpdbg_stream_url_wrap_php() argument
[all …]
/PHP-8.3/ext/simplexml/
H A Dsimplexml_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
15 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
58 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c142 #define SLJIT_KEPT_SAVEDS_COUNT(options) ((options) & 0x3) argument
671 compiler->options = options; in set_emit_enter()
689 compiler->options = options; in set_set_context()
1086 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_emit_enter()
1089 CHECK_ARGUMENT(options == 0); in check_sljit_emit_enter()
1091 …CHECK_ARGUMENT(SLJIT_KEPT_SAVEDS_COUNT(options) <= 3 && SLJIT_KEPT_SAVEDS_COUNT(options) <= saveds… in check_sljit_emit_enter()
1143 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_set_context()
1146 CHECK_ARGUMENT(options == 0); in check_sljit_set_context()
1148 …CHECK_ARGUMENT(SLJIT_KEPT_SAVEDS_COUNT(options) <= 3 && SLJIT_KEPT_SAVEDS_COUNT(options) <= saveds… in check_sljit_set_context()
2730 SLJIT_UNUSED_ARG(options); in sljit_emit_enter()
[all …]
/PHP-8.3/ext/filter/tests/
H A D032.phpt19 'options' => array("min_range"=>1, "max_range"=>10)
H A Dfilter_null_on_failure.phpt17 'options' => [
H A D031.phpt37 … var_dump(filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec))));
/PHP-8.3/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
/PHP-8.3/ext/zlib/
H A Dphp_zlib.h66 …pen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
H A Dzlib.stub.php273 function deflate_init(int $encoding, array $options = []): DeflateContext|false {} argument
277 function inflate_init(int $encoding, array $options = []): InflateContext|false {} argument
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fflush_basic_001.phpt20 function stream_open($path, $mode, $options, &$opened_path)
/PHP-8.3/ext/standard/tests/streams/
H A Duser-stream-error.phpt8 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60817.phpt8 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-8.3/ext/mysqli/tests/
H A Dbug73800.phpt21 $link->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE, 1);
/PHP-8.3/ext/soap/tests/
H A Dtypemap001.phpt48 $options=Array(
55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap002.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap005.phpt48 $options=Array(
56 $server = new SoapServer(NULL,$options);
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php170 function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array {} argument
172 function debug_print_backtrace(int $options = 0, int $limit = 0): void {} argument
/PHP-8.3/ext/sqlite3/tests/
H A Dstream_test.inc10 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-8.3/ext/standard/tests/file/
H A Duserdirstream.phpt9 function dir_opendir($path, $options) {
H A Dbug37158.phpt8 function stream_open($path, $mode, $options, &$opened_path)
/PHP-8.3/ext/ldap/tests/
H A Dldap_set_option_crlcheck_basic.phpt13 die("skip OpenSSL required for CRL check options, got: $package");
H A Dldap_set_option_cafiles_basic.phpt2 ldap_set_option() - Basic test for TLS CA/Cert/CRL/DH/Key file ldap options
/PHP-8.3/ext/pcntl/
H A Dpcntl.c246 zend_long pid, options = 0; in PHP_FUNCTION() local
258 Z_PARAM_LONG(options) in PHP_FUNCTION()
272 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
274 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
277 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
299 zend_long options = 0; in PHP_FUNCTION() local
310 Z_PARAM_LONG(options) in PHP_FUNCTION()
323 child_id = wait3(&status, options, &rusage); in PHP_FUNCTION()
324 } else if (options) { in PHP_FUNCTION()
325 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
/PHP-8.3/sapi/cli/tests/
H A D003.phpt2 defining INI options with -d

Completed in 69 milliseconds

12345678910>>...20