Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/sodium/
H A Dlibsodium.c31 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
42 zend_string *zs; in zend_string_checked_alloc() local
48 ZSTR_VAL(zs)[len] = 0; in zend_string_checked_alloc() local
/PHP-8.1/ext/zip/
H A Dphp_zip.c283 struct zip_source *zs; in php_zip_add_file() local
1897 struct zip_source *zs; local
/PHP-8.1/Zend/
H A Dzend_strtod.c2183 ULong si, z, zs; local
/PHP-8.1/ext/spl/
H A Dspl_directory.c267 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument

Completed in 58 milliseconds