Home
last modified time | relevance | path

Searched refs:n (Results 10101 – 10125 of 10132) sorted by relevance

1...<<401402403404405406

/php-src/ext/standard/tests/url/
H A Dparse_url_unterminated.phpt15 echo "\n--> $url: ";
/php-src/win32/build/
H A Dconfig.w3268 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
H A Dconfutils.js442 n = max_width - arg.arg.length;
444 for (j = 0; j < n; j++) {
/php-src/Zend/
H A Dzend_hash.h387 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
388 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
H A Dzend_hash.c77 #define SET_INCONSISTENT(n) do { \ argument
78 HT_FLAGS(ht) = (HT_FLAGS(ht) & ~HASH_FLAG_CONSISTENCY) | (n); \
82 #define SET_INCONSISTENT(n) argument
H A Dzend_compile.c1857 size_t n = 0; in zend_add_to_list() local
1860 while (list[n]) { in zend_add_to_list()
1861 n++; in zend_add_to_list()
1865 list = erealloc(list, sizeof(void*) * (n+2)); in zend_add_to_list()
1867 list[n] = item; in zend_add_to_list()
1868 list[n+1] = NULL; in zend_add_to_list()
6603 uint32_t i, n; in zend_set_function_arg_flags() local
6609 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
6611 while (i < n) { in zend_set_function_arg_flags()
/php-src/ext/standard/tests/strings/
H A Durl_t.phpt78 echo "\n--> $url: ";
H A Dhtmlentities_html5.phpt33 printf("%s\tU+%05X\n", $result, $i);
110 printf("%s\tU+%05X U+%05X\n", $result, $i[0], $i[1]);
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4836 template <auto n>
H A Dconfig.guess701 32) HP_ARCH=hppa2.0n ;;
H A Dltmain.sh6611 for n in $library_names; do
6612 rmfiles="$rmfiles $objdir/$n"
/php-src/ext/opcache/
H A DZendAccelerator.c422 zend_string_table_pos_t *hash_slot, n; in accel_interned_strings_restore_state() local
438 n = 0; in accel_interned_strings_restore_state()
454 n++; in accel_interned_strings_restore_state()
457 ZCSG(interned_strings).nNumOfElements = n; in accel_interned_strings_restore_state()
/php-src/ext/ffi/
H A Dffi_parser.c2966 int n; in parse_attrib() local
2980 n = 0; in parse_attrib()
2984 zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val); in parse_attrib()
/php-src/ext/standard/tests/file/
H A Dchmod_basic-win32-mb.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
H A Dchmod_basic-win32.phpt23 printf("Setting mode %o gives mode %o\n", $perms_to_set, $set_perms);
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt13 …"Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
/php-src/ext/simplexml/
H A Dsimplexml.c1168 static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc() argument
1173 *n = 0; in sxe_get_gc()
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt55 echo "ok\n";
/php-src/ext/soap/
H A Dsoap.c3907 uint32_t n = zend_hash_num_elements(function->requestParameters); in serialize_function_call() local
3909 if (n > arg_count) { in serialize_function_call()
3910 for (i = arg_count; i < n; i++) { in serialize_function_call()
/php-src/ext/odbc/
H A Dphp_odbc.c289 #define SAFE_SQL_NTS(n) ((SQLSMALLINT) ((n)?(SQL_NTS):0)) argument
/php-src/sapi/fpm/
H A Dwww.conf.in327 ; %n: pool name
/php-src/docs/
H A Drelease-process.md372 # Please type in the title: PHP X.Y.0 Alpha n available for testing
685 file (i.e., `archive/entries/YYYY-MM-DD-n.xml`), while also updating
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c380 #define RET_I16(n) (*inst++ = RET_i16, *inst++ = U8(n), *inst++ = 0) argument
/php-src/ext/dom/
H A Dphp_dom.c667 HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n);
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt27 echo $this->count, "\n";
53 echo $e->getMessage() . "\n";

Completed in 210 milliseconds

1...<<401402403404405406