Home
last modified time | relevance | path

Searched refs:l (Results 301 – 325 of 351) sorted by relevance

1...<<1112131415

/PHP-5.5/tests/lang/
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation11.phpt44 "\n\trsti \l",
45 '\n\trsti \l',
H A Dstrspn_variation11.phpt44 "f\n\trelshti \l",
45 'f\n\trelsthi \l',
/PHP-5.5/ext/session/
H A Dsession.c1301 zend_llist *l = &SG(sapi_headers).headers;
1312 current = l->head;
1321 l->head = next;
1326 l->tail = current->prev;
1330 --l->count;
/PHP-5.5/ext/mbstring/
H A Dmbstring.dsp50 # ADD BASE RSC /l 0x407 /d "NDEBUG"
51 # ADD RSC /l 0x409 /d "NDEBUG"
77 # ADD BASE RSC /l 0x407 /d "_DEBUG"
78 # ADD RSC /l 0x409 /d "_DEBUG"
H A Dmbstring.c3042 size_t size, l, n; in PHP_FUNCTION() local
3068 l = strlen(_from_encodings); in PHP_FUNCTION()
3070 _from_encodings = erealloc(_from_encodings, l+n+2); in PHP_FUNCTION()
3071 strcpy(_from_encodings+l, ","); in PHP_FUNCTION()
3072 strcpy(_from_encodings+l+1, Z_STRVAL_PP(hash_entry)); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dstreams.c182 size_t l = 0; in php_stream_display_wrapper_errors() local
201 l += strlen(*err_buf_p); in php_stream_display_wrapper_errors()
203 l += brlen; in php_stream_display_wrapper_errors()
206 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
/PHP-5.5/ext/odbc/
H A Dconfig.m470 ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version}
403 ODBC_LIBS=`$PKG_CONFIG --libs-only-l libiodbc`
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c242 long l; in apache_request_read_int_slot() local
250 l = *(long *)((char*)r + offset); in apache_request_read_int_slot()
252 RETURN_LONG(l); in apache_request_read_int_slot()
/PHP-5.5/ext/dba/
H A Dconfig.m4240 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[
482 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$THIS_LIBS,[
/PHP-5.5/win32/
H A Dphp5dllts.dsp51 # ADD BASE RSC /l 0x40d /d "_DEBUG"
52 # ADD RSC /l 0x40d /d "_DEBUG"
77 # ADD BASE RSC /l 0x40d /d "NDEBUG"
78 # ADD RSC /l 0x40d /d "NDEBUG"
104 # ADD BASE RSC /l 0x40d /d "NDEBUG"
105 # ADD RSC /l 0x40d /d "NDEBUG"
131 # ADD BASE RSC /l 0x40d /d "NDEBUG"
132 # ADD RSC /l 0x40d /d "NDEBUG"
/PHP-5.5/
H A DREADME.EXT_SKEL175 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
H A Dserver-tests.php815 $l = strlen($this->conf['TEST_PHP_SRCDIR']);
820 $newlocation = $this->conf['TEST_BASE_PATH'].substr($file,$l);
H A Dacinclude.m4403 -l*[)]
507 ifelse([$2],,$3="-l$1 [$]$3", $3="[$]$3 -l$1") dnl
559 $3="-l$1 [$]$3"
585 $3="-l$1 [$]$3"
1909 LIBS="$LIBS -l$2"
H A Dltmain.sh2209 for l in $old_library $library_names; do
2210 ll="$l"
2416 for l in $old_library $library_names; do
2417 linklib="$l"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
H A Dtestoutput21884 _ a b c d e f g h i j k l m n o p q r s t u v w x y z
3171 /\l/I
3172 Failed: PCRE does not support \L, \l, \N{name}, \U, or \u at offset 1
5791 First char = 'l'
5802 First char = 'l'
5815 First char = 'l'
5887 12: l
5889 "(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)A\11B"I
5908 12: l
9176 /[[:l\ower:]]/
[all …]
/PHP-5.5/ext/iconv/
H A Diconv.c194 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl() argument
383 size_t in_left = l; in _php_iconv_appendl()
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar8 …p.txt?����J?��o������������texts/methodNotSpecified.txtc�����Jc���*�l�������&���texts/fun…
305 foreach($lines as $l) {
306 $array[] = rtrim($l);
/PHP-5.5/ext/date/lib/
H A Dparse_date.re122 #define TIMELIB_PROCESS_YEAR(x, l) { \
123 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
1032 if (*ptr == 'l' || *ptr == 'L') {
1871 case 'l': /* full day */
/PHP-5.5/Zend/
H A Dzend_API.c396 long l; in zend_parse_arg_impl() local
399 if ((type = is_numeric_string(Z_STRVAL_PP(arg), Z_STRLEN_PP(arg), &l, p, -1)) == 0) { in zend_parse_arg_impl()
402 *p = (double) l; in zend_parse_arg_impl()
1496 ZEND_API int add_get_index_long(zval *arg, ulong index, long l, void **dest) /* {{{ */ in add_get_index_long() argument
1501 ZVAL_LONG(tmp, l); in add_get_index_long()
/PHP-5.5/ext/standard/
H A Dconfig.m4127 salt[9]='l'; salt[10]='e'; salt[11]='$';
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE374 + \l,\u,\L,\U, \X, \C

Completed in 146 milliseconds

1...<<1112131415