Home
last modified time | relevance | path

Searched refs:sub (Results 126 – 150 of 237) sorted by relevance

12345678910

/PHP-8.2/ext/standard/tests/strings/
H A Dvprintf_variation15_64bit.phpt26 // Each sub array contains unsigned values which correspond to each format string in $format
H A Dvprintf_variation3.phpt26 // Each sub array contains int values which correspond to each format string in $format
H A Dvprintf_variation5.phpt26 // Each sub array contains float values which correspond to each format string in $format
H A Dvprintf_variation9.phpt26 // Each sub array contains char values which correspond to each format string in $format
H A Dvprintf_variation11.phpt29 // Each sub array contains octal values which correspond to each format string in $format
H A Dvprintf_variation11_64bit.phpt29 // Each sub array contains octal values which correspond to each format string in $format
H A Dvprintf_variation17.phpt22 // Each sub array contains scientific values which correspond to each format string in $format
H A Dvprintf_variation13.phpt29 // Each sub array contains hexa values which correspond to each format string in $format
H A Dvprintf_variation13_64bit.phpt29 // Each sub array contains hexa values which correspond to each format string in $format
H A Dvprintf_variation6.phpt21 // Each sub array contains non float values which correspond to each format in $format
H A Dvprintf_variation7.phpt42 // Each sub array contains string values which correspond to each format string in $format
H A Dvprintf_variation12_64bit.phpt25 // Each sub array contains non octal values which correspond to each format in $format
/PHP-8.2/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S61 sub sp, sp, #0xb0
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Drecmul.c104 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
120 if (sub) { in _bc_shift_addsub()
/PHP-8.2/ext/phar/phar/
H A Dclicommand.inc120 foreach($subs as $sub) {
121 $what = substr($m->name, $l+strlen($sub)+1);
122 $func = $prefix . $sub . '_' . $what;
128 $a[$what][$sub] = /*$m->class . '::' .*/ $func;
/PHP-8.2/tests/classes/
H A Darray_access_005.phpt2 ZE2 ArrayAccess and sub Arrays
/PHP-8.2/ext/standard/tests/array/
H A Darray_key_exists.phpt28 // use different keys on each sub array of $search_arrays
50 // search for $key_variations in each sub array of $search_arrays_v
H A Darray_pad_variation7.phpt29 // sub array
H A Dcount_recursive.phpt50 print "\n-- Testing count() on an empty sub-array --\n";
138 -- Testing count() on an empty sub-array --
H A Darray_unique_variation4.phpt47 // loop through each sub-array of $inputs to check the behavior of array_unique()
H A Darray_unique_variation3.phpt47 // loop through each sub-array of $inputs to check the behavior of array_unique()
/PHP-8.2/ext/xmlreader/tests/
H A Dbug70309.phpt30 and a <subscript>sub</subscript>script.
/PHP-8.2/ext/date/tests/
H A DDateInterval_serialize-001.phpt25 var_dump($now->sub($e));
/PHP-8.2/ext/spl/tests/
H A Dmultiple_iterator_001.phpt154 RuntimeException thrown: Called current() with non valid sub iterator
155 RuntimeException thrown: Called key() with non valid sub iterator
/PHP-8.2/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt65 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
75 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.

Completed in 33 milliseconds

12345678910