Home
last modified time | relevance | path

Searched refs:high (Results 26 – 50 of 68) sorted by relevance

123

/php-src/ext/zlib/tests/
H A Dgzopen_variation7.phpt25 Destiny flying high abov"
H A Dgzpassthru_basic.phpt20 Destiny flying high above
H A Dgzread_basic.phpt25 Destiny flying high above
H A Dgzgetc_basic_1.phpt35 Destiny flying high above
H A Dgzgets_basic.phpt31 string(26) "Destiny flying high above
H A Dgzgetc_basic.phpt34 Destiny flying high above
H A Dgzseek_basic.phpt33 string(10) " high abov"
H A Dgzseek_variation2.phpt33 string(10) " high abov"
H A Dgzseek_variation3.phpt33 string(10) " high abov"
H A Dzlib_scheme_copy_variation2.phpt10 Destiny flying high above
H A Dgzeof_basic.phpt39 Destiny flying high above
/php-src/ext/standard/tests/array/range/
H A Dbug41121.phpt21 // low > high
/php-src/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/php-src/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt49 'the number of rounds is too high',
H A Dcrypt_sha256.phpt49 'the number of rounds is too high',
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
/php-src/ext/standard/tests/streams/
H A Dgh9590-001.phpt30 It is set to 1024, but you have descriptors numbered at least as high as %d.
H A Dgh9590-002.phpt32 It is set to 1024, but you have descriptors numbered at least as high as %d.
/php-src/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/php-src/ext/mysqli/tests/
H A Dgh9590.phpt58 It is set to 1024, but you have descriptors numbered at least as high as %d.
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt32 // Set the template depth limit so high that we will certainly hit the variable depth limit first.
/php-src/docs/source/
H A Dindex.rst9 introduction/high-level-overview
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c298 sljit_sw high; in load_addr_to_reg() local
328 high = (sljit_sw)addr >> 12; in load_addr_to_reg()
329 SLJIT_ASSERT((sljit_uw)high <= 0x7fffffff); in load_addr_to_reg()
331 if (high > S32_MAX) { in load_addr_to_reg()
332 SLJIT_ASSERT((high & 0x800) != 0); in load_addr_to_reg()
336 if ((high & 0x800) != 0) in load_addr_to_reg()
337 high += 0x1000; in load_addr_to_reg()
346 high = (sljit_sw)addr >> 32; in load_addr_to_reg()
349 high = ~high; in load_addr_to_reg()
355 if ((high & 0x800) != 0) in load_addr_to_reg()
[all …]
/php-src/TSRM/
H A Dtsrm_win32.c653 DWORD high = size >> 32; in shmget() local
656 DWORD high = 0; in shmget() local
659 …shm_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, high, low, key == IPC_P… in shmget()

Completed in 77 milliseconds

123