Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/gd/tests/
H A Dbug42434.phpt2 Bug #42434 (ImageLine w/ antialias = 1px shorter)
/PHP-5.4/Zend/
H A Dzend_operators.c1053 zval *longer, *shorter; in bitwise_or_function() local
1059 shorter = op2; in bitwise_or_function()
1062 shorter = op1; in bitwise_or_function()
1093 zval *longer, *shorter; in bitwise_and_function() local
1099 shorter = op2; in bitwise_and_function()
1102 shorter = op1; in bitwise_and_function()
1107 result_str = estrndup(Z_STRVAL_P(shorter), Z_STRLEN_P(shorter)); in bitwise_and_function()
1135 zval *longer, *shorter; in bitwise_xor_function() local
1141 shorter = op2; in bitwise_xor_function()
1144 shorter = op1; in bitwise_xor_function()
[all …]
/PHP-5.4/ext/oci8/tests/
H A Dbug47281_tt.phpt5 $target_dbs = array('oracledb' => false, 'timesten' => true); // test runs on these DBs: shorter m…
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_short_len.phpt2 mysqli_set_local_infile_handler() - report shorter buffer
/PHP-5.4/
H A DREADME.GIT-RULES91 5. In your commit messages, keep each line shorter than 80 characters. And
H A DNEWS4475 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt39 will make sort keys slightly shorter or longer respectively.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2582 it does guarantee that no shorter strings match. The value is used to
2583 avoid wasting time by trying to match strings that are shorter than the
4166 of the function start at the same point in the subject. The shorter
7111 ject string does not start with a palindrome that is shorter than the
8747 matching function on shorter strings. This optimization is also dis-
8859 find the shorter match first.
9107 because the shorter string "dog" is a complete match. Similarly, when
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog460 shorter) and prepared the way for better handling of references to groups
1231 not work when the shorter character appeared right at the end of the
4043 8K, or the rest of the document (whichever is the shorter) is available
/PHP-5.4/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 129 milliseconds