Home
last modified time | relevance | path

Searched refs:l (Results 176 – 200 of 282) sorted by last modified time

12345678910>>...12

/PHP-8.0/ext/phar/tests/
H A Dbug73768.phar14 ��Z�bl����GBMB
/PHP-8.0/ext/phar/
H A Dshortarc.php217 $l = unpack('V', substr($m, 10, 4));
218 $m = substr($m, 14 + $l[1]);
/PHP-8.0/ext/phar/phar/
H A Dclicommand.inc116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
233 private function cli_wordwrap($what, $l, $sp)
236 $b = substr($what, 0, $l); // strip out initial $l
237 $r = substr($what, $l); // remainder
256 $sp2 = $this->cli_get_SP2($l, $inf);
265 $sp3 = $this->cli_get_SP3($l, $ls, $inf);
304 $l = strlen($which);
308 $l = 0;
311 $l = max($l, strlen($name));
[all …]
H A Ddirectorytreeiterator.inc39 for ($l=0; $l < $this->getDepth(); $l++) {
40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' ';
42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
43 . $this->getSubIterator($l)->__toString();
/PHP-8.0/ext/pdo_odbc/
H A Dconfig.m4120 PDO_ODBC_LDFLAGS="$pdo_odbc_def_ldflags -L$PDO_ODBC_LIBDIR -l$pdo_odbc_def_lib"
/PHP-8.0/ext/pcre/tests/
H A D007.phpt36 string(1) "l"
H A Dpreg_match_basic.phpt9 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
H A Dbug76850.phpt5 $l = setlocale(LC_CTYPE, 0);
6 if ("C" == $l) {
H A Dpreg_match_basic_edit.phpt10 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h454 #define SLJIT_W(w) (w##l)
/PHP-8.0/ext/openssl/tests/
H A Dbug74402.phpt17 3XtjE9/kjfK29BSpiyXZs8PSqDhO00vh6txUB4VfkVUD2Bi93rxDeyALnCW7My+l
H A Dbug37820key.pem5 8IECIQD3B5+0l+68BA/6d76iUNqAAV8djGTzvxnCxycnxPQydQIhAMXt4trUI3nc
/PHP-8.0/ext/opcache/tests/
H A Dbug65510.phpt12 $m = array("l", "a", "r", "u", "e", "n", "c", "e");
/PHP-8.0/ext/opcache/jit/vtune/
H A Dittnotify_config.h283 #define __itt_fstrnlen(s, l) strnlen_s(s, l) argument
284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) argument
327 #define __itt_fstrnlen(s, l) SDL_STRNLEN_S(s, l) argument
329 #define __itt_fstrnlen(s, l) strlen(s) argument
332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) argument
334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) argument
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15,
552 if sz == "y" or vex.l then tail = tail + 4 end
1826 vex.l = true
H A Dminilua.c860 uv->u.l.next->u.l.prev=uv;
865 uv->u.l.next->u.l.prev=uv->u.l.prev;
866 uv->u.l.prev->u.l.next=uv->u.l.next;
1902 for(o=l->stack;o<l->top;o++)
6001 for(;l->name;l++)size++;
6020 for(;l->name;l++){
6585 j=l;i=i-1;l=i+2;
6788 if(l==0||p[l-1]!='\n')
7054 if((size_t)pose>l)pose=l;
7089 if(l<0||l>=ms->level||ms->capture[l].len==(-1))
[all …]
/PHP-8.0/ext/odbc/
H A Dconfig.m462 ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version}
/PHP-8.0/ext/oci8/tests/
H A Dbind_boolean_1.phpt87 l boolean;
89 l := :b1;
91 :b2 := l;
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_structs.h39 size_t l; member
45 size_t l; member
H A Dmysqlnd_statistics.c207 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
H A Dmysqlnd_alloc.c558 size_t l = length; in _mysqlnd_pestrndup() local
561 while (*p && l--) { in _mysqlnd_pestrndup()
H A Dmysqlnd_alloc.h71 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring()
73 memcpy(ret.s, str.s, str.l); in mnd_dup_cstring()
74 ret.s[str.l] = '\0'; in mnd_dup_cstring()
81 const MYSQLND_CSTRING ret = {str.s, str.l}; in mnd_str2c()
H A Dmysqlnd_commands.c92 …ret = send_command(conn->payload_decoder_factory, COM_INIT_DB, (const zend_uchar*) db.s, db.l, FAL… in MYSQLND_METHOD()
113 conn->connect_or_select_db.s = mnd_pestrndup(db.s, db.l, conn->persistent); in MYSQLND_METHOD()
114 conn->connect_or_select_db.l = db.l; in MYSQLND_METHOD()
182 *message = zend_string_init(stats_header.message.s, stats_header.message.l, 0); in MYSQLND_METHOD()
322 …ret = send_command(conn->payload_decoder_factory, COM_QUERY, (const zend_uchar*) query.s, query.l,… in MYSQLND_METHOD()
348 …d(conn->payload_decoder_factory, COM_CHANGE_USER, (const zend_uchar*) payload.s, payload.l, silent, in MYSQLND_METHOD()
390 …mmand(conn->payload_decoder_factory, COM_STMT_PREPARE, (const zend_uchar*) query.s, query.l, FALSE, in MYSQLND_METHOD()
413 (const unsigned char *) payload.s, payload.l, FALSE, in MYSQLND_METHOD()
435 …and(conn->payload_decoder_factory, COM_STMT_FETCH, (const zend_uchar*) payload.s, payload.l, FALSE, in MYSQLND_METHOD()
615 const size_t passwd_len = password.l; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd.h227 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-8.0/ext/mysqli/
H A Dmysqli_mysqlnd.h41 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument

Completed in 121 milliseconds

12345678910>>...12