Home
last modified time | relevance | path

Searched defs:z (Results 26 – 50 of 53) sorted by relevance

123

/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c104 static void zend_persist_zval_calc(zval *z) in zend_persist_zval_calc()
H A Dzend_persist.c184 static void zend_persist_zval(zval *z) in zend_persist_zval()
/PHP-7.4/ext/date/
H A Dphp_date.h150 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/PHP-7.4/ext/pcntl/
H A Dpcntl.c23 #define IF_DEBUG(z) z argument
25 #define IF_DEBUG(z) argument
/PHP-7.4/Zend/
H A Dzend_weakrefs.c33 #define zend_weakref_fetch(z) zend_weakref_from(Z_OBJ_P(z)) argument
H A Dzend_API.h577 #define ZVAL_STRINGL(z, s, l) do { \ argument
581 #define ZVAL_STRING(z, s) do { \ argument
586 #define ZVAL_EMPTY_STRING(z) do { \ argument
590 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
594 #define ZVAL_PSTRING(z, s) do { \ argument
599 #define ZVAL_EMPTY_PSTRING(z) do { \ argument
603 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
659 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL) argument
H A Dzend_execute.c1317 zval *z; in zend_binary_assign_op_obj_dim() local
1819 zval *z; in zend_post_incdec_overloaded_property() local
1856 zval *z, obj; in zend_pre_incdec_overloaded_property() local
1896 zval *z; in zend_assign_op_overloaded_property() local
H A Dzend_operators.c583 zval *z = Z_OBJ_HT_P(op)->get(op, &tmp); in _convert_to_string() local
899 zval *z = Z_OBJ_HT_P(op)->get(op, &tmp); in __zval_get_string_func() local
H A Dzend_hash.h83 #define ZVAL_EMPTY_ARRAY(z) do { \ argument
H A Dzend_vm_def.h1744 zval *z; variable
/PHP-7.4/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib.h210 int z; /* UTC offset in seconds */ member
/PHP-7.4/ext/standard/
H A Dmath.c211 static double php_asinh(double z) in php_asinh()
252 static double php_atanh(double z) in php_atanh()
H A Dfile.c940 char *z = memchr(posix_mode, 'b', mode_len); in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c490 #define ADD_ACTIVE_DATA(x,y,z) \ argument
509 #define ADD_NEW_DATA(x,y,z) \ argument
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4234 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4235 #define F2(x, y, z) F1(z, x, y) argument
4236 #define F3(x, y, z) (x ^ y ^ z) argument
4237 #define F4(x, y, z) (y ^ (x | ~z)) argument
4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c236 uint32_t z = i << 1; in der_data() local
H A Dcompress.c534 z_stream z; in uncompresszlib() local
/PHP-7.4/main/
H A Doutput.c1152 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1164 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
/PHP-7.4/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h237 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-7.4/ext/phar/
H A Dphar.c1266 const char *ext_str, *z; in phar_open_or_create_filename() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1718 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2012 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value()

Completed in 167 milliseconds

123