Lines Matching refs:NULL

103 	{NULL, NULL, NULL}
119 …php_error_docref(NULL, E_WARNING, "Cannot create XPath expression (string contains both quote and … in php_xsl_xslt_string_to_xpathexpr()
120 return NULL; in php_xsl_xslt_string_to_xpathexpr()
142 char **params = NULL; in php_xsl_xslt_make_params()
150 if (string_key == NULL) { in php_xsl_xslt_make_params()
151 php_error_docref(NULL, E_WARNING, "Invalid argument or parameter array"); in php_xsl_xslt_make_params()
153 return NULL; in php_xsl_xslt_make_params()
171 params[i++] = NULL; in php_xsl_xslt_make_params()
189 zend_string *callable = NULL; in xsl_ext_function_php()
198 if (tctxt == NULL) { in xsl_ext_function_php()
204 if (intern == NULL) { in xsl_ext_function_php()
234 if (obj == NULL) { in xsl_ext_function_php()
267 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
272 node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); in xsl_ext_function_php()
274 node = xmlNewDocNode(node->doc, NULL, (const xmlChar *) "xmlns", node->name); in xsl_ext_function_php()
302 fci.params = NULL; in xsl_ext_function_php()
307 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
308 php_error_docref(NULL, E_WARNING, "Handler name must be a string"); in xsl_ext_function_php()
323 fci.symbol_table = NULL; in xsl_ext_function_php()
324 fci.object = NULL; in xsl_ext_function_php()
329 php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable)); in xsl_ext_function_php()
332 php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'", ZSTR_VAL(callable)); in xsl_ext_function_php()
336 result = zend_call_function(&fci, NULL); in xsl_ext_function_php()
339 php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", Z_STRVAL(handler)); in xsl_ext_function_php()
348 if (intern->node_list == NULL) { in xsl_ext_function_php()
350 zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_ext_function_php()
360 php_error_docref(NULL, E_WARNING, "A PHP Object cannot be converted to a XPath-string"); in xsl_ext_function_php()
398 zval *id, *docp = NULL; in PHP_FUNCTION()
399 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION()
403 xmlNode *nodep = NULL; in PHP_FUNCTION()
416 if (doc == NULL) { in PHP_FUNCTION()
442 cloneDocu = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in PHP_FUNCTION()
466 if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) { in PHP_FUNCTION()
467 ((xsltStylesheetPtr) intern->ptr)->_private = NULL; in PHP_FUNCTION()
470 intern->ptr = NULL; in PHP_FUNCTION()
480 xmlDocPtr newdocp = NULL; in php_xsl_apply_stylesheet()
481 xmlDocPtr doc = NULL; in php_xsl_apply_stylesheet()
482 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet()
485 char **params = NULL; in php_xsl_apply_stylesheet()
492 xsltSecurityPrefsPtr secPrefs = NULL; in php_xsl_apply_stylesheet()
499 if (doc == NULL) { in php_xsl_apply_stylesheet()
500 php_error_docref(NULL, E_WARNING, "Invalid Document"); in php_xsl_apply_stylesheet()
501 return NULL; in php_xsl_apply_stylesheet()
504 if (style == NULL) { in php_xsl_apply_stylesheet()
505 php_error_docref(NULL, E_WARNING, "No stylesheet associated to this object"); in php_xsl_apply_stylesheet()
506 return NULL; in php_xsl_apply_stylesheet()
511 f = NULL; in php_xsl_apply_stylesheet()
516 f = NULL; in php_xsl_apply_stylesheet()
541 doXInclude = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()
585 …php_error_docref(NULL, E_WARNING, "Can't set libxslt security properties, not doing transformation… in php_xsl_apply_stylesheet()
587 newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt); in php_xsl_apply_stylesheet()
598 if (intern->node_list != NULL) { in php_xsl_apply_stylesheet()
601 intern->node_list = NULL; in php_xsl_apply_stylesheet()
606 intern->doc = NULL; in php_xsl_apply_stylesheet()
627 zval *id, *docp = NULL; in PHP_FUNCTION()
630 zend_string *ret_class = NULL; in PHP_FUNCTION()
651 while (curce->parent != NULL) { in PHP_FUNCTION()
656 if (ce == NULL || !instanceof_function(ce, curce)) { in PHP_FUNCTION()
658 php_error_docref(NULL, E_WARNING, in PHP_FUNCTION()
669 php_dom_create_object((xmlNodePtr) newdocp, return_value, NULL); in PHP_FUNCTION()
682 zval *id, *docp = NULL; in PHP_FUNCTION()
714 zval *id, *docp = NULL; in PHP_FUNCTION()
764 if (string_key == NULL) { in PHP_FUNCTION()
765 php_error_docref(NULL, E_WARNING, "Invalid parameter array"); in PHP_FUNCTION()
807 if ((value = zend_hash_find(intern->parameter, name)) != NULL) { in PHP_FUNCTION()
881 char *filename = NULL; in PHP_FUNCTION()
890 if (filename != NULL) { in PHP_FUNCTION()
893 intern->profiling = NULL; in PHP_FUNCTION()