Home
last modified time | relevance | path

Searched refs:args (Results 501 – 513 of 513) sorted by relevance

1...<<21

/PHP-8.1/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt2 Test strcspn() function : usage variations - with varying start and len args
H A Dstrspn_variation12.phpt2 Test strspn() function : usage variations - with varying start and len args
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c232 typedef int (SLJIT_FUNC *jit_function)(jit_arguments *args);
8292 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf() argument
8294 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf()
8295 PCRE2_SPTR end_subject = args->end; in do_extuni_utf()
8360 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf_invalid() argument
8362 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf_invalid()
8363 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid()
8425 static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_no_utf() argument
8427 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf()
8428 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf()
/PHP-8.1/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt74 var_dump( fgetcsv($file_handle) ); // with default args
/PHP-8.1/ext/gd/
H A Dgd.c337 void php_gd_error_method(int type, const char *format, va_list args) in PHP_INI_BEGIN()
353 php_verror(NULL, "", type, format, args); in PHP_INI_BEGIN()
/PHP-8.1/Zend/
H A Dzend_hash.h149 typedef int (*apply_func_args_t)(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key);
H A Dzend_vm_execute.h2116 zval *args; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
2151 SEPARATE_ARRAY(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2152 ht = Z_ARRVAL_P(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2313 args = Z_REFVAL_P(args); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2329 zval *args; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
2336 args = Z_REFVAL_P(args); in ZEND_SEND_ARRAY_SPEC_HANDLER()
2351 ht = Z_ARRVAL_P(args); in ZEND_SEND_ARRAY_SPEC_HANDLER()
3259 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
3292 if (args) { in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3398 zend_array *args = NULL; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER() local
[all …]
/PHP-8.1/
H A DUPGRADING210 foo(...$args, named: $arg).
H A Dconfigure.ac1538 dnl Clang 17 adds stricter function pointer compatibility checks where pointer args cannot be
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc11506 (op_array->fn_flags & ZEND_ACC_VARIADIC) || /* may have extra named args */
11509 TRACE_FRAME_NUM_ARGS(JIT_G(current_frame)) == -1 || /* unknown number of args */
11510 (uint32_t)TRACE_FRAME_NUM_ARGS(JIT_G(current_frame)) > op_array->num_args; /* extra args */
H A Dzend_jit_arm64.dasc10801 (op_array->fn_flags & ZEND_ACC_VARIADIC) || /* may have extra named args */
10804 TRACE_FRAME_NUM_ARGS(JIT_G(current_frame)) == -1 || /* unknown number of args */
10805 (uint32_t)TRACE_FRAME_NUM_ARGS(JIT_G(current_frame)) > op_array->num_args; /* extra args */
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic28774 # def name(*args, **kwargs):
29856 # def name (args)
H A Dmagic私はガラスを食べられます28774 # def name(*args, **kwargs):
29856 # def name (args)

Completed in 332 milliseconds

1...<<21