Home
last modified time | relevance | path

Searched refs:shorter (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation7.phpt14 * 3) second array shorter than first array
15 * 4) first array shorter than second array
/PHP-5.5/ext/gd/tests/
H A Dbug42434.phpt2 Bug #42434 (ImageLine w/ antialias = 1px shorter)
/PHP-5.5/Zend/
H A Dzend_operators.c1108 zval *longer, *shorter; in bitwise_or_function() local
1114 shorter = op2; in bitwise_or_function()
1117 shorter = op1; in bitwise_or_function()
1148 zval *longer, *shorter; in bitwise_and_function() local
1154 shorter = op2; in bitwise_and_function()
1157 shorter = op1; in bitwise_and_function()
1162 result_str = estrndup(Z_STRVAL_P(shorter), Z_STRLEN_P(shorter)); in bitwise_and_function()
1190 zval *longer, *shorter; in bitwise_xor_function() local
1196 shorter = op2; in bitwise_xor_function()
1199 shorter = op1; in bitwise_xor_function()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dbug47281_tt.phpt5 $target_dbs = array('oracledb' => false, 'timesten' => true); // test runs on these DBs: shorter m…
/PHP-5.5/
H A DREADME.GIT-RULES91 5. In your commit messages, keep each line shorter than 80 characters. And
H A DNEWS5664 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt39 will make sort keys slightly shorter or longer respectively.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2593 it does guarantee that no shorter strings match. The value is used to
2594 avoid wasting time by trying to match strings that are shorter than the
4177 of the function start at the same point in the subject. The shorter
7135 ject string does not start with a palindrome that is shorter than the
8771 matching function on shorter strings. This optimization is also dis-
8883 find the shorter match first.
9131 because the shorter string "dog" is a complete match. Similarly, when
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog636 shorter) and prepared the way for better handling of references to groups
1407 not work when the shorter character appeared right at the end of the
4219 8K, or the rest of the document (whichever is the shorter) is available
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3998 # * Produce shorter output - notably, only report compression methods
12133 # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a

Completed in 124 milliseconds