Home
last modified time | relevance | path

Searched refs:sub (Results 101 – 125 of 237) sorted by relevance

12345678910

/PHP-8.2/ext/date/tests/
H A Dexamine_diff.inc19 * Provides a consistent interface for executing date diff/add/sub tests
73 $end->sub($expect_interval);
H A Dbug73460-002.phpt14 $end->sub(new \DateInterval('PT1H'));
H A DDateTime_sub-dates.phpt2 DateTime::sub() -- dates
H A Dbug50055.phpt2 Bug #50555 (DateTime::sub() allows 'relative' time modifications).
H A DDateTime_sub-spring-type2-type2.phpt2 DateTime::sub() -- spring type2 type2
H A DDateTime_sub-spring-type2-type3.phpt2 DateTime::sub() -- spring type2 type3
H A DDateTime_sub-spring-type3-type2.phpt2 DateTime::sub() -- spring type3 type2
H A DDateTime_sub-spring-type3-type3.phpt2 DateTime::sub() -- spring type3 type3
H A Ddate_diff.phpt39 $current->sub( $int );
/PHP-8.2/ext/xml/tests/
H A Dbug35447.phpt18 type (literal|pattern|sub) "literal"
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt8 from openssl_pkey_new() with an empty sub-array arg */
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua28 local sub, format, byte, char = _s.sub, _s.format, _s.byte, _s.char
237 if not params then return "-> "..opname:sub(1, -3) end
1420 if type(v) == "string" and sub(v, -1) == "." then
1421 local v2 = sub(v, 1, 7)..char(byte(v, 8)+1)..sub(v, 9, -2)
1422 t[sub(k, 1, -3).."."..sub(k, -2)] = v2
1619 local prefix = sub(label, 1, 2)
1622 return "PC", 0, sub(label, 3)
1626 return "LG", map_global[sub(label, 3)]
1652 if not params then return sub(template, 9) end
1653 local op = tonumber(sub(template, 1, 8), 16)
[all …]
/PHP-8.2/Zend/asm/
H A Dmake_arm_aapcs_elf_gas.S52 sub a1, a1, #124
H A Djump_arm_aapcs_elf_gas.S54 sub sp, sp, #64
H A Djump_arm_aapcs_macho_gas.S60 sub sp, sp, #64
H A Djump_arm64_aapcs_macho_gas.S59 sub sp, sp, #0xb0
/PHP-8.2/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt6 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
H A Darray_intersect_variation9.phpt41 /* Passing the sub-array as argument to $arr1 and $arr2 */
43 echo "-- Passing the sub-array to \$arr1 and \$arr2 --\n";
223 -- Passing the sub-array to $arr1 and $arr2 --
H A Darray_shift_variation4.phpt6 * Test popping elements from a sub-array and popping an array from an array
/PHP-8.2/Zend/tests/
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
/PHP-8.2/ext/bcmath/
H A Dconfig.m48 …h/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/raisemod.c libbcmath/src/sub.c \
/PHP-8.2/ext/phar/tests/
H A Dbug74991.phpt13 // the use of a sub path is crucial, and make the include_path 1 byte larger (=OVERFLOW) than the M…
/PHP-8.2/ext/dom/tests/
H A Dbug38474.phpt15 pre:type="bar" type="foo" ><sub /></node>';
/PHP-8.2/ext/standard/tests/strings/
H A Dimplode1.phpt65 /* checking sub-arrays */
66 echo "\n*** Testing implode() on sub-arrays ***\n";
241 *** Testing implode() on sub-arrays ***
H A Dvprintf_variation15.phpt26 // Each sub array contains unsigned values which correspond to each format string in $format

Completed in 51 milliseconds

12345678910