Searched refs:xpath_expr (Results 1 – 1 of 1) sorted by relevance
139 char *xpath_expr; in php_xsl_xslt_make_params() local159 xpath_expr = php_xsl_xslt_string_to_xpathexpr(Z_STRVAL_P(value)); in php_xsl_xslt_make_params()161 xpath_expr = estrndup(Z_STRVAL_P(value), Z_STRLEN_P(value)); in php_xsl_xslt_make_params()163 if (xpath_expr) { in php_xsl_xslt_make_params()165 params[i++] = xpath_expr; in php_xsl_xslt_make_params()
Completed in 10 milliseconds