Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 583) sorted by relevance

12345678910>>...24

/PHP-7.3/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 DsljitNativeARM_64.c820 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_op_mem()
827 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_op_mem()
829 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw << … in emit_op_mem()
833 arg &= REG_MASK; in emit_op_mem()
835 if (arg == SLJIT_UNUSED) { in emit_op_mem()
1311 SLJIT_ASSERT(arg & SLJIT_MEM); in emit_fop_mem()
1316 if (arg & OFFS_REG_MASK) { in emit_fop_mem()
1320 | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw ? (1 << 12) : 0)); in emit_fop_mem()
1322 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw <<… in emit_fop_mem()
1326 arg &= REG_MASK; in emit_fop_mem()
[all …]
/PHP-7.3/ext/opcache/tests/opt/
H A Djmp_001.phpt2 JMP 001: JMP_SET with constant arg
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug70213.phpt9 spl_autoload_register(function ($arg) {
/PHP-7.3/ext/intl/tests/
H A Dcalendar_clear_variation1.phpt2 IntlCalendar::clear() 1 arg variation
H A Dcalendar_setTimeZone_variation1.phpt2 IntlCalendar::setTimeZone() variation with NULL arg
H A Dmsgfmt_format_error4.phpt2 MessageFormatter::format() invalid UTF-8 for arg key or value
H A Dbreakiter_next_error.phpt2 IntlBreakIterator::next(): arg errors
/PHP-7.3/Zend/tests/
H A Dbug74164.phpt2 Bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_worker_pool.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
H A Dfpm_stdio.c115 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ argument
129 if (!arg) {
132 child = (struct fpm_child_s *)arg;
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.h41 smart_str arg; /* read only */ member
/PHP-7.3/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt2 Test ArrayObject::uasort() function : wrong arg count
H A DarrayObject_uksort_error1.phpt2 Test ArrayObject::uksort() function : wrong arg count
/PHP-7.3/ext/standard/tests/general_functions/
H A Descapeshellarg_basic-win32-mb.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic-win32.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic.phpt10 /* Prototype : string escapeshellarg ( string $arg )
/PHP-7.3/sapi/cli/tests/
H A D014.phpt18 public static function foo(Test $arg) {
39 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt8 from openssl_pkey_new() with an empty sub-array arg */
/PHP-7.3/ext/fileinfo/tests/
H A Dfinfo_open_variation1.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c466 zval *arg; in ZEND_FUNCTION() local
992 zval *arg; in ZEND_FUNCTION() local
1008 if (Z_TYPE_P(arg) == IS_OBJECT) { in ZEND_FUNCTION()
1009 ce = Z_OBJ_P(arg)->ce; in ZEND_FUNCTION()
2048 zval *name_array = (zval *)arg; in add_extension_info()
2057 zval *name_array = (zval *)arg; in add_zendext_info()
2065 zval *name_array = (zval *)arg; in add_constant_info()
2182 zval *arg; in debug_backtrace_get_args() local
2187 if (arg) { in debug_backtrace_get_args()
2189 Z_ADDREF_P(arg); in debug_backtrace_get_args()
[all …]
/PHP-7.3/ext/mbstring/tests/
H A Dmb_stripos_variation1.phpt2 Test mb_stripos() function : usage variations - pass different data types to $haystack arg
17 * Pass mb_stripos different data types as $haystack arg to test behaviour
H A Dmb_strpos_variation1.phpt2 Test mb_strpos() function : usage variations - pass different data types to $haystack arg
16 * Pass mb_strpos different data types as $haystack arg to test behaviour

Completed in 84 milliseconds

12345678910>>...24