/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd.h | 223 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
|
H A D | mysqlnd_auth.c | 63 plugin_data_len = auth_plugin_data.l; in mysqlnd_run_authentication() 103 conn->authentication_plugin_data.l = plugin_data_len; in mysqlnd_run_authentication() 104 …conn->authentication_plugin_data.s = mnd_pemalloc(conn->authentication_plugin_data.l, conn->persis… in mysqlnd_run_authentication()
|
H A D | mysqlnd_structs.h | 39 size_t l; member 45 size_t l; member
|
/PHP-8.1/ext/imap/ |
H A D | php_imap.c | 3418 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local 3422 tmp[l] = '\0'; in PHP_FUNCTION() 3423 tempstring = emalloc(l); in PHP_FUNCTION() 3424 memcpy(tempstring, tmp, l); in PHP_FUNCTION() 3429 memcpy(tempstring + l, custom_headers_param->value, l2); in PHP_FUNCTION() 3430 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION() 3431 l += l2 + CRLF_LEN; in PHP_FUNCTION() 3436 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION() 3437 memcpy(mystring, tempstring, l); in PHP_FUNCTION() 3438 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION() [all …]
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | strspn_variation11.phpt | 37 "f\n\trelshti \l", 38 'f\n\trelsthi \l',
|
H A D | strcspn_variation11.phpt | 37 "\n\trsti \l", 38 '\n\trsti \l',
|
/PHP-8.1/Zend/ |
H A D | zend_vm_gen.php | 1543 …$l = fopen(__DIR__ . "/zend_vm_handlers.h", "w+") or die("ERROR: Cannot create zend_vm_handlers.h\… 1544 out($l, "#define VM_HANDLERS(_) \\\n"); 1547 out($l, "\t_($n, $name) \\\n"); 1550 out($l, "\t_($n+1, ZEND_NULL)\n"); 1551 fclose($l);
|
H A D | zend_ast.c | 1289 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument 1290 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
|
H A D | zend_types.h | 929 #define ZVAL_LONG(z, l) do { \ argument 931 Z_LVAL_P(__z) = l; \
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 2900 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local 2923 l = strlen((char *)str); in php_imagechar() 2939 for (i = 0; (i < l); i++) { in php_imagechar() 2945 for (i = 0; (i < l); i++) { in php_imagechar() 4131 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf() argument 4133 return php_write((void *)buf, l); in _php_image_output_putbuf() 4149 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf() argument 4152 return php_stream_write(stream, (void *)buf, l); in _php_image_stream_putbuf()
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli_server.c | 730 size_t l = strlen(buf); in sapi_cli_server_log_write() local 731 if (l > 0) { in sapi_cli_server_log_write() 732 buf[l - 1] = '\0'; in sapi_cli_server_log_write() 1434 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local 1435 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath() 1437 q += l; in php_cli_server_request_translate_vpath()
|
/PHP-8.1/tests/lang/ |
H A D | 023.phpt | 21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | file.h | 177 uint32_t l; member
|
/PHP-8.1/main/streams/ |
H A D | streams.c | 166 size_t l = 0; in php_stream_display_wrapper_errors() local 185 l += strlen(*err_buf_p); in php_stream_display_wrapper_errors() 187 l += brlen; in php_stream_display_wrapper_errors() 190 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
|
/PHP-8.1/ext/session/ |
H A D | session.c | 1266 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local 1277 current = l->head; in php_session_remove_cookie() 1286 l->head = next; in php_session_remove_cookie() 1291 l->tail = current->prev; in php_session_remove_cookie() 1295 --l->count; in php_session_remove_cookie()
|
/PHP-8.1/ext/standard/ |
H A D | filters.c | 1138 zend_ulong l; in php_conv_get_uint_prop_ex() local 1143 …if ((err = php_conv_get_ulong_prop_ex(ht, &l, field_name, field_name_len)) == PHP_CONV_ERR_SUCCESS… in php_conv_get_uint_prop_ex() 1144 *pretval = (unsigned int)l; in php_conv_get_uint_prop_ex()
|
H A D | config.m4 | 143 salt[9]='l'; salt[10]='e'; salt[11]='$';
|
/PHP-8.1/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.inc | 3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
|
/PHP-8.1/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.inc | 3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
|
/PHP-8.1/ext/standard/tests/math/ |
H A D | base_convert_basic.phpt | 409 .........value= 39 res = 1l 414 .........value= 39 res = 1l
|
/PHP-8.1/ext/dba/ |
H A D | config.m4 | 303 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[ 549 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$THIS_LIBS,[
|
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15, 538 if sz == "y" or vex.l then tail = tail + 4 end 1904 vex.l = true
|
/PHP-8.1/ext/iconv/ |
H A D | iconv.c | 119 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd); 356 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl() argument 359 size_t in_left = l; in _php_iconv_appendl()
|
/PHP-8.1/build/ |
H A D | php.m4 | 364 -l*[)] 475 ifelse([$2],,$3="-l$1 [$]$3", $3="[$]$3 -l$1") dnl 531 $3="-l$1 [$]$3" 556 $3="-l$1 [$]$3" 1592 LIBS="$LIBS -l$2"
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 51 #define EATAB {while (isascii(CAST(unsigned char, *l)) && \ 533 if (*l == '~') { 542 if ((op = get_op(*l)) != -1) { 555 const char *l = line; 566 const char *l = line; 3382 - l = 0; 3395 + l = v = 0;
|