Home
last modified time | relevance | path

Searched refs:l (Results 126 – 150 of 351) sorted by path

12345678910>>...15

/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h108 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, (__val)); \
109 RETURN_STRINGL(ret, l, 0); \
H A Dmysqli_prop.c81 __ret_type l;\
86 l = (__ret_type)__int_func(p);\
87 if (l < LONG_MAX) {\
88 ZVAL_LONG(*retval, (long) l);\
91 int ret_len = spprintf(&ret, 0, __ret_type_sprint_mod, l); \
185 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in link_affected_rows_read() local
186 ZVAL_STRINGL(*retval, ret, l, 0); in link_affected_rows_read()
385 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in stmt_affected_rows_read() local
386 ZVAL_STRINGL(*retval, ret, l, 0); in stmt_affected_rows_read()
H A Dmysqli_warning.c36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_D… argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll.phpt31 $l = array($link);
32 if (NULL !== ($tmp = @mysqli_poll($l)))
35 $l = array($link); $n = NULL;
36 if (NULL !== ($tmp = @mysqli_poll($l, $n)))
39 $l = array($link); $n = NULL;
40 if (NULL !== ($tmp = @mysqli_poll($l, $n, $n)))
43 $l = array($link); $e = NULL; $r = NULL;
44 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, -1)))
47 $l = array($link); $e = NULL; $r = NULL;
48 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, 0, -1)))
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h234 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l) TS… argument
H A Dmysqlnd_alloc.c562 size_t l = length; in _mysqlnd_pestrndup() local
565 while (*p && l--) { in _mysqlnd_pestrndup()
H A Dmysqlnd_bt.c35 int l = vallen; \
36 *str = (char*)erealloc(*str, *len + l + 1); \
37 memcpy((*str) + *len, val, l); \
38 *len += l; \
H A Dmysqlnd_libmysql_compat.h94 #define mysql_stmt_prepare(s,q,l) mysqlnd_stmt_prepare((s), (q), (l)) argument
100 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
H A Dmysqlnd_statistics.c209 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_structs.h1080 size_t l; member
/PHP-5.5/ext/oci8/
H A Doci8.dsp50 # ADD BASE RSC /l 0x406 /d "NDEBUG"
51 # ADD RSC /l 0x406 /d "NDEBUG"
77 # ADD BASE RSC /l 0x406 /d "NDEBUG"
78 # ADD RSC /l 0x406 /d "NDEBUG"
/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/ext/opcache/Optimizer/
H A Dblock_pass.c910 int l; in zend_optimize_block() local
920 char *tmp = emalloc(l + 1); in zend_optimize_block()
921 memcpy(tmp, Z_STRVAL(ZEND_OP1_LITERAL(last_op)), l + 1); in zend_optimize_block()
927 Z_STRVAL(ZEND_OP1_LITERAL(last_op))[l] = '\0'; in zend_optimize_block()
935 Z_STRLEN(ZEND_OP1_LITERAL(opline)) = l; in zend_optimize_block()
947 int l; in zend_optimize_block() local
962 l = Z_STRLEN(ZEND_OP2_LITERAL(opline)) + Z_STRLEN(ZEND_OP2_LITERAL(src)); in zend_optimize_block()
964 char *tmp = emalloc(l + 1); in zend_optimize_block()
965 memcpy(tmp, Z_STRVAL(ZEND_OP2_LITERAL(src)), l + 1); in zend_optimize_block()
971 Z_STRVAL(ZEND_OP2_LITERAL(src))[l] = '\0'; in zend_optimize_block()
[all …]
/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c93 int l; in get_mmap_base_file() local
97 l = strlen(windir); in get_mmap_base_file()
98 snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s", ACCEL_FILEMAP_BASE, uname); in get_mmap_base_file()
/PHP-5.5/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
/PHP-5.5/ext/openssl/
H A Dopenssl.dsp49 # ADD BASE RSC /l 0x407 /d "NDEBUG"
50 # ADD RSC /l 0x407 /d "NDEBUG"
75 # ADD BASE RSC /l 0x407 /d "_DEBUG"
76 # ADD RSC /l 0x407 /d "_DEBUG"
/PHP-5.5/ext/openssl/tests/
H A Dbug37820key.pem5 8IECIQD3B5+0l+68BA/6d76iUNqAAV8djGTzvxnCxycnxPQydQIhAMXt4trUI3nc
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog45 9. The table entry for \l in EBCDIC environments was incorrect, leading to its
46 being treated as a literal 'l' instead of causing an error.
110 28. If pcregrep was given the -q option with -c or -l, or when handling a
402 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
2899 diagnose an unknown class for, for example, [[:l\ower:]] where Perl will
3871 (l) Added the --colo(u)r option.
4044 1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines
4248 (l) Added the -A, -B, and -C options for requesting that lines of context
4252 any matching lines, that is, the complement of -l.
4840 \L, \l, \N, \P, \p, \U, \u, and \X.
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2453 37 PCRE does not support \L, \l, \N{name}, \U, or \u
4569 5. The following Perl escape sequences are not supported: \l, \u, \L,
4712 (l) PCRE recognizes some special sequences such as (*CR) at the start
5149 In Perl, the sequences \l, \L, \u, and \U are recognized by its string
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1314 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
317 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
1502 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)\12\123/
5708 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
H A Dtestinput2900 /\l/I
1463 "(?i:a)(?i:b)(?i:c)(?i:d)(?i:e)(?i:f)(?i:g)(?i:h)(?i:i)(?i:j)(k)(?i:l)A\1B"I
1466 …(?P<n2>c)(?P<n3>d)(?P<n4>e)(?P<n5>f)(?P<n6>g)(?P<n7>h)(?P<n8>i)(?P<n9>j)(?P<n10>k)(?P<n11>l)A\11B"I
1469 "(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)A\11B"I
2444 /[[:l\ower:]]/
3950 /[a-z]*\s#[ \t]?\S#[a-c]*\S#[C-G]+?\d#[4-8]*\D#[4-9,]*\D#[!$]{0,5}\w#[M-Xf-l]+\W#[a-c,]?\W/BZ
H A Dtestinput8820 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
823 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
H A Dtestoutput1615 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
631 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
2184 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)\12\123/
2198 12: l
9389 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
9400 0: l
H A Dtestoutput14366 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
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

Completed in 216 milliseconds

12345678910>>...15