Home
last modified time | relevance | path

Searched refs:L (Results 76 – 100 of 172) sorted by relevance

1234567

/PHP-5.6/ext/dba/
H A Dconfig.m4125 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
157 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
187 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
218 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
240 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[
486 PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$THIS_LIBS,[
538 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
592 ], [], [-L$THIS_PREFIX/$PHP_LIBDIR])
/PHP-5.6/ext/date/tests/
H A Didate_variation4.phpt20 'Leap Year' =>'L',
/PHP-5.6/ext/openssl/tests/
H A Dbug28382.phpt37 …string(115) "DirName:/C=RO/ST=Romania/L=Craiova/O=Sergiu/OU=Sergiu SRL/CN=Sergiu CA/emailAddress=n…
H A Dsni_server_domain2.pem37 5LHIGx7Fl2UNx2KdSH/L//fParWMiXrctuefeoVv0lSdVMvw2+s1lFuzfGFKX35h
/PHP-5.6/main/
H A Dphp_stdint.h164 # define INT64_C(c) c ## L
/PHP-5.6/ext/mysqli/tests/
H A Dcacert.pem6 Issuer: C=SE, ST=Stockholm, L=Stockholm, O=Oracle, OU=MySQL, CN=CA
10 Subject: C=SE, ST=Stockholm, L=Stockholm, O=Oracle, OU=MySQL, CN=CA
/PHP-5.6/ext/hash/
H A Dhash_snefru.c26 #define round(L, C, N, SB) \ argument
28 L ^= SBE; \
/PHP-5.6/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
H A Dbug48746_1.phpt29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
/PHP-5.6/ext/hash/tests/
H A Dfnv1a64.phpt16 array( '@L', '090c3c07b5a49289' ),
77 array( '6wi:L*Y\\gp]UPB', 'bff5f2c9ed84bce5' ),
94 array( ']x9i3uPSGeW\'v~W.#L', '508d3356f8ec886b' ),
177 array( '|vc!?mX?@mT<r|+\\Sx.RJy9lB/R$})h{ L', '3f2604691e2ced49' ),
227 array( 'L\'8Oj1@U6)N[r4z\'\\Cm;PR=}v?z>?EIkLa;8s\\m+f=fZ', 'c2587023e1d5b660' ),
230 array( '9nJci0@/i_LoeJxL2S0-WTNH gbl&rC?bn$L~E[h%)YkS', 'b8c4873ffdaf0fac' ),
232 array( 'D,JvNIM<GJf.L:P:AEB0Ars|Cy_q-.-Q;XHi"v&IAmXn(', 'afd0b1e73ddced08' ),
281 array( '@%L|*VnWtWm0C49\'"f4\'fI>0tiuU4XKU]xShOB@Ez.U?CnFFUZM=%lM', '37b9a926337766d3' ),
302 array( 'L]B!9a\\DE{8~ r!)m\'G+C;oaa3M3QfV}Ex _[\\%"Y>!Z1#c *+,MG|0)0^<', '4c23bc673f998d50' ),
/PHP-5.6/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-5.6/ext/session/
H A Dmod_files.bat36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
/PHP-5.6/ext/dba/libflatfile/
H A Dflatfile.c55 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_store()
134 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_delete()
/PHP-5.6/ext/standard/tests/file/windows_acls/
H A Dcommon.inc55 exec(get_icacls() . ' . /setowner $user /T /L /Q 2> nul');
56 exec(get_icacls() . ' . /remove:g Administrators /T /L /Q 2> nul');
/PHP-5.6/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-5.6/ext/zip/lib/
H A Dzip_string.c48 crc = (zip_uint32_t)crc32(0L, Z_NULL, 0); in _zip_string_crc32()
/PHP-5.6/ext/zlib/
H A Dconfig0.m441 *) ac_extra=-L$ZLIB_DIR/$PHP_LIBDIR ;;
/PHP-5.6/sapi/isapi/stresstest/
H A Dnotes.txt37 Run: stresstest L files.txt
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput2333 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
60 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
H A Dtestoutput2580 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
/PHP-5.6/ext/bcmath/libbcmath/
H A Daclocal.m456 # arguments. Must try -L first in case configure is actually a
63 # -L didn't work.
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c117 zend_ulong id = 0L; in phpdbg_export_breakpoints()
231 size_t path_len = 0L; in phpdbg_set_breakpoint_file()
774 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at()
907 size_t len = 0L; in phpdbg_find_breakpoint_param()
1100 size_t name_len = 0L;
1375 zend_ulong class_idx = 0L;
1454 zend_ulong class_idx = 0L, method_idx = 0L;
1493 zend_ulong function_idx = 0L;
1523 zend_ulong file_idx = 0L;
H A Dphpdbg_prompt.c199 size_t cmd_len = 0L; in phpdbg_try_file_init()
201 size_t code_len = 0L; in phpdbg_try_file_init()
207 while (cmd_len > 0L && isspace(cmd[cmd_len-1])) in phpdbg_try_file_init()
212 if (*cmd && cmd_len > 0L && cmd[0] != '#') { in phpdbg_try_file_init()
348 PHPDBG_G(exec_len) = 0L; in PHPDBG_COMMAND()
1154 zend_ulong address = 0L;
/PHP-5.6/ext/exif/tests/
H A Dbug50845.phpt137 string(22) "EF24-105mm f/4L IS USM"
/PHP-5.6/ext/standard/
H A Dvar_unserializer.re44 fprintf(stderr, "var_push(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval));
74 …fprintf(stderr, "var_push_dtor(%p, %ld): %d\n", *rval, var_hash?var_hash->used_slots:-1L, Z_TYPE_P…
111 …dtor_no_addref(%p, %ld): %d (%d)\n", *rval, var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(rval), Z_…
136 fprintf(stderr, "var_replace(%ld): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_PP(nzval));
154 fprintf(stderr, "var_access(%ld): %ld\n", var_hash?var_hash->used_slots:-1L, id);
180 fprintf(stderr, "var_destroy(%ld)\n", var_hash?var_hash->used_slots:-1L);

Completed in 91 milliseconds

1234567