Home
last modified time | relevance | path

Searched defs:n (Results 176 – 200 of 232) sorted by relevance

12345678910

/PHP-7.2/ext/standard/
H A Dformatted_print.c311 size_t width, char padding, size_t alignment, int n, in php_sprintf_append2n()
H A Dftp_fopen_wrapper.c838 int n; in php_stream_ftp_url_stat() local
H A Dvar_unserializer.c313 #define YYFILL(n) do { } while (0) argument
H A Dstring.c3209 char *n = needle; local
3293 char *n; local
3379 char *n = needle; local
3512 zend_string *n; local
4635 char c, *n, *t; local
H A Dvar.c38 uint32_t n; member
/PHP-7.2/Zend/
H A Dzend_operators.h193 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_closures.c561 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_language_scanner.l54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_API.c1350 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1439 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1517 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
1703 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
3572 uint32_t n = 1; in zend_fcall_info_args_ex() local
H A Dzend_generators.c313 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_language_scanner.c56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_hash.c67 #define SET_INCONSISTENT(n) do { \ argument
72 #define SET_INCONSISTENT(n) argument
H A Dzend_object_handlers.c129 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
/PHP-7.2/ext/calendar/
H A Dcalendar.c517 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c1501 int n = 1; in zend_accel_get_auto_globals() local
1524 int n = 1; in zend_accel_set_auto_globals() local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h375 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument
376 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument
377 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument
H A Dmysqlnd_libmysql_compat.h62 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c629 zend_op *m, *n; in zend_optimizer_replace_by_const() local
H A Dzend_inference.c538 static inline zend_bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows()
1652 int j, n; in zend_infer_ranges_warmup() local
H A Dzend_ssa.c529 …name(const zend_op_array *op_array, uint32_t build_flags, zend_ssa *ssa, int *var, int n) /* {{{ */ in zend_ssa_rename()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c1514 int fd, n; in fpm_conf_load_ini_file() local
/PHP-7.2/ext/gd/libgd/
H A Dgd.c1573 long lsqrt (long n) in lsqrt()
2637 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2648 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2677 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-7.2/ext/mbstring/ucgendat/
H A Ducgendat.c750 ac_uint4 n; in make_number() local
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c459 int groups, n, i; in phar_fancy_stat() local
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c146 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()

Completed in 179 milliseconds

12345678910