Searched refs:xpath_expr (Results 1 – 1 of 1) sorted by relevance
59 char *xpath_expr; in php_xsl_xslt_make_params() local78 xpath_expr = php_xsl_xslt_string_to_xpathexpr(Z_STRVAL_P(value)); in php_xsl_xslt_make_params()80 xpath_expr = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_xsl_xslt_make_params()82 if (xpath_expr) { in php_xsl_xslt_make_params()84 params[i++] = xpath_expr; in php_xsl_xslt_make_params()
Completed in 5 milliseconds