Home
last modified time | relevance | path

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

1...<<111213

/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dopenssl.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
/php-src/ext/phar/tests/files/
H A Dinclude_path2.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
H A Dnophar.phar216 $l = unpack('V', substr($m, 10, 4));
217 $m = substr($m, 14 + $l[1]);
/php-src/Zend/asm/
H A Djump_ppc64_sysv_elf_gas.S76 addi %r2, %r2, .TOC.-jump_fcontext@l
/php-src/Zend/
H A Dzend_smart_str.h28 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
H A Dzend_vm_gen.php1508 …$l = fopen(__DIR__ . "/zend_vm_handlers.h", "w+") or die("ERROR: Cannot create zend_vm_handlers.h\…
1509 out($l, "#define VM_HANDLERS(_) \\\n");
1512 out($l, "\t_($n, $name) \\\n");
1515 out($l, "\t_($n+1, ZEND_NULL)\n");
1516 fclose($l);
/php-src/TSRM/
H A Dthreads.m4118 LIBS="$LIBS -l$lib"
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc41 case FileLock = 'l';
170 const LOCKS = ['l', 'd', '-', '' /* No lock flag is like 'd' */];
/php-src/main/
H A Dphp_variables.c80 for (size_t l = 0; l < var_name_len; l++) { in php_register_known_variable() local
/php-src/ext/standard/tests/array/
H A Drsort_basic.phpt13 "l" => "lemon", "o" => "orange",
H A Dsort_basic.phpt18 "l" => "lemon", "o" => "orange",
/php-src/ext/pdo_odbc/
H A Dconfig.m4113 PDO_ODBC_LDFLAGS="$pdo_odbc_def_ldflags -L$PDO_ODBC_LIBDIR -l$pdo_odbc_def_lib"
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c1040 uint32_t l; in mysqlnd_charsets_sanity_check() member
1043 input.l = i; in mysqlnd_charsets_sanity_check()
1046 printf("Input %u (%u %u)\n", input.l, input.c[0], c->lowest_mb_byte); in mysqlnd_charsets_sanity_check()
H A Dmysqlnd.h223 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
H A Dmysqlnd_auth.c63 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()
/php-src/ext/phar/phar/
H A Dpharcommand.inc107 'l' => array(
580 $level = $this->args['l']['val'];
1013 $level = $this->args['l']['val'];
1538 $l = 0;
1540 $l = max(strlen($which), $l);
1544 echo $which . ':' . str_repeat(' ', $l + 1 - strlen($which)) . $val . "\n";
/php-src/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc83 …/uVRxKaP4wGj6lNWI7QGtPqzSlO5qCFxkPC4lLi4+LogrRMISCz4afVuKlceptAVEWXImhAFVih4lzh0InzvWyHekLlcR5+0l'.
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros3 Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby
/php-src/sapi/fuzzer/
H A DREADME.md94 export ONIG_LIBS="-L$PWD/oniguruma/src/.libs -l:libonig.a"
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation11.phpt37 "f\n\trelshti \l",
38 'f\n\trelsthi \l',
H A Dstrcspn_variation11.phpt37 "\n\trsti \l",
38 '\n\trsti \l',
/php-src/ext/gd/
H A Dgd.c2746 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local
2768 l = strlen((char *)str); in php_imagechar()
2784 for (i = 0; (i < l); i++) { in php_imagechar()
2790 for (i = 0; (i < l); i++) { in php_imagechar()
3978 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf() argument
3980 return php_write((void *)buf, l); in _php_image_output_putbuf()
3994 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf() argument
3997 return php_stream_write(stream, (void *)buf, l); in _php_image_stream_putbuf()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h413 #define SLJIT_W(w) (w##l)
/php-src/sapi/cli/
H A Dphp_cli_server.c779 size_t l = strlen(buf); in sapi_cli_server_log_write() local
780 if (l > 0) { in sapi_cli_server_log_write()
781 buf[l - 1] = '\0'; in sapi_cli_server_log_write()
1476 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local
1477 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1479 q += l; in php_cli_server_request_translate_vpath()

Completed in 100 milliseconds

1...<<111213