Home
last modified time | relevance | path

Searched refs:l (Results 251 – 275 of 333) sorted by relevance

1...<<11121314

/PHP-5.4/ext/filter/tests/
H A D043.phpt122 string(1) "l"
/PHP-5.4/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt16 'l',
H A Dstr_split_variation4.phpt143 string(5) "l cha"
H A Dstripos_variation2.phpt16 'l',
H A Dstrrpos_variation1.phpt16 "l",
H A Dstrrpos_variation2.phpt16 'l',
H A Dstrcspn_variation7.phpt69 "\n\trsti \l",
70 '\n\trsti \l',
H A Dstrspn_variation7.phpt68 "f\nh\trstie \l",
69 'f\n\thrstei \l',
H A Dstrrchr_variation1.phpt16 "l",
H A Dstripos_variation1.phpt16 "l",
H A Dstrripos_variation1.phpt16 /*1*/ "l",
H A Dstrripos_variation2.phpt16 /*1*/ 'l',
/PHP-5.4/ext/exif/
H A Dexif.c2027 for(ap=0; ap<l; ap++) { in add_assoc_image_info()
2028 if (l>1) { in add_assoc_image_info()
2033 if (l>1) { in add_assoc_image_info()
2042 if (l==1) { in add_assoc_image_info()
2051 if (l==1) { in add_assoc_image_info()
2059 if (l>1) { in add_assoc_image_info()
2068 if (l==1) { in add_assoc_image_info()
2077 if (l==1) { in add_assoc_image_info()
2085 if (l==1) { in add_assoc_image_info()
2093 if (l==1) { in add_assoc_image_info()
[all …]
/PHP-5.4/ext/mbstring/ucgendat/
H A Ducgendat.c1140 long l, r, m;
1143 l = 0;
1146 while (l <= r) {
1147 m = (l + r) >> 1;
1149 l = m + 1;
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
/PHP-5.4/ext/phar/tests/files/
H A Dinclude_path2.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
/PHP-5.4/tests/output/
H A Dob_start_basic_004.phpt9 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-5.4/ext/zip/lib/
H A Dzipint.h255 zip_source_layered_callback l; member
/PHP-5.4/ext/gd/
H A Dgd.dsp51 # ADD BASE RSC /l 0x406 /d "NDEBUG"
52 # ADD RSC /l 0x406 /d "NDEBUG"
81 # ADD BASE RSC /l 0x406 /d "NDEBUG"
82 # ADD RSC /l 0x406 /d "NDEBUG"
/PHP-5.4/ext/standard/
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 Dhttp_fopen_wrapper.c858 int l; \ in php_stream_url_wrap_http_ex()
859 l = php_url_decode(val, strlen(val)); \ in php_stream_url_wrap_http_ex()
860 s = (unsigned char*)val; e = s + l; \ in php_stream_url_wrap_http_ex()
H A Dfilters.c1330 long l; in php_conv_get_int_prop_ex() local
1335 …if ((err = php_conv_get_long_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS)… in php_conv_get_int_prop_ex()
1336 *pretval = l; in php_conv_get_int_prop_ex()
1344 long l; in php_conv_get_uint_prop_ex() local
1349 …if ((err = php_conv_get_ulong_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS… in php_conv_get_uint_prop_ex()
1350 *pretval = l; in php_conv_get_uint_prop_ex()
/PHP-5.4/ext/json/
H A Djson.c410 int l = spprintf(&tmp, 0, "%.*k", (int) EG(precision), d); in json_escape_string() local
411 smart_str_appendl(buf, tmp, l); in json_escape_string()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c550 size_t l = length; in _mysqlnd_pestrndup() local
553 while (*p && l--) { in _mysqlnd_pestrndup()

Completed in 83 milliseconds

1...<<11121314