Home
last modified time | relevance | path

Searched refs:sub (Results 76 – 100 of 237) sorted by relevance

12345678910

/PHP-8.2/ext/date/tests/
H A DDateInterval_serialize-003.phpt35 var_dump($now->sub($e));
88 Warning: DateTimeImmutable::sub(): Only non-special relative time specifications are supported for …
H A Dbug54340.phpt17 $dt->sub($interval);
H A Dbug75167.phpt13 $newDate = (clone $five_hours_later)->sub($five_hours_interval);
H A Dbug-gh8964-001.phpt11 $expectedLower = $actual->sub($delta);
H A Ddate_time_immutable.phpt40 $x = $z->sub(new DateInterval("P2DT2S"));
44 $x = $z->sub(new DateInterval("P2DT2S"));
118 sub():
H A Dbug-gh8964-002.phpt13 $expectedLower = $actual->sub($delta);
/PHP-8.2/ext/standard/tests/array/
H A Dend.phpt28 /* loop through $arrays to print the last element of each sub-array */
39 /* checking for end() on sub-arrays */
40 echo "\n*** Testing end() with sub-arrays ***\n";
163 *** Testing end() with sub-arrays ***
H A Drsort_variation8.phpt16 // array contains null sub array
22 // array containing sub arrays
H A Darray_intersect_assoc_variation9.phpt41 /* Passing the sub-array as argument to $arr1 and $arr2 */
43 echo "-- Passing the sub-array to \$arr1 and \$arr2 --\n";
131 -- Passing the sub-array to $arr1 and $arr2 --
H A Darray_merge_recursive_variation10.phpt29 echo "-- Passing the sub-array --\n";
142 -- Passing the sub-array --
H A Darray_reverse_variation6.phpt28 var_dump( array_reverse($two_dimensional_array[1]) ); // sub array
35 // sub array
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua28 local sub, format, byte, char = _s.sub, _s.format, _s.byte, _s.char
591 if sub(t.mode, 1, 1) == "r" then
701 if sub(expr, 1, 1) == "&" then
705 local prefix = sub(expr, 1, 2)
708 return "iJ", sub(expr, 3)
712 return "iJ", map_global[sub(expr, 3)]
864 imm = toint(sub(expr, 2))
911 if sub(t.mode, -1) == "J" then
2032 local s = map_modename[sub(tm, 1, 1)]
2085 local prefix = sub(szm, 1, 1)
[all …]
H A Ddasm_mips.lua29 local sub, format, byte, char = _s.sub, _s.format, _s.byte, _s.char
916 local prefix = sub(label, 1, 2)
919 return "PC", 0, sub(label, 3)
923 return "LG", map_global[sub(label, 3)]
949 if not params then return sub(template, 9) end
950 local op = tonumber(sub(template, 1, 8), 16)
959 for p in gmatch(sub(template, 9), ".") do
/PHP-8.2/ext/standard/tests/dir/
H A Dscandir_variation6.phpt33 var_dump( scandir($dir_path . "/sub?dir1") );
66 Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
/PHP-8.2/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm72 sub x0, x0, #0xd0
77 sub x3, x3, x1
H A Dmake_arm64_aapcs_macho_gas.S63 sub x0, x0, #0xb0
H A Dmake_arm64_aapcs_elf_gas.S64 sub x0, x0, #0xb0
H A Dmake_arm_aapcs_macho_gas.S49 sub a1, a1, #124
/PHP-8.2/ext/spl/tests/
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/PHP-8.2/ext/filter/tests/
H A Dbug76366.phpt2 Bug #76366 (references in sub-array for filtering breaks the filter)
/PHP-8.2/ext/skeleton/
H A D.gitignore.in14 config.sub
/PHP-8.2/ext/bcmath/
H A Dconfig.w328 raisemod.c sub.c compare.c divmod.c int2num.c \
/PHP-8.2/ext/standard/tests/file/
H A Dmkdir_rmdir_variation2.phpt38 /* changing mode of mkdir to prevent creating sub-directory under it */
40 /* creating sub-directory test1 under mkdir, expected: false */
H A Dis_dir_variation1.phpt5 /* Testing is_dir() with base and sub dirs */
/PHP-8.2/ext/soap/tests/soap12/
H A DT26.phpt10 <?xml-stylesheet href="http://example.org/ts-tests/sub.xsl" type = "text/xsl"?>

Completed in 56 milliseconds

12345678910