Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/gd/tests/
H A Dbug42434.phpt2 Bug #42434 (ImageLine w/ antialias = 1px shorter)
/PHP-5.3/Zend/
H A Dzend_operators.c1056 zval *longer, *shorter; in bitwise_or_function() local
1062 shorter = op2; in bitwise_or_function()
1065 shorter = op1; in bitwise_or_function()
1096 zval *longer, *shorter; in bitwise_and_function() local
1102 shorter = op2; in bitwise_and_function()
1105 shorter = op1; in bitwise_and_function()
1110 result_str = estrndup(Z_STRVAL_P(shorter), Z_STRLEN_P(shorter)); in bitwise_and_function()
1138 zval *longer, *shorter; in bitwise_xor_function() local
1144 shorter = op2; in bitwise_xor_function()
1147 shorter = op1; in bitwise_xor_function()
[all …]
/PHP-5.3/ext/oci8/tests/
H A Dbug47281_tt.phpt5 $target_dbs = array('oracledb' => false, 'timesten' => true); // test runs on these DBs: shorter m…
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_short_len.phpt2 mysqli_set_local_infile_handler() - report shorter buffer
/PHP-5.3/
H A DREADME.GIT-RULES83 5. In your commit messages, keep each line shorter than 80 characters. And
H A DNEWS2614 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt39 will make sort keys slightly shorter or longer respectively.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2486 it does guarantee that no shorter strings match. The value is used to
2487 avoid wasting time by trying to match strings that are shorter than the
4011 of the function start at the same point in the subject. The shorter
6747 ject string does not start with a palindrome that is shorter than the
8267 matching function on shorter strings. This optimization is also dis-
8375 find the shorter match first.
8593 because the shorter string "dog" is a complete match. Similarly, when
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog471 not work when the shorter character appeared right at the end of the
3282 8K, or the rest of the document (whichever is the shorter) is available
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3630 # * Produce shorter output - notably, only report compression methods
10210 # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a

Completed in 94 milliseconds