Home
last modified time | relevance | path

Searched refs:l (Results 226 – 250 of 351) sorted by path

12345678910>>...15

/PHP-5.5/ext/standard/
H A Dmail.c290 int l; in php_mail() local
295l = spprintf(&tmp, 0, "[%s] mail() on [%s:%d]: To: %s -- Headers: %s\n", date_str, zend_get_execut… in php_mail()
305 tmp[l - 1] = 0; in php_mail()
310 tmp[l - 1] = '\n'; in php_mail()
311 php_mail_log_to_file(mail_log, tmp, l TSRMLS_CC); in php_mail()
H A Dphp_crypt_r.c135 __int32 l; in php_md5_crypt_r() local
282 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
283 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
284 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p,l,4); p += 4; in php_md5_crypt_r()
285 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p,l,4); p += 4; in php_md5_crypt_r()
286 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p,l,4); p += 4; in php_md5_crypt_r()
287 l = final[11]; to64(p,l,2); p += 2; in php_md5_crypt_r()
326 php_uint32 l; in php_md5_crypt_r() local
412 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p,l,4); p += 4; in php_md5_crypt_r()
413 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p,l,4); p += 4; in php_md5_crypt_r()
[all …]
H A Dproc_open.c84 uint string_length, cnt, l, sizeenv=0, el_len; in _php_array_to_envp() local
172 l = string_length + el_len + 1; in _php_array_to_envp()
181 p += l; in _php_array_to_envp()
H A Dstring.c2260 if ((l < 0 && -l > str_len)) {
2275 if (l < 0 && (l + str_len - f) < 0) {
2293 l = (str_len - f) + l;
2400 l = (Z_STRLEN_PP(str) - f) + l;
2408 } else if (l > Z_STRLEN_PP(str) || (l < 0 && -l > Z_STRLEN_PP(str))) {
2532 l = (Z_STRLEN_P(orig_str) - f) + l;
3225 int l; local
3230 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
3306 int l; local
3322 l--;
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine.phpt20 $l = array_combine($array3, $array4);
H A Darray_rand_variation4.phpt91 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
94 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
99 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
101 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
H A Darsort_basic.phpt24 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
185 ["l"]=>
200 ["l"]=>
227 ["l"]=>
H A Darsort_variation5.phpt33 array ('l' => "lemoN", 'O' => "Orange", 'b' => "banana", 'a' => "apple", 'Te' => "Test",
180 ["l"]=>
208 ["l"]=>
236 ["l"]=>
H A Dasort_basic.phpt24 "l" => "lemon", "o" => "orange",
92 ["l"]=>
126 ["l"]=>
160 ["l"]=>
175 ["l"]=>
202 ["l"]=>
217 ["l"]=>
H A Dasort_variation5.phpt33 array ('l' => "lemoN", 'O' => "Orange", 'b' => "banana", 'a' => "apple", 'Te' => "Test",
186 ["l"]=>
214 ["l"]=>
242 ["l"]=>
H A Dbug24220.phpt40 string(1) "l"
H A Dbug24766.phpt12 $l = array_keys($b);
13 debug_zval_dump($k, $l);
16 $i=$l[0];
H A Dkrsort_basic.phpt22 $unsorted_strings = array( "lemon" => "l", "orange" => "o", "banana" => "b" );
24 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
185 ["l"]=>
200 ["l"]=>
227 ["l"]=>
H A Dksort_basic.phpt22 "l" => "lemon", "o" => "orange",
90 ["l"]=>
124 ["l"]=>
158 ["l"]=>
H A Drange.phpt178 string(1) "l"
240 string(1) "l"
H A Drsort_basic.phpt18 "l" => "lemon", "o" => "orange",
H A Dsort_basic.phpt24 "l" => "lemon", "o" => "orange",
/PHP-5.5/ext/standard/tests/file/
H A Dbug53848.phpt9 while ($l = fgetcsv($fp)) var_dump($l);
H A Dfgetc_basic.phpt383 string(1) "l"
404 string(1) "l"
410 string(1) "l"
431 string(1) "l"
437 string(1) "l"
458 string(1) "l"
464 string(1) "l"
485 string(1) "l"
491 string(1) "l"
512 string(1) "l"
[all …]
H A Dfputcsv.phpt47 while($l=fgetcsv($fp))
49 $res[] = join(',',$l);
H A Dfputcsv_variation15.phpt49 while($l=fgetcsv($fp, 0, ',', '"', '/'))
51 $res[] = join(',',$l);
H A Dmkdir-002.phpt14 var_dump(`ls -l mkdir-002`);
20 var_dump(`ls -l ./mkdir-002`);
27 var_dump(`ls -l $dirname`);
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_basic.phpt252 .........value= 39 res = 1l
257 .........value= 39 res = 1l
/PHP-5.5/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"

Completed in 63 milliseconds

12345678910>>...15