Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 9207) sorted by last modified time

12345678910>>...369

/PHP-7.4/
H A DNEWS864 posix_getgrgid and others). (Böszörményi Zoltán)
2600 . Added gmp_binomial(n, k). (Nikita)
H A Dconfigure.ac156 T_MD=`$php_shtool echo -n -e %B`
157 T_ME=`$php_shtool echo -n -e %b`
275 if test -n "$GCC"; then
354 if test -n "$ac_cv_pthreads_lib"; then
357 if test -n "$ac_cv_pthreads_cflags"; then
735 __asm__ goto("jmp %l0\n" :::: end);
737 __asm__ goto("b %l0\n" :::: end);
832 if test -n "$auto_cflags"; then
902 test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
1305 if test -n "$php_ldflags_add_usr_lib"; then
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c1430 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
1457 while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b)) > 0) { in PHP_FUNCTION()
1458 b += n; in PHP_FUNCTION()
1461 if (n <= 0) { in PHP_FUNCTION()
1507 while (b < body_size && (n = php_stream_read(stream, &font->data[b], body_size - b)) > 0) { in PHP_FUNCTION()
1508 b += n; in PHP_FUNCTION()
1511 if (n <= 0) { in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar.c2064 static int php_check_dots(const char *element, size_t n) /* {{{ */ in php_check_dots() argument
2066 for(n-- ; n != SIZE_MAX; --n) { in php_check_dots()
2067 if (element[n] != '.') { in php_check_dots()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c174 zend_ulong n; in php_filter_parse_hex() local
353 int first, n; in php_filter_float() local
394 n = 0; in php_filter_float()
396 ++n; in php_filter_float()
422 if (first?(n < 1 || n > 3):(n != 3)) { in php_filter_float()
721 int n = 0; in _php_filter_validate_ipv4() local
742 if (n == 4) { in _php_filter_validate_ipv4()
756 int num, n, i; in _php_filter_validate_ipv6() local
817 num = n = 0; in _php_filter_validate_ipv6()
828 n++; in _php_filter_validate_ipv6()
[all …]
/PHP-7.4/azure/macos/
H A Djob.yml74 make -j$(sysctl -n hw.ncpu) >/dev/null
/PHP-7.4/Zend/
H A Dzend_string.h145 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc() argument
147 …zend_string *ret = (zend_string *)safe_pemalloc(n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), … in zend_string_safe_alloc()
152 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_alloc()
244 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc() argument
250 …ret = (zend_string *)safe_perealloc(s, n, m, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(l)), persisten… in zend_string_safe_realloc()
251 ZSTR_LEN(ret) = (n * m) + l; in zend_string_safe_realloc()
256 ret = zend_string_safe_alloc(n, m, l, persistent); in zend_string_safe_realloc()
257 memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1); in zend_string_safe_realloc()
H A Dzend_closures.c602 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc() argument
607 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
/PHP-7.4/main/streams/
H A Dstreams.c1823 size_t n = 0; local
1834 n++;
1837 if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) {
1843 char *tmp = estrndup(protocol, n);
1845 php_strtolower(tmp, n);
1849 if (n >= sizeof(wrapper_name)) {
1850 n = sizeof(wrapper_name) - 1;
1863 if (!protocol || !strncasecmp(protocol, "file", n)) {
1875 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/' && path[n+4] != ':') {
1877 if (localhost == 0 && path[n+3] != '\0' && path[n+3] != '/') {
[all …]
/PHP-7.4/ext/standard/
H A Darray.c2657 zend_long n; local
2670 n = start_key;
2678 p->h = n++;
5680 int i, k, n; local
5812 for (n = 0, k = 0; k < array_size; k++) {
5815 hash->arData[k].h = n++;
H A Ddns.c448 long n, i; in php_parserr() local
460 cp += n; in php_parserr()
528 cp += n; in php_parserr()
539 cp += n; in php_parserr()
545 cp += n; in php_parserr()
561 cp += n; in php_parserr()
565 n = dlen - n - 2; in php_parserr()
568 cp += n; in php_parserr()
608 cp += n; in php_parserr()
614 cp += n; in php_parserr()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt28 file_put_contents('php://stderr', str_repeat('b', 2500) . "\n");
36 var_dump($tester->getLastLogLine() === str_repeat('a', 100) . str_repeat('b', 923) . "\n");
37 var_dump($tester->getLastLogLine() === str_repeat('b', 1023) . "\n");
38 var_dump($tester->getLastLogLine() === str_repeat('b', 554) . "\n");
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt18 echo $df->format($ts), "\n";
22 echo "\n";
H A Ddateformat_get_set_calendar_variant_icu70.phpt18 echo $df->format($ts), "\n";
22 echo "\n";
H A Dlocale_filter_matches4.phpt48 $res_str .="--------------\n";
52 $res_str .= "YES\n";
54 $res_str .= "NO\n";
62 $res_str .= "YES\n";
64 $res_str .= "NO\n";
69 $res_str .= "\n";
H A Dlocale_filter_matches_icu70.phpt50 $res_str .="--------------\n";
54 $res_str .= "YES\n";
56 $res_str .= "NO\n";
64 $res_str .= "YES\n";
66 $res_str .= "NO\n";
71 $res_str .= "\n";
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp218 int32_t CodePointBreakIterator::next(int32_t n) in next() argument
220 UBool res = utext_moveIndex32(this->fText, n); in next()
H A Dcodepointiterator_internal.h78 virtual int32_t next(int32_t n);
/PHP-7.4/ext/mbstring/
H A Dmbstring.c735 n = 1; in php_mb_parse_encoding_list()
739 n++; in php_mb_parse_encoding_list()
745 n = 0; in php_mb_parse_encoding_list()
772 n++; in php_mb_parse_encoding_list()
779 n++; in php_mb_parse_encoding_list()
831 n = 0; in php_mb_parse_encoding_array()
855 n++; in php_mb_parse_encoding_array()
4005 n++; in PHP_FUNCTION()
4040 n = 0; in PHP_FUNCTION()
4049 n++; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/
H A Dphp_date.c664 static HashTable *date_object_get_gc(zval *object, zval **table, int *n);
2284 *n = 0; in date_object_get_gc()
2291 *n = 0; in date_object_get_gc_timezone()
2527 *n = 0; in date_object_get_gc_interval()
2543 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
2545 zend_hash_str_update(props, n, sizeof(n)-1, &zv); in date_object_get_properties_interval()
4248 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4250 value = obj->diff->n; \ in date_interval_read_property()
4320 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
4322 obj->diff->n = zval_get_long(value); \ in date_interval_write_property()
[all …]
/PHP-7.4/sapi/cgi/tests/
H A Dbug81518a.phpt8 "text/html;charset=ISO-8859-1\r\nContent-Length: 31\r\n\r\n" .
9 "Lets smuggle a HTTP response.\r\n"
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3483 int n; in char_get_othercase_bit() local
3527 n = GET_EXTRALEN(*cc); in char_get_othercase_bit()
3530 n--; in char_get_othercase_bit()
3533 return (n << 8) | bit; in char_get_othercase_bit()
/PHP-7.4/ext/mysqli/tests/
H A Dbug79375.phpt25 echo "Running query on $name\n";
32 echo $e->getMessage()."\n";
39 echo "Running query on $name\n";
46 echo $e->getMessage()."\n";
53 echo "Running query on $name\n";
58 echo $e->getMessage()."\n";
73 echo $e->getMessage()."\n";
97 echo "\n";
108 echo "\n";
119 echo "\n";
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt13 print "wanted=Wednesday 00:00:00\n\n";
21 print "wanted=Thursday 00:30:00\n\n";
30 print "wanted=Thursday 00:00:00\n\n";
39 print "wanted=Saturday 00:00:00\n\n";
47 print "wanted=Thursday 03:00:00\n\n";
56 print "wanted=Sunday 00:00:00\n\n";
64 print "wanted=Sunday 00:30:00\n\n";
73 print "wanted=Tuesday 00:00:00\n\n";
82 print "wanted=Monday 00:00:00\n\n";
90 print "wanted=Sunday 02:00:00\n\n";
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt53 echo "EMUL\n";
91 $err[2] = trim(current(explode("\n", $err[2])));

Completed in 170 milliseconds

12345678910>>...369