Home
last modified time | relevance | path

Searched refs:n (Results 8051 – 8075 of 8715) sorted by relevance

1...<<321322323324325326327328329330>>...349

/PHP-5.3/ext/standard/tests/array/
H A Dsort_variation1.phpt19 echo "*** Testing sort() : usage variations ***\n";
77 echo "\n-- Testing sort() by supplying different unexpected values for 'array' argument --\n";
78 echo "\n-- Flag values are defualt, SORT_REGULAR, SORT_NUMERIC, SORT_STRING --\n";
82 echo "-- Iteration $counter --\n";
/PHP-5.3/
H A Dacinclude.m4287 if test -n "$GCC"; then
553 if test -n "$2"; then
560 if test -n "$2"; then
579 if test -n "$2"; then
586 if test -n "$2"; then
1621 [static struct sockaddr sa; int n = (int) sa.sa_len; return n;],
2164 if test -n "$RE2C"; then
2334 if test -n "$OPENSSL_LIBS" && test -n "$OPENSSL_INCS"; then
2354 test -n "$OPENSSL_INCDIR" && test -n "$OPENSSL_LIBDIR" && break
2663 if test -n "$val"; then
[all …]
/PHP-5.3/ext/phar/
H A Dutil.c354 int n = 0; in phar_find_in_include_path()
416 … - filename < filename_len && (isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'); ++p, ++n); in phar_find_in_include_path()
418 …if (n < filename_len - 3 && (*p == ':') && (!strncmp("//", p+1, 2) || ( filename_len > 4 && !memcm… in phar_find_in_include_path()
435 …for (p = ptr, n = 0; p < end && (isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'); ++p, ++ in phar_find_in_include_path()
437 if (n == end - ptr && *p && !strncmp("//", p+1, 2)) { in phar_find_in_include_path()
472 for (p = trypath, n = 0; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; ++p, ++n); in phar_find_in_include_path()
475 …if (is_stream_wrapper || (n < len - 3 && (*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || !mem… in phar_find_in_include_path()
528 int n = 0; in phar_find_in_include_path()
538 for (p = trypath; isalnum((int)*p) || *p == '+' || *p == '-' || *p == '.'; ++p, ++n); in phar_find_in_include_path()
540 …if (n < exec_fname_length - 3 && (*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || !memcmp("dat… in phar_find_in_include_path()
/PHP-5.3/ext/pdo/tests/
H A Dpdo_012.phpt30 echo __METHOD__ . "($name)\n";
H A Dpdo_013.phpt36 echo __METHOD__ . "($name)\n";
/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h114 int n; /* Number of characters in string value, including '\0' */ member
/PHP-5.3/ext/oci8/tests/
H A Darray_bind_001.phpt59 echo "Done\n";
H A Darray_bind_002.phpt59 echo "Done\n";
H A Darray_bind_003.phpt62 echo "Done\n";
H A Darray_bind_004.phpt62 echo "Done\n";
H A Darray_bind_007.phpt59 echo "Done\n";
H A Darray_bind_008.phpt62 echo "Done\n";
H A Darray_bind_011.phpt59 echo "Done\n";
H A Dlob_028.phpt47 echo "Done\n";
/PHP-5.3/ext/ldap/tests/
H A Dldap_explode_dn.phpt38 echo "Done\n";
/PHP-5.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt16 echo "*** Testing mb_decode_mimeheader() : variation ***\n";
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug31422-win.phpt41 echo "ok\n";
/PHP-5.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_002s.phpt12 echo "ok\n";
H A Dr2_base_005w.phpt15 echo "ok\n";
H A Dr2_base_008w.phpt14 echo "ok\n";
H A Dr2_base_009p.phpt12 echo "ok\n";
H A Dr2_base_009w.phpt14 echo "ok\n";
H A Dr2_base_010p.phpt12 echo "ok\n";
H A Dr2_base_010s.phpt12 echo "ok\n";
H A Dr2_base_012p.phpt14 echo "ok\n";

Completed in 50 milliseconds

1...<<321322323324325326327328329330>>...349