From 5971180aa692f536859f38db26f58d29a2682404 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 5 Oct 2017 00:30:53 +0200 Subject: Remove PHP examples from simplexml --- ext/simplexml/examples/xpath.php | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ext/simplexml/examples/xpath.php (limited to 'ext/simplexml/examples/xpath.php') diff --git a/ext/simplexml/examples/xpath.php b/ext/simplexml/examples/xpath.php deleted file mode 100644 index 8fcd9878ab..0000000000 --- a/ext/simplexml/examples/xpath.php +++ /dev/null @@ -1,9 +0,0 @@ -xpath("/books/book/title"); -foreach($xpath_result as $entry ) { - print "$entry \n"; -} - -?> -- cgit v1.2.1