Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/tests/lang/
H A DforeachLoop.012.phpt22 eval($transform);
37 withRefValue(1, $transform);
38 withRefValue(2, $transform);
39 withRefValue(3, $transform);
40 withRefValue(4, $transform);
44 withRefValue(1, $transform);
45 withRefValue(2, $transform);
46 withRefValue(3, $transform);
47 withRefValue(4, $transform);
51 withRefValue(1, $transform);
[all …]
H A DforeachLoop.013.phpt22 eval($transform);
37 withRefValue(1, $transform);
38 withRefValue(2, $transform);
39 withRefValue(3, $transform);
40 withRefValue(4, $transform);
44 withRefValue(1, $transform);
45 withRefValue(2, $transform);
46 withRefValue(3, $transform);
47 withRefValue(4, $transform);
51 withRefValue(1, $transform);
[all …]
H A DforeachLoop.014.phpt24 eval($transform);
39 withRefValue(1, $transform);
40 withRefValue(2, $transform);
41 withRefValue(3, $transform);
42 withRefValue(4, $transform);
46 withRefValue(1, $transform);
47 withRefValue(2, $transform);
48 withRefValue(3, $transform);
49 withRefValue(4, $transform);
53 withRefValue(1, $transform);
[all …]
H A DforeachLoop.015.phpt24 eval($transform);
39 withRefValue(1, $transform);
40 withRefValue(2, $transform);
41 withRefValue(3, $transform);
42 withRefValue(4, $transform);
46 withRefValue(1, $transform);
47 withRefValue(2, $transform);
48 withRefValue(3, $transform);
49 withRefValue(4, $transform);
53 withRefValue(1, $transform);
[all …]
H A Dbug23489.phpt9 $this, 'transform'
14 function transform($buffer) {
/PHP-5.6/ext/standard/tests/strings/
H A Dstr_rot13_error.phpt6 * Description: Perform the rot13 transform on a string
H A Dstr_rot13_basic.phpt6 * Description: Perform the rot13 transform on a string
/PHP-5.6/ext/gd/
H A Dgd.c4179 T1_TMATRIX *transform = NULL; in PHP_FUNCTION() local
4241 transform = T1_RotateMatrix(NULL, angle); in PHP_FUNCTION()
4246 str_path = T1_GetCharOutline(*f_ind, str[0], size, transform); in PHP_FUNCTION()
4260 char_path = T1_GetMoveOutline(*f_ind, add_width, 0, 0, size, transform); in PHP_FUNCTION()
4263 char_path = T1_GetCharOutline(*f_ind, str[i], size, transform); in PHP_FUNCTION()
4268 str_img = T1_AASetString(*f_ind, str, str_len, space, T1_KERNING, size, transform); in PHP_FUNCTION()

Completed in 25 milliseconds