Home
last modified time | relevance | path

Searched refs:arg (Results 51 – 75 of 421) sorted by last modified time

12345678910>>...17

/PHP-7.4/win32/build/
H A Dphpize.js.in180 arg = args(i);
182 arg = arg.split("=", 2);
183 argname = arg[0];
184 if (arg.length > 1) {
185 argval = arg[1];
/PHP-7.4/Zend/tests/
H A Dclosure_061.phpt8 function func($arg) { }
12 public static function staticMethod($arg) {}
/PHP-7.4/ext/ffi/
H A Dffi.c1586 if (Z_TYPE_P(arg) == IS_OBJECT && Z_OBJCE_P(arg) == zend_ffi_cdata_ce) { in zend_ffi_pass_incompatible()
1613 if (Z_TYPE_P(arg) == IS_OBJECT && Z_OBJCE_P(arg) == zend_ffi_cdata_ce) { in zend_ffi_assign_incompatible()
2448 ZVAL_DEREF(arg); in zend_ffi_pass_arg()
2566 && Z_TYPE_P(arg) == IS_OBJECT && Z_OBJCE_P(arg) == zend_ffi_cdata_ce) { in zend_ffi_pass_arg()
2591 ZVAL_DEREF(arg); in zend_ffi_pass_var_arg()
3784 zval *zv, *arg; in ZEND_METHOD() local
3797 arg = zv; in ZEND_METHOD()
4014 zval *zv, *arg; in ZEND_METHOD() local
4023 arg = zv; in ZEND_METHOD()
4136 zval *zv, *arg; in ZEND_METHOD() local
[all …]
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c114 ZEND_ARG_INFO(0, arg)
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_fail2.phpt70 foreach($args as $arg) {
71 $fmt = crt("O", $arg[0], $arg[1]);
73 $fmt = crt("C", $arg[0], $arg[1]);
75 $fmt = crt("P", $arg[0], $arg[1]);
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c383 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()
390 if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { in zend_optimize_block()
391 literal_dtor(arg); in zend_optimize_block()
399 if(zend_optimizer_get_persistent_constant(Z_STR_P(arg), &c, 1 ELS_CC) != 0) { in zend_optimize_block()
400 literal_dtor(arg); in zend_optimize_block()
408 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
409 literal_dtor(arg); in zend_optimize_block()
/PHP-7.4/ext/soap/
H A Dsoap.c1496 char *arg = NULL; local
1508 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &arg, &arg_len) == FAILURE) {
1616 doc_request = soap_xmlParseMemory(arg,arg_len);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
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.c1576 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1578 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
1583 FAIL_IF(emit_load_imm64(compiler, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, immw)); \
1584 inst = emit_x86_instruction(compiler, 1, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, 0, arg, argw); \
1594 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
1595 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, immw, arg, argw); \
H A DsljitNativePPC_common.c986 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() argument
994 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_op_mem()
996 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in emit_op_mem()
998 offs_reg = OFFS_REG(arg); in emit_op_mem()
1004 FAIL_IF(push_inst(compiler, RLDI(tmp_reg, OFFS_REG(arg), argw, 63 - argw, 1))); in emit_op_mem()
1015 …return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_re… in emit_op_mem()
1019 arg &= REG_MASK; in emit_op_mem()
1026 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
1031 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | IMM(argw)); in emit_op_mem()
1045 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem()
[all …]
H A DsljitNativeSPARC_common.c595 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
598 || ((arg & OFFS_REG_MASK) && (argw & 0x3) == 0)) { in getput_arg_fast()
604 | S1(arg & REG_MASK) | ((arg & OFFS_REG_MASK) ? S2(OFFS_REG(arg)) : IMM(argw)), in getput_arg_fast()
616 SLJIT_ASSERT((arg & SLJIT_MEM) && (next_arg & SLJIT_MEM)); in can_cache()
619 if (arg & OFFS_REG_MASK) { in can_cache()
639 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
645 base = arg & REG_MASK; in getput_arg()
646 if (SLJIT_UNLIKELY(arg & OFFS_REG_MASK)) { in getput_arg()
654 compiler->cache_arg = SLJIT_MEM | (arg & OFFS_REG_MASK); in getput_arg()
696 if (getput_arg_fast(compiler, flags, reg, arg, argw)) in emit_op_mem()
[all …]
H A DsljitNativeMIPS_common.c916 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg_fast()
937 if (arg & OFFS_REG_MASK) { in can_cache()
940 …if (argw && argw == next_argw && (arg == next_arg || (arg & OFFS_REG_MASK) == (next_arg & OFFS_REG… in can_cache()
945 if (arg == next_arg) { in can_cache()
959 SLJIT_ASSERT(arg & SLJIT_MEM); in getput_arg()
973 base = arg & REG_MASK; in getput_arg()
980 if (arg == compiler->cache_arg) in getput_arg()
985 compiler->cache_arg = arg; in getput_arg()
1002 compiler->cache_arg = arg; in getput_arg()
1034 compiler->cache_arg = arg; in getput_arg()
[all …]
H A DsljitNativeARM_T2_32.c971 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_op_mem()
973 arg &= ~SLJIT_MEM; in emit_op_mem()
990 other_r = OFFS_REG(arg); in emit_op_mem()
991 arg &= 0xf; in emit_op_mem()
1002 arg = tmp_reg; in emit_op_mem()
1010 arg = tmp_reg; in emit_op_mem()
1045 SLJIT_ASSERT(arg != tmp_reg); in emit_op_mem()
1538 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_fop_mem()
1543 arg = SLJIT_MEM | TMP_REG1; in emit_fop_mem()
1554 if (arg & REG_MASK) { in emit_fop_mem()
[all …]
H A DsljitNativeARM_32.c1393 if (arg & OFFS_REG_MASK) { in emit_op_mem()
1395 arg &= REG_MASK; in emit_op_mem()
1408 arg &= REG_MASK; in emit_op_mem()
1416 arg = tmp_reg; in emit_op_mem()
1424 arg = tmp_reg; in emit_op_mem()
1440 arg = tmp_reg; in emit_op_mem()
1448 arg = tmp_reg; in emit_op_mem()
1854 arg &= ~SLJIT_MEM; in emit_fop_mem()
1858 arg = TMP_REG2; in emit_fop_mem()
1863 if (arg) { in emit_fop_mem()
[all …]
H A DsljitNativeARM_64.c870 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_op_mem()
877 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_op_mem()
879 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw << … in emit_op_mem()
883 arg &= REG_MASK; in emit_op_mem()
885 if (arg == SLJIT_UNUSED) { in emit_op_mem()
1387 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_fop_mem()
1392 if (arg & OFFS_REG_MASK) { in emit_fop_mem()
1396 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_fop_mem()
1398 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw <<… in emit_fop_mem()
1402 arg &= REG_MASK; in emit_fop_mem()
[all …]
H A DsljitConfigInternal.h293 #define SLJIT_UNUSED_ARG(arg) (void)arg argument
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c569 zval *arg = &args[nargs - i - 1]; in php_com_do_invoke_byref() local
571 ZVAL_DEREF(arg); in php_com_do_invoke_byref()
572 zval_ptr_dtor(arg); in php_com_do_invoke_byref()
573 ZVAL_NULL(arg); in php_com_do_invoke_byref()
581 php_com_zval_from_variant(arg, &byref_vals[j], obj->code_page); in php_com_do_invoke_byref()
586 php_com_zval_from_variant(arg, &vargs[i], obj->code_page); in php_com_do_invoke_byref()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c47 va_list arg; in php_sqlite3_error() local
50 va_start(arg, format); in php_sqlite3_error()
51 vspprintf(&message, 0, format, arg); in php_sqlite3_error()
52 va_end(arg); in php_sqlite3_error()
/PHP-7.4/Zend/
H A Dzend_ini.c35 static int zend_remove_ini_entries(zval *el, void *arg) /* {{{ */ in zend_remove_ini_entries() argument
38 int module_number = *(int *)arg; in zend_remove_ini_entries()
H A Dzend_builtin_functions.c472 zval *arg; in ZEND_FUNCTION() local
508 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
509 ZVAL_COPY_DEREF(return_value, arg); in ZEND_FUNCTION()
1005 zval *arg; in ZEND_FUNCTION() local
1021 if (Z_TYPE_P(arg) == IS_OBJECT) { in ZEND_FUNCTION()
1022 ce = Z_OBJ_P(arg)->ce; in ZEND_FUNCTION()
2003 zval *name_array = (zval *)arg; in add_zendext_info()
2125 zval *arg; in debug_backtrace_get_args() local
2130 if (arg) { in debug_backtrace_get_args()
2132 Z_ADDREF_P(arg); in debug_backtrace_get_args()
[all …]
H A Dzend_exceptions.c514 ZVAL_DEREF(arg); in _build_trace_args()
515 switch (Z_TYPE_P(arg)) { in _build_trace_args()
521 smart_str_append_escaped(str, Z_STRVAL_P(arg), MIN(Z_STRLEN_P(arg), 15)); in _build_trace_args()
522 if (Z_STRLEN_P(arg) > 15) { in _build_trace_args()
552 zend_string *class_name = Z_OBJ_HANDLER_P(arg, get_class_name)(Z_OBJ_P(arg)); in _build_trace_args()
605 zval *arg; in _build_trace_string() local
608 _build_trace_args(arg, str); in _build_trace_string()
939 va_list arg; in zend_throw_exception_ex() local
943 va_start(arg, format); in zend_throw_exception_ex()
944 zend_vspprintf(&message, 0, format, arg); in zend_throw_exception_ex()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
H A Dunlink_error-win32-mb.phpt29 // arg < expected
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h138 const char * pValue, int valLen, void * arg );
160 LSAPI_CB_EnvHandler fn, void * arg );
163 LSAPI_CB_EnvHandler fn, void * arg );
166 LSAPI_CB_EnvHandler fn, void * arg );
169 LSAPI_CB_EnvHandler fn, void * arg );
285 { return LSAPI_ForeachHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachHeader()
288 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader() argument
289 { return LSAPI_ForeachOrgHeader_r( &g_req, fn, arg ); } in LSAPI_ForeachOrgHeader()
291 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv() argument
292 { return LSAPI_ForeachEnv_r( &g_req, fn, arg ); } in LSAPI_ForeachEnv()
[all …]
/PHP-7.4/win32/
H A Dioutil.h320 va_list arg; in php_win32_ioutil_open() local
322 va_start(arg, flags); in php_win32_ioutil_open()
323 mode = (mode_t) va_arg(arg, int); in php_win32_ioutil_open()
324 va_end(arg); in php_win32_ioutil_open()

Completed in 283 milliseconds

12345678910>>...17