Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 283) sorted by path

12345678910>>...12

/PHP-7.4/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,h,l,re,skl,w32,y},Makefile*}]
H A DUPGRADING.INTERNALS15 l. HASH_FLAG_INITIALIZED
167 l. HASH_FLAG_INITIALIZED was reverted into HASH_FLAG_UNINITIALIZED. Special
/PHP-7.4/TSRM/
H A Dthreads.m4126 LIBS="$LIBS -l$lib"
/PHP-7.4/Zend/
H A DMakefile.frag8 $(srcdir)/zend_language_scanner.c: $(srcdir)/zend_language_scanner.l
9 …bdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_scanner.l)
32 $(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
33 …ase-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanner.l)
H A Dbench.php219 $l = ($n >> 1) + 1;
223 if ($l > 1) {
224 $rra = $ra[--$l];
233 $i = $l;
234 $j = $l << 1;
H A Dzend_API.c514 zend_long l; in zend_parse_arg_double_weak() local
517 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), &l, dest)) != IS_DOUBLE)) { in zend_parse_arg_double_weak()
519 *dest = (double)(l); in zend_parse_arg_double_weak()
H A Dzend_API.h442 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
575 #define CHECK_NULL_PATH(p, l) (strlen(p) != (size_t)(l)) argument
577 #define ZVAL_STRINGL(z, s, l) do { \ argument
578 ZVAL_NEW_STR(z, zend_string_init(s, l, 0)); \
590 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
591 ZVAL_NEW_STR(z, zend_string_init(s, l, 1)); \
622 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
629 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) argument
641 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
648 #define RETURN_STRINGL(s, l) { RETVAL_STRINGL(s, l); return; } argument
H A Dzend_ast.c1142 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1143 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
H A Dzend_language_scanner.l92 #define HANDLE_NEWLINES(s, l) \ argument
94 char *p = (s), *boundary = p+(l); \
H A Dzend_llist.c28 l->count = 0; in zend_llist_init()
40 if (l->tail) { in zend_llist_add_element()
45 l->tail = tmp; in zend_llist_add_element()
48 ++l->count; in zend_llist_add_element()
58 if (l->head) { in zend_llist_prepend_element()
63 l->head = tmp; in zend_llist_prepend_element()
66 ++l->count; in zend_llist_prepend_element()
85 --l->count;
115 l->count = 0; in zend_llist_destroy()
122 l->head = l->tail = NULL; in zend_llist_clean()
[all …]
H A Dzend_llist.h49 ZEND_API void zend_llist_add_element(zend_llist *l, void *element);
50 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element);
52 ZEND_API void zend_llist_destroy(zend_llist *l);
53 ZEND_API void zend_llist_clean(zend_llist *l);
54 ZEND_API void zend_llist_remove_tail(zend_llist *l);
56 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func);
60 ZEND_API size_t zend_llist_count(zend_llist *l);
69 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL) argument
70 #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL) argument
71 #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL) argument
[all …]
/PHP-7.4/Zend/tests/
H A Daccess_modifiers_008.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Daccess_modifiers_009.phpt4 Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
H A Dbug38779.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Dbug38779_1.phpt10 $this->data = '<' . "?php \n\"\";ll l\n ?" . '>';
H A Dbug69167.phpt5 function l($m) {
9 $cb = 'l';
H A Dbug70748.phpt2 Bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)
H A Dhex_overflow_32bit.phpt18 $l = $d;
19 var_dump($l);
H A Dint_overflow_32bit.phpt17 $l = (int)$d;
18 var_dump($l);
H A Dint_overflow_64bit.phpt19 $l = (int)$d;
20 var_dump($l);
H A Dint_underflow_32bit.phpt17 $l = (int)$d;
18 var_dump($l);
H A Dint_underflow_64bit.phpt17 $l = (int)$d;
18 var_dump($l);
H A Doct_overflow.phpt17 $l = (double)$d;
18 var_dump($l);
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�ll�o� �W�o�r�l�d�\�n�"�;�
H A Dmultibyte_encoding_006.phpt16 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���

Completed in 71 milliseconds

12345678910>>...12