Home
last modified time | relevance | path

Searched defs:str (Results 226 – 250 of 265) sorted by relevance

1234567891011

/php-src/ext/standard/
H A Dmath.c762 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
H A Dvar.c736 static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */ in php_var_serialize_string()
H A Dstreamsfuncs.c1357 char *str = NULL; in PHP_FUNCTION() local
/php-src/ext/opcache/
H A DZendAccelerator.h328 #define IS_ACCEL_INTERNED(str) \ argument
/php-src/sapi/litespeed/
H A Dlsapi_main.c135 static size_t sapi_lsapi_ub_write(const char *str, size_t str_length) in sapi_lsapi_ub_write()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c58 static zend_string* _pdo_pgsql_escape_credentials(char *str) in _pdo_pgsql_escape_credentials()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c61 zend_string *str = zend_string_init_interned(name, name_len, true); in xmlreader_register_prop_handler() local
/php-src/ext/spl/
H A Dspl_directory.c2613 char *str; in PHP_METHOD() local
2647 zend_string *str; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_inheritance.c862 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint()
878 smart_str str = {0}; in zend_get_function_declaration() local
H A Dzend_object_handlers.c560 zend_string *str = Z_STR_P(zv); in zend_get_property_guard() local
H A Dzend_builtin_functions.c1769 zend_string *str = zend_trace_to_string(Z_ARRVAL(backtrace), /* include_main */ false); in ZEND_FUNCTION() local
H A Dzend_gc.c105 # define GC_TRACE(str) argument
/php-src/ext/dom/
H A Dhtml_document.c1348 zend_string *str = Z_STR_P(newval); in dom_html_document_encoding_write() local
H A Dphp_dom.stub.php1021 public static function quote(string $str): string {}
1662 public static function quote(string $str): string {}
/php-src/ext/tidy/
H A Dtidy.c227 zend_string *str, *tmp_str; in _php_tidy_set_tidy_opt() local
/php-src/ext/phar/
H A Dphar_internal.h225 zend_string *str; member
H A Dphar.c743 zend_string *str; in phar_parse_pharfile() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h205 lexbor_str_t str; member
/php-src/main/
H A Dmain.c1188 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts()
/php-src/ext/snmp/
H A Dsnmp.c1666 zend_string *str; in php_snmp_add_property() local
/php-src/ext/pdo/
H A Dpdo_stmt.c534 zend_string *str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0); in fetch_value() local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h58 #define MYSQLND_STR_W_LEN(str) str, (sizeof(str) - 1) argument
H A Dmysqlnd_connection.c1561 zend_string *str; local
/php-src/ext/ldap/
H A Dldap.c2496 static size_t _ldap_str_equal_to_const(const char *str, size_t str_len, const char *cstr) in _ldap_str_equal_to_const()
2514 static size_t _ldap_strlen_max(const char *str, size_t max_len) in _ldap_strlen_max()
/php-src/ext/sockets/
H A Dsockets.c827 char *str; local

Completed in 150 milliseconds

1234567891011