/PHP-8.1/ext/standard/tests/file/ |
H A D | bug81145.phpt | 11 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 D | frontcontroller3.phar | 12 …nWX��жa.jpgnWX��жa.phpsnWXl�`�hiohio<?php…
|
H A D | frontcontroller4.phar | 12 …�WX��жa.jpg�WX��жa.phps�WXl�`�hiohio<?php…
|
/PHP-8.1/ext/phar/tests/files/ |
H A D | frontcontroller4.phar | 12 …UXX��жa.jpgUXX��жa.phpsUXXl�`�hiohio<?php…
|
H A D | frontcontroller3.phar | 12 …&XX��жa.jpg&XX��жa.phps&XXl�`�hiohio<?php…
|
/PHP-8.1/Zend/ |
H A D | bench.php | 219 $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 D | zend_jit_disasm.c | 89 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 D | bug74402.phpt | 18 3XtjE9/kjfK29BSpiyXZs8PSqDhO00vh6txUB4VfkVUD2Bi93rxDeyALnCW7My+l
|
/PHP-8.1/ |
H A D | .editorconfig | 12 [{*.{awk,bat,c,cpp,d,dasc,h,l,re,skl,w32,y},Makefile*}]
|
/PHP-8.1/ext/mbstring/ |
H A D | php_unicode.c | 43 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 D | inifile.c | 146 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 D | 023.phpt | 7 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 D | Makefile.frag.w32 | 5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
|
/PHP-8.1/docs/ |
H A D | parameter-parsing-api.md | 77 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, ¶m) == FAILURE) { 238 if (zend_parse_parameters(ZEND_NUM_ARGS(), "a*l", &array, &varargs, &num_varargs, &num) == FAILURE)…
|
/PHP-8.1/Zend/tests/ |
H A D | access_modifiers_008.phpt | 4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
|
H A D | gh10251.phpt | 7 function __set($o, $l)
|
H A D | access_modifiers_009.phpt | 4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | print.c | 138 (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 D | 058.phpt | 10 '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 D | chunk_split_variation5.phpt | 50 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 D | strcspn_variation6.phpt | 60 "\n\trsti \l", 61 '\n\trsti \l',
|
H A D | add-and-stripcslashes.phpt | 21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
|
/PHP-8.1/ext/date/tests/ |
H A D | test-parse-from-format.phpt | 35 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 D | msgfmt_fail2.phpt | 19 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 D | 007.phpt | 36 string(1) "l"
|