Searched refs:xpath_expr (Results 1 – 1 of 1) sorted by relevance
137 char *xpath_expr; in php_xsl_xslt_make_params() local160 xpath_expr = php_xsl_xslt_string_to_xpathexpr(Z_STRVAL_P(value)); in php_xsl_xslt_make_params()162 xpath_expr = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_xsl_xslt_make_params()164 if (xpath_expr) { in php_xsl_xslt_make_params()166 params[i++] = xpath_expr; in php_xsl_xslt_make_params()
Completed in 6 milliseconds