Home
last modified time | relevance | path

Searched refs:arg (Results 251 – 275 of 584) sorted by path

1...<<11121314151617181920>>...24

/PHP-7.2/ext/opcache/tests/
H A Diterable_type_optimization.phpt6 function test(object $arg): iterable {
7 return $arg;
H A Doptimize_func_calls_001.phpt10 function test($arg) {}
/PHP-7.2/ext/openssl/
H A Dopenssl.c6229 static void php_openssl_add_method_or_alias(const OBJ_NAME *name, void *arg) /* {{{ */ in php_openssl_add_method_or_alias() argument
6231 add_next_index_string((zval*)arg, (char*)name->name); in php_openssl_add_method_or_alias()
6235 static void php_openssl_add_method(const OBJ_NAME *name, void *arg) /* {{{ */ in php_openssl_add_method() argument
6238 add_next_index_string((zval*)arg, (char*)name->name); in php_openssl_add_method()
H A Dxp_ssl.c602 static int php_openssl_win_cert_verify_callback(X509_STORE_CTX *x509_store_ctx, void *arg) /* {{{ */ in php_openssl_win_cert_verify_callback() argument
618 stream = (php_stream*)arg; in php_openssl_win_cert_verify_callback()
1296 static int php_openssl_server_sni_callback(SSL *ssl_handle, int *al, void *arg) /* {{{ */ in php_openssl_server_sni_callback() argument
1532 const unsigned char *in, unsigned int inlen, void *arg) /* {{{ */ in php_openssl_server_alpn_callback() argument
1534 php_openssl_netstream_data_t *sslsock = arg; in php_openssl_server_alpn_callback()
/PHP-7.2/ext/openssl/tests/
H A Dbug41353.phpt2 Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
H A Dopenssl_pkey_new_error.phpt8 from openssl_pkey_new() with an empty sub-array arg */
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c6623 const pcre_uchar *arg = NULL; in compile_branch() local
6635 arg = ++ptr; in compile_branch()
6637 arglen = (int)(ptr - arg); in compile_branch()
6725 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
H A Dpcre_jit_compile.c7176 #define CALLOUT_ARG_OFFSET(arg) \ argument
7177 SLJIT_OFFSETOF(PUBL(callout_block), arg)
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h249 #define SLJIT_UNUSED_ARG(arg) (void)arg argument
H A DsljitNativeARM_32.c1360 if (arg & OFFS_REG_MASK) { in emit_op_mem()
1362 arg &= REG_MASK; in emit_op_mem()
1377 arg &= REG_MASK; in emit_op_mem()
1386 arg = offset_reg; in emit_op_mem()
1395 arg = offset_reg; in emit_op_mem()
1413 arg = offset_reg; in emit_op_mem()
1422 arg = offset_reg; in emit_op_mem()
1817 arg &= ~SLJIT_MEM; in emit_fop_mem()
1821 arg = TMP_REG2; in emit_fop_mem()
1826 if (arg) { in emit_fop_mem()
[all …]
H A DsljitNativeARM_64.c870 arg &= REG_MASK; in getput_arg_fast()
892 arg &= REG_MASK; in getput_arg_fast()
1005 arg &= REG_MASK; in getput_arg()
1012 arg &= REG_MASK; in getput_arg()
1030 arg &= REG_MASK; in getput_arg()
1052 arg = 0; in getput_arg()
1061 arg = 0; in getput_arg()
1065 if (arg) in getput_arg()
1605 arg &= REG_MASK; in emit_fop_mem()
1607 arg = TMP_REG1; in emit_fop_mem()
[all …]
H A DsljitNativeARM_T2_32.c949 arg &= ~SLJIT_MEM; in emit_op_mem()
965 SLJIT_ASSERT(reg != arg); in emit_op_mem()
969 arg &= 0xf; in emit_op_mem()
981 push_inst32(compiler, ADD_WI | RD4(arg) | RN4(arg) | tmp); in emit_op_mem()
988 push_inst32(compiler, SUB_WI | RD4(arg) | RN4(arg) | tmp); in emit_op_mem()
1023 other_r = OFFS_REG(arg); in emit_op_mem()
1024 arg &= 0xf; in emit_op_mem()
1035 arg = tmp_reg; in emit_op_mem()
1043 arg = tmp_reg; in emit_op_mem()
1492 if (arg & REG_MASK) { in emit_fop_mem()
[all …]
H A DsljitNativeMIPS_common.c734 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
755 if (arg & OFFS_REG_MASK) { in can_cache()
758 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
763 if (arg == next_arg) { in can_cache()
777 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
790 base = arg & REG_MASK; in getput_arg()
792 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
803 if (arg == compiler->cache_arg) in getput_arg()
808 compiler->cache_arg = arg; in getput_arg()
825 compiler->cache_arg = arg; in getput_arg()
[all …]
H A DsljitNativePPC_common.c888 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
890 if (arg & OFFS_REG_MASK) { in getput_arg_fast()
902 if (SLJIT_UNLIKELY(!(arg & REG_MASK))) in getput_arg_fast()
941 if (arg & OFFS_REG_MASK) in can_cache()
960 if (!(arg & REG_MASK)) in can_cache()
990 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
994 if ((arg & REG_MASK) == tmp_r) in getput_arg()
1032 arg &= REG_MASK; in getput_arg()
1042 tmp_r = arg; in getput_arg()
1043 FAIL_IF(push_inst(compiler, ADDIS | D(arg) | A(arg) | IMM(high_short >> 16))); in getput_arg()
[all …]
H A DsljitNativeSPARC_common.c547 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
549 if (!(flags & WRITE_BACK) || !(arg & REG_MASK)) { in getput_arg_fast()
551 || ((arg & OFFS_REG_MASK) && (argw & 0x3) == 0)) { in getput_arg_fast()
557 | S1(arg & REG_MASK) | ((arg & OFFS_REG_MASK) ? S2(OFFS_REG(arg)) : IMM(argw)), in getput_arg_fast()
570 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
573 if (arg & OFFS_REG_MASK) { in can_cache()
593 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
599 base = arg & REG_MASK; in getput_arg()
600 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
653 if (getput_arg_fast(compiler, flags, reg, arg, argw)) in emit_op_mem()
[all …]
H A DsljitNativeTILEGX_64.c1290 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
1319 if (arg & OFFS_REG_MASK) { in can_cache()
1323 && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG_MASK))) in can_cache()
1328 if (arg == next_arg) { in can_cache()
1344 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
1355 base = arg & REG_MASK; in getput_arg()
1378 compiler->cache_arg = arg; in getput_arg()
1412 compiler->cache_arg = arg; in getput_arg()
1481 if (compiler->cache_arg == arg in getput_arg()
1514 if (arg == next_arg in getput_arg()
[all …]
H A DsljitNativeX86_common.c1419 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1421 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
1426 FAIL_IF(emit_load_imm64(compiler, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, immw)); \
1427 inst = emit_x86_instruction(compiler, 1, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, 0, arg, argw); \
1437 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1438 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c256 static int pcre_clean_cache(zval *data, void *arg) in pcre_clean_cache() argument
259 int *num_clean = (int *)arg; in pcre_clean_cache()
1213 zval arg; /* Argument to pass to function */ in preg_do_repl_func() local
1216 array_init_size(&arg, count + (mark ? 1 : 0)); in preg_do_repl_func()
1220 …add_assoc_stringl(&arg, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<… in preg_do_repl_func()
1222 add_next_index_stringl(&arg, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]); in preg_do_repl_func()
1226 add_next_index_stringl(&arg, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1]); in preg_do_repl_func()
1230 add_assoc_string(&arg, "MARK", (char *) mark); in preg_do_repl_func()
1235 fci->params = &arg; in preg_do_repl_func()
1249 zval_ptr_dtor(&arg); in preg_do_repl_func()
/PHP-7.2/ext/pcre/tests/
H A D005.phpt50 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 3)
51 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 4)
52 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 5)
109 [8] => passing arg 2 of `SWFTextField_setFont' from incompatible pointer type
296 [8] => passing arg 2 of `php_var_unserialize' from incompatible pointer type
375 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 3)
376 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 4)
377 /p2/var/php_gcov/PHP_4_4/Zend/zend_alloc.c:237: warning: long int format, size_t arg (arg 5)
386 [8] => long int format, size_t arg (arg 3)
389 [11] => long int format, size_t arg (arg 4)
[all …]
H A Dpreg_grep_error2.phpt2 Test preg_grep() function : error conditions - wrong arg types
H A Dpreg_match_all_error2.phpt2 Test preg_match_all() function : error conditions - wrong arg types
H A Dpreg_match_error2.phpt2 Test preg_match() function : error conditions - wrong arg types
H A Dpreg_quote_error1.phpt2 Test preg_quote() function : error conditions - wrong arg types
H A Dpreg_replace_error2.phpt2 Test preg_replace() function : error conditions - wrong arg types
H A Dpreg_split_error2.phpt2 Test preg_split() function : error conditions - wrong arg types

Completed in 186 milliseconds

1...<<11121314151617181920>>...24