Home
last modified time | relevance | path

Searched refs:l (Results 126 – 150 of 296) sorted by relevance

12345678910>>...12

/PHP-8.1/ext/standard/tests/file/
H A Dbug81145.phpt11 exec("fallocate -l " . (SIZE_4G-0x100) . " " . escapeshellarg($src), $output, $status);
26 exec("fallocate -l " . (SIZE_4G-0x100) . " " . escapeshellarg($src));
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller3.phar12 …���nWX�����ж���������a.jpg���nWX�����ж���������a.phps���nWX���l�`�������hiohio<?php…
H A Dfrontcontroller4.phar12 …����WX�����ж���������a.jpg����WX�����ж���������a.phps����WX���l�`�������hiohio<?php…
/PHP-8.1/ext/phar/tests/files/
H A Dfrontcontroller4.phar12 …���UXX�����ж���������a.jpg���UXX�����ж���������a.phps���UXX���l�`�������hiohio<?php…
H A Dfrontcontroller3.phar12 …���&XX�����ж���������a.jpg���&XX�����ж���������a.phps���&XX���l�`�������hiohio<?php…
/PHP-8.1/Zend/
H A Dbench.php219 $l = ($n >> 1) + 1;
223 if ($l > 1) {
224 $rra = $ra[--$l];
233 $i = $l;
234 $j = $l << 1;
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c89 zend_sym_node *l = p->child[0]; in zend_syms_rotateright() local
90 p->child[0] = l->child[1]; in zend_syms_rotateright()
91 if (l->child[1]) { in zend_syms_rotateright()
92 l->child[1]->parent = p; in zend_syms_rotateright()
94 l->parent = p->parent; in zend_syms_rotateright()
96 JIT_G(symbols) = l; in zend_syms_rotateright()
98 p->parent->child[1] = l; in zend_syms_rotateright()
100 p->parent->child[0] = l; in zend_syms_rotateright()
102 l->child[1] = p; in zend_syms_rotateright()
103 p->parent = l; in zend_syms_rotateright()
/PHP-8.1/ext/openssl/tests/
H A Dbug74402.phpt18 3XtjE9/kjfK29BSpiyXZs8PSqDhO00vh6txUB4VfkVUD2Bi93rxDeyALnCW7My+l
/PHP-8.1/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,dasc,h,l,re,skl,w32,y},Makefile*}]
/PHP-8.1/ext/mbstring/
H A Dphp_unicode.c43 long l = _ucprop_offsets[n]; in ZEND_EXTERN_MODULE_GLOBALS() local
45 while (l <= r) { in ZEND_EXTERN_MODULE_GLOBALS()
50 long m = (l + r) >> 1; in ZEND_EXTERN_MODULE_GLOBALS()
53 l = m + 2; in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-8.1/ext/dba/libinifile/
H A Dinifile.c146 size_t l; in etrim() local
155 l = strlen(val); in etrim()
156 while (l && (strchr(" \t\r\n", val[l-1]))) { in etrim()
157 l--; in etrim()
159 return estrndup(val, l); in etrim()
/PHP-8.1/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
/PHP-8.1/ext/json/
H A DMakefile.frag.w325 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/PHP-8.1/docs/
H A Dparameter-parsing-api.md77 l - long (zend_long)
99 set to a native NULL pointer. For 'b', 'l' and 'd', an extra argument of type
110 `zend_string` with `size_t` as length, so make sure you pass `zend_long`s to "l"
128 zend_parse_parameters(ZEND_NUM_ARGS(), "l", &num)
142 zend_long l;
147 &l, &s, &s_len, &param) == FAILURE) {
238 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a*l", &array, &varargs, &num_varargs, &num) == FAILURE)…
/PHP-8.1/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Dgh10251.phpt7 function __set($o, $l)
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
/PHP-8.1/ext/fileinfo/libmagic/
H A Dprint.c138 (void) fprintf(stderr, "%d", m->value.l); in file_mdump()
161 file_fmttime(tbuf, sizeof(tbuf), m->value.l, 0)); in file_mdump()
168 file_fmttime(tbuf, sizeof(tbuf), m->value.l, in file_mdump()
/PHP-8.1/ext/filter/tests/
H A D058.phpt10 'a.lîttle.lengthy.but.fiñe@dept.example.com',
38 string(44) "a.lîttle.lengthy.but.fiñe@dept.example.com"
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt50 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
51 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||%0|| ||c||h||a||r||"
H A Dstrcspn_variation6.phpt60 "\n\trsti \l",
61 '\n\trsti \l',
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-8.1/ext/date/tests/
H A Dtest-parse-from-format.phpt35 string(16) "l, d-M-Y H:i:s T"
68 string(16) "l, d-M-y H:i:s T"
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_fail2.phpt19 function crt($t, $l, $s) {
23 return new MessageFormatter($l, $s);
31 return MessageFormatter::create($l, $s);
39 return msgfmt_create($l, $s);
/PHP-8.1/ext/pcre/tests/
H A D007.phpt36 string(1) "l"

Completed in 55 milliseconds

12345678910>>...12