Home
last modified time | relevance | path

Searched refs:l (Results 301 – 318 of 318) sorted by relevance

1...<<111213

/php-src/Zend/
H A Dzend_operators.c269 zend_long l = Z_RES_HANDLE_P(op); in convert_scalar_to_number() local
271 ZVAL_LONG(op, l); in convert_scalar_to_number()
676 zend_long l = (Z_RES_HANDLE_P(op) ? 1 : 0); in convert_to_boolean() local
679 ZVAL_BOOL(op, l); in convert_to_boolean()
H A Dzend_language_scanner.l92 #define HANDLE_NEWLINES(s, l) \ argument
94 char *p = (s), *boundary = p+(l); \
H A Dzend_API.c642 zend_long l; in zend_parse_arg_double_weak() local
645 if (UNEXPECTED((type = is_numeric_str_function(Z_STR_P(arg), &l, dest)) != IS_DOUBLE)) { in zend_parse_arg_double_weak()
647 *dest = (double)(l); in zend_parse_arg_double_weak()
/php-src/build/
H A Dltmain.sh2222 for l in $old_library $library_names; do
2223 ll="$l"
2429 for l in $old_library $library_names; do
2430 linklib="$l"
H A Dlibtool.m43880 -L* | -R* | -l*)
3903 # The "-l" case would never come before the object being
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c41 int l = 0, r = n-1; in mbfl_bisec_srch() local
42 while (l <= r) { in mbfl_bisec_srch()
43 int probe = (l + r) >> 1; in mbfl_bisec_srch()
48 l = probe + 1; in mbfl_bisec_srch()
59 int l = 0, r = n-1; in mbfl_bisec_srch2() local
60 while (l <= r) { in mbfl_bisec_srch2()
61 int probe = (l + r) >> 1; in mbfl_bisec_srch2()
66 l = probe + 1; in mbfl_bisec_srch2()
77 int l = 0; in mbfl_binary_search_paired_sorted_table() local
78 while (l < r) { in mbfl_binary_search_paired_sorted_table()
[all …]
/php-src/.github/workflows/
H A Dnightly.yml89 dpkg -l
181 dpkg -l
/php-src/ext/date/lib/
H A Dparse_date.re109 #define TIMELIB_PROCESS_YEAR(x, l) { \
110 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
1279 if (*ptr == 'l' || *ptr == 'L') {
2145 {'l', TIMELIB_FORMAT_TEXTUAL_DAY_FULL},
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
112 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c237 …et_string(&conn->last_message, rset_header.info_or_local_file.s, rset_header.info_or_local_file.l); in mysqlnd_query_read_result_set_header()
/php-src/ext/zip/
H A Dphp_zip.c121 # define CWD_STATE_ALLOC(l) emalloc(l) argument
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation12.phpt31 "\n\trsti \l",
/php-src/sapi/fpm/
H A Dwww.conf.in318 ; %l: content-length of the request (for POST request only)
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt1083 testInvalidString('+l', "\x00\x00\x00%", 'UTF-7', 'UTF-32BE');
/php-src/ext/pgsql/
H A Dpgsql.c323 static void _php_pgsql_notice_handler(void *l, const char *message) in _php_pgsql_notice_handler() argument
330 pgsql_link_handle *link = (pgsql_link_handle *) l; in _php_pgsql_notice_handler()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c633 SLJIT_S390X_RXA(l, 0x58000000)
2235 ins = WHEN2(is_u12(mem.offset), l, ly); in sljit_emit_op1()
/php-src/
H A Dconfigure.ac322 LIBS="$LIBS -l$ac_cv_pthreads_lib"
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby

Completed in 156 milliseconds

1...<<111213