Home
last modified time | relevance | path

Searched refs:sub (Results 201 – 225 of 237) sorted by relevance

12345678910

/PHP-8.2/ext/standard/tests/array/
H A Darray_combine_variation3.phpt70 // loop through each sub-array within $arrays to check the behavior of array_combine()
H A Darray_intersect_assoc_variation4.phpt81 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_merge_recursive_variation5.phpt54 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
H A Darray_intersect_variation3.phpt82 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_intersect_variation4.phpt81 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_unshift_variation3.phpt19 array( array(2), array(1)), // sub arrays
H A Darray_intersect_assoc_variation2.phpt87 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_variation2.phpt87 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_intersect_assoc_variation1.phpt87 // loop through each sub-array within $arrays to check the behavior of array_intersect_assoc()
H A Darray_intersect_variation1.phpt87 // loop through each sub-array within $arrays to check the behavior of array_intersect()
H A Darray_reverse_variation3.phpt35 array( array(2), array(1)), // sub arrays
H A Darray_pad_variation6.phpt77 // loop through each sub-array within $inputs to check the behavior of array_pad()
H A Darray_merge.phpt71 /* associative array with mixed keys and sub-array as element */
H A Darray_merge_recursive_variation3.phpt75 // loop through each sub array of $arrays and check the behavior of array_merge_recursive()
/PHP-8.2/ext/imap/tests/setup/
H A Dimap_include.inc66 * @param int $flags OP_* (or CL_EXPUNGE) flags to pass to imap_open() sub-call
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc241 $sub = $matches[1];
242 if (strpos($sub, $phpdir) !== 0) {
246 $found = $sub;
917 $sub = substr($pn, $blen);
918 $target = $dir . '/' . $sub;
927 echo "$sub";
/PHP-8.2/docs/
H A Dunix-build-system.md61 If you previously built sub-libraries for this module, add the source-code files
/PHP-8.2/ext/standard/tests/file/
H A Dglob_variation.phpt70 // temp dir created to check for pattern matching the sub dir created in it
H A Dglob_variation-win32-mb.phpt68 // temp dir created to check for pattern matching the sub dir created in it
H A Dglob_variation-win32.phpt67 // temp dir created to check for pattern matching the sub dir created in it
/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt294 ⊂ U+02282
H A Dget_html_translation_table_basic5.phpt1388 [⊂] => ⊂
/PHP-8.2/ext/date/
H A Dphp_date_arginfo.h559 ZEND_METHOD(DateTimeImmutable, sub);
668 ZEND_ME_MAPPING(sub, date_sub, arginfo_class_DateTime_sub, ZEND_ACC_PUBLIC)
697 ZEND_ME(DateTimeImmutable, sub, arginfo_class_DateTimeImmutable_sub, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc233 | sub sp, sp, # HYBRID_SPAD
419 /* Add/sub a register value with immediate. 'add_sub_ins' can be add/sub/adds/subs.
2082 | // sub r4, 8
2253 | sub REG2, REG2, TMP1
2540 | sub TMP1, lr, TMP1
2746 "sub %0 ,%0, x29"
3094 // sub sp, sp, #0x20
8475 | sub REG2, REG2, RX
11792 | sub REG0, REG0, #1
13893 | sub REG0, REG0, TMP1
[all …]
/PHP-8.2/ext/ffi/
H A Dffi.g23 %sub-start type_name

Completed in 117 milliseconds

12345678910