Home
last modified time | relevance | path

Searched refs:ZSTR_VAL (Results 251 – 258 of 258) sorted by relevance

1...<<11

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c603 memcpy(p, ZSTR_VAL(key), ZSTR_LEN(key)); in php_mysqlnd_auth_write()
1298 meta->name = ZSTR_VAL(meta->sname); in php_mysqlnd_rset_field_read()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c176 php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message)); in pdo_handle_error()
/PHP-7.4/Zend/
H A Dzend_hash.h356 ZEND_HANDLE_NUMERIC_STR(ZSTR_VAL(key), ZSTR_LEN(key), idx)
H A Dzend_language_scanner.l2757 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c402 …&& memcmp(ZSTR_VAL(call_info->callee_func->common.function_name), "in_array", sizeof("in_array")-1… in zend_dfa_optimize_calls()
H A Dzend_inference.c872 ZSTR_VAL(op_array->function_name), in zend_inference_calc_range()
/PHP-7.4/ext/dom/
H A Dphp_dom.c339 php_error(E_WARNING, "Couldn't fetch %s. Node no longer exists", ZSTR_VAL(obj->std.ce->name)); in dom_read_property()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1941 …PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)ZSTR_VAL(entry_str… in php_oci_bind_array_helper_date()

Completed in 73 milliseconds

1...<<11